- Enable stagedir support

- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
This commit is contained in:
Marcus von Appen 2014-06-15 10:46:42 +00:00
parent e80fdc2aeb
commit 4d70f330ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357866

View file

@ -3,7 +3,7 @@
PORTNAME= pyctpp2
PORTVERSION= 0.12.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= textproc
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -16,11 +16,8 @@ LICENSE= MIT
LIB_DEPENDS= ctpp2:${PORTSDIR}/textproc/ctpp2
# Python3 ready
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
PYEASYINSTALL_ARCHDEP= yes
NO_STAGE= yes
.include <bsd.port.mk>