1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Remove easy_install dependency

- Convert to PYDISTUTILS_AUTOPLIST
- Convert to new OPTIONS
- 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-08 12:17:42 +00:00
parent 47fbd4f907
commit 5059b9f1d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357008
2 changed files with 5 additions and 6 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= pg_pqueue
PORTVERSION= 1.0.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases python
MASTER_SITES= http://python.projects.postgresql.org/files/ \
CHEESESHOP
@ -14,13 +14,13 @@ COMMENT= PostgreSQL PQ Protocol Modules
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.pre.mk>
post-install:
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/changes.txt ${STAGEDIR}${DOCSDIR}
.endif

View File

@ -1,3 +1,2 @@
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
%%PORTDOCS%%%%DOCSDIR%%/changes.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%