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
6cb35f638b
commit
4658b6176f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358401
@ -3,6 +3,7 @@
|
||||
PORTNAME= accountmanager
|
||||
PORTVERSION= 0.5.${REV}
|
||||
PORTEPOCH= 1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://trac-hacks.org/changeset/${REV}/accountmanagerplugin/trunk?old_path=/&format=zip&filename=
|
||||
@ -19,10 +20,8 @@ FETCH_BEFORE_ARGS= -o ${DISTFILES}
|
||||
REV= 12583
|
||||
USES= zip
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PYDISTUTILS_PKGNAME= TracAccountManager
|
||||
PYDISTUTILS_PKGVERSION= 0.5dev
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
WRKSRC= ${WRKDIR}/accountmanagerplugin/trunk
|
||||
|
||||
# --- trac.ini
|
||||
@ -36,4 +35,5 @@ WRKSRC= ${WRKDIR}/accountmanagerplugin/trunk
|
||||
# --- httpd.conf
|
||||
# SetEnv PYTHON_EGG_CACHE "/tmp/cache"
|
||||
|
||||
.include "${.CURDIR}/../../www/trac/plugin.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user