- 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-15 11:47:51 +00:00
parent 7515ac7589
commit a1e5e50e57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357868

View file

@ -3,6 +3,7 @@
PORTNAME= pysrt
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,12 +13,8 @@ COMMENT= SubRip (.srt) subtitle parser and writer
LICENSE= GPLv3
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
post-patch:
@${REINPLACE_CMD} 's/="GPLv3",/="GPLv3", zip_safe=False,/' \
${WRKSRC}/setup.py
.include <bsd.port.mk>