- Add a workaround to fix conflicts with tests/__init__.py

Reported by:	bdrewery
Obtained from:	macports
This commit is contained in:
Martin Wilke 2014-03-03 03:19:03 +00:00
parent 2e7b59d316
commit ccf6bcb926
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346853
2 changed files with 8 additions and 2 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= django-signals-ahoy
PORTVERSION= 0.1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= http://cdn.bitbucket.org/bkroeze/django-signals-ahoy/downloads/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -18,4 +18,7 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
post-extract:
${RM} -r ${WRKSRC}/tests
.include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
PORTNAME= PasteScript
PORTVERSION= 1.7.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -22,4 +22,7 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
post-extract:
${RM} -r ${WRKSRC}/tests
.include <bsd.port.mk>