1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Enable stagedir support

- Convert to PYDISTUTILS_AUTOPLIST
- Restrict to supported python versions
- Convert from USE_PYDISTUTILS=easy_install to yes
This commit is contained in:
Marcus von Appen 2014-01-26 15:25:32 +00:00
parent 429b7199a8
commit 5a735e5e7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341222
2 changed files with 3 additions and 5 deletions

View File

@ -17,9 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 \
${PYTHON_PKGNAMEPREFIX}oauth2>=0:${PORTSDIR}/net/py-oauth2 \ ${PYTHON_PKGNAMEPREFIX}oauth2>=0:${PORTSDIR}/net/py-oauth2 \
${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson ${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson
NO_STAGE= yes USE_PYTHON= 2
USE_PYTHON= yes USE_PYDISTUTILS= yes
USE_PYDISTUTILS=easy_install PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_PKGNAME= python_twitter
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1 +0,0 @@
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%