Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 17:04:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395885 - head/math/py-numexpr
Message-ID:  <201509021704.t82H4FuX026077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509021704.t82H4FuX026077>