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

- 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-17 20:02:16 +00:00
parent 3a766eeb34
commit fb4bc685a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358175

View File

@ -3,7 +3,7 @@
PORTNAME= tickettemplate
PORTVERSION= 0.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= http://dist.codelabs.ru/fbsd/trac-${PORTNAME}/
PKGNAMEPREFIX= trac-
@ -15,12 +15,12 @@ COMMENT= Plugin for making ticket templates
RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac
USES= zip
USE_PYTHON= 2
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= TracTicketTemplate
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
WRKSRC= ${WRKDIR}/trac${PORTNAME}plugin/0.11
REL= 10605
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>