Date: Fri, 20 Dec 2013 18:18:37 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337058 - head/devel/py-extremes Message-ID: <201312201818.rBKIIbFS074495@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312201818.rBKIIbFS074495>