Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2014 19:43:20 +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: r344306 - head/math/py-numexpr
Message-ID:  <201402141943.s1EJhKhl001880@svn.freebsd.org>

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



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