svn commit: r395885 - head/math/py-numexpr

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 2 17:04:15 UTC 2015


Author: sunpoet
Date: Wed Sep  2 17:04:14 2015
New Revision: 395885
URL: https://svnweb.freebsd.org/changeset/ports/395885

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Strip shared library
  - Bump PORTREVISION for package change

Modified:
  head/math/py-numexpr/Makefile

Modified: head/math/py-numexpr/Makefile
==============================================================================
--- head/math/py-numexpr/Makefile	Wed Sep  2 17:04:10 2015	(r395884)
+++ head/math/py-numexpr/Makefile	Wed Sep  2 17:04:14 2015	(r395885)
@@ -4,6 +4,7 @@
 PORTNAME=	numexpr
 PORTVERSION=	2.4
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	math python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -15,10 +16,13 @@ LICENSE=	MIT
 BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 GH_ACCOUNT=	pydata
 USE_GITHUB=	yes
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/numexpr/interpreter.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list