aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-patsy
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-06-14 16:53:48 +0800
committermva <mva@FreeBSD.org>2014-06-14 16:53:48 +0800
commit67fc80ef090899a37e8879d653b1311e374c2931 (patch)
treea198b4b7e037bfd9565343ad8f6cae6ac1c108ac /math/py-patsy
parent481e445f61d9f579265a78f5781e1ebdef98c7d6 (diff)
downloadfreebsd-ports-gnome-67fc80ef090899a37e8879d653b1311e374c2931.tar.gz
freebsd-ports-gnome-67fc80ef090899a37e8879d653b1311e374c2931.tar.zst
freebsd-ports-gnome-67fc80ef090899a37e8879d653b1311e374c2931.zip
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
Diffstat (limited to 'math/py-patsy')
-rw-r--r--math/py-patsy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-patsy/Makefile b/math/py-patsy/Makefile
index 48bc9d468808..e99c6ba05876 100644
--- a/math/py-patsy/Makefile
+++ b/math/py-patsy/Makefile
@@ -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 \