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:
parent
273ed666db
commit
eb2abe7cc1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358208
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= subtickets
|
||||
PORTVERSION= 0.2.0.${GITDATE}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= http://distfiles.cse.tw/ \
|
||||
https://github.com/itota/trac-subtickets-plugin/tarball/${GITVERSION}/
|
||||
@ -19,14 +20,10 @@ RUN_DEPENDS= tracd:${PORTSDIR}/www/trac
|
||||
GITVERSION= a0fc153
|
||||
GITDATE= 20130328
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.12
|
||||
WRKSRC= ${WRKDIR}/itota-trac-${PORTNAME}-plugin-${GITVERSION}
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= easy_install
|
||||
|
||||
PYDISTUTILS_PKGNAME= TracSubTicketsPlugin
|
||||
PYDISTUTILS_PKGVERSION= ${PORTVERSION:C/${GITDATE}//g}dev
|
||||
PLIST_FILES= bin/check-trac-subtickets \
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
.include "${.CURDIR}/../../www/trac/plugin.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user