svn commit: r357757 - head/math/py-patsy
Marcus von Appen
mva at FreeBSD.org
Sat Jun 14 08:53:49 UTC 2014
Author: mva
Date: Sat Jun 14 08:53:48 2014
New Revision: 357757
URL: http://svnweb.freebsd.org/changeset/ports/357757
QAT: https://qat.redports.org/buildarchive/r357757/
Log:
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Modified:
head/math/py-patsy/Makefile
Modified: head/math/py-patsy/Makefile
==============================================================================
--- head/math/py-patsy/Makefile Sat Jun 14 08:38:25 2014 (r357756)
+++ head/math/py-patsy/Makefile Sat Jun 14 08:53:48 2014 (r357757)
@@ -3,7 +3,7 @@
PORTNAME= patsy
PORTVERSION= 0.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PORTDOCS= API-reference.rst \
More information about the svn-ports-head
mailing list