svn commit: r337058 - head/devel/py-extremes
William Grzybowski
wg at FreeBSD.org
Fri Dec 20 18:18:38 UTC 2013
Author: wg
Date: Fri Dec 20 18:18:37 2013
New Revision: 337058
URL: http://svnweb.freebsd.org/changeset/ports/337058
Log:
devel/py-extremes: switch from easy_install
- Switch from easy_install
- Use auto plist
- Allow staging
Modified:
head/devel/py-extremes/Makefile
Modified: head/devel/py-extremes/Makefile
==============================================================================
--- head/devel/py-extremes/Makefile Fri Dec 20 18:16:40 2013 (r337057)
+++ head/devel/py-extremes/Makefile Fri Dec 20 18:18:37 2013 (r337058)
@@ -3,6 +3,7 @@
PORTNAME= Extremes
PORTVERSION= 1.1.1
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
MASTER_SITE_SUBDIR= source/E/Extremes
@@ -11,12 +12,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports at FreeBSD.org
COMMENT= Production-quality 'Min' and 'Max' objects (adapted from PEP 326)
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-
USE_ZIP= yes
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST= yes
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list