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:
parent
47fbd4f907
commit
5059b9f1d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357008
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= pg_pqueue
|
PORTNAME= pg_pqueue
|
||||||
PORTVERSION= 1.0.2
|
PORTVERSION= 1.0.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= databases python
|
CATEGORIES= databases python
|
||||||
MASTER_SITES= http://python.projects.postgresql.org/files/ \
|
MASTER_SITES= http://python.projects.postgresql.org/files/ \
|
||||||
CHEESESHOP
|
CHEESESHOP
|
||||||
@ -14,13 +14,13 @@ COMMENT= PostgreSQL PQ Protocol Modules
|
|||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS= easy_install
|
USE_PYDISTUTILS= yes
|
||||||
PYEASYINSTALL_ARCHDEP= yes
|
PYDISTUTILS_AUTOPLIST= yes
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/doc/changes.txt ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/doc/changes.txt ${STAGEDIR}${DOCSDIR}
|
||||||
.endif
|
.endif
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/changes.txt
|
%%PORTDOCS%%%%DOCSDIR%%/changes.txt
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||||
|
Loading…
Reference in New Issue
Block a user