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

- Remove easy_install dependency

- 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-14 11:13:34 +00:00
parent 0de742f00b
commit b277fc3bdf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357768

View File

@ -3,6 +3,7 @@
PORTNAME= pynsq
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -22,14 +23,13 @@ OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options
USE_GITHUB= yes
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
GH_ACCOUNT= bitly
GH_TAGNAME= v${PORTVERSION}
GH_COMMIT= b64f3f3
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MTESTS}