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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 14 19:43:20 UTC 2014


Author: sunpoet
Date: Fri Feb 14 19:43:20 2014
New Revision: 344306
URL: http://svnweb.freebsd.org/changeset/ports/344306
QAT: https://qat.redports.org/buildarchive/r344306/

Log:
  - Add LICENSE
  - Use PYDISTUTILS_AUTOPLIST
  - Remove post-patch:

Deleted:
  head/math/py-numexpr/pkg-plist
Modified:
  head/math/py-numexpr/Makefile

Modified: head/math/py-numexpr/Makefile
==============================================================================
--- head/math/py-numexpr/Makefile	Fri Feb 14 19:43:04 2014	(r344305)
+++ head/math/py-numexpr/Makefile	Fri Feb 14 19:43:20 2014	(r344306)
@@ -11,13 +11,13 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Fast numerical array expression evaluator for Python and NumPy
 
+LICENSE=	MIT
+
 BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_PYTHON=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 USE_PYDISTUTILS=yes
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|\(import\) \(setuptools\)|\1 do_not_use_\2|' ${WRKSRC}/${PYSETUP}
+USE_PYTHON=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list