mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Updated to 1.13
PR: 106788 Submitted by: Tobias Roth <ports@fsck.ch> (maintainer) Reviewed by: alexbl (mentor)
This commit is contained in:
parent
e41fff9ef3
commit
cf3d6b4706
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180525
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= testoob
|
||||
PORTVERSION= 1.12
|
||||
PORTVERSION= 1.13
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -34,8 +34,11 @@ USE_TWISTED= yes
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Ft/Xml/__init__.py:${PORTSDIR}/textproc/py-4suite-xml
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${RM} ${PREFIX}/${PORTNAME}/setcolor.exe
|
||||
${RMDIR} ${PREFIX}/${PORTNAME}
|
||||
.if ${PYTHON_REL} < 250
|
||||
PLIST_SUB+= PYTHON_CURRENT="@comment "
|
||||
.else
|
||||
EGG_INFO= ${PORTNAME}-${PORTVERSION}-py${PYTHON_VERSION:S,^python,,}.egg-info
|
||||
PLIST_SUB+= PYTHON_CURRENT="" EGG_INFO=${EGG_INFO}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -188,6 +188,7 @@ bin/testoob
|
||||
%%PYTHON_SITELIBDIR%%/testoob/utils.py
|
||||
%%PYTHON_SITELIBDIR%%/testoob/utils.pyc
|
||||
%%PYTHON_SITELIBDIR%%/testoob/utils.pyo
|
||||
%%PYTHON_CURRENT%%%%PYTHON_SITELIBDIR%%/%%EGG_INFO%%
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/testoob/running
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/testoob/reporting
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/testoob/compatibility
|
||||
|
Loading…
Reference in New Issue
Block a user