diff options
author | miwi <miwi@FreeBSD.org> | 2014-06-29 04:58:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-06-29 04:58:24 +0800 |
commit | 060098f442983ebafafff71e4f2669070f64cef4 (patch) | |
tree | 928cec66ca1221a144b4dd73653213ee683a8969 /net-im/py-libturpial | |
parent | 430cfb8821f6ac9827b42a174c2e8d0d4250d9b6 (diff) | |
download | freebsd-ports-gnome-060098f442983ebafafff71e4f2669070f64cef4.tar.gz freebsd-ports-gnome-060098f442983ebafafff71e4f2669070f64cef4.tar.zst freebsd-ports-gnome-060098f442983ebafafff71e4f2669070f64cef4.zip |
- Add a workaround to fix conflicts with tests/__init__.py
Reported by: antoinebot
Diffstat (limited to 'net-im/py-libturpial')
-rw-r--r-- | net-im/py-libturpial/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-im/py-libturpial/Makefile b/net-im/py-libturpial/Makefile index 4cafba965c9b..1c9905d211ff 100644 --- a/net-im/py-libturpial/Makefile +++ b/net-im/py-libturpial/Makefile @@ -14,11 +14,14 @@ COMMENT= Twitter API LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=3.4.0:${PORTSDIR}/devel/py-simplejson \ - ${PYTHON_PKGNAMEPREFIX}oauth>=1.0.1:${PORTSDIR}/net/py-oauth \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.2.0:${PORTSDIR}/www/py-requests + ${PYTHON_PKGNAMEPREFIX}oauth>=1.0.1:${PORTSDIR}/net/py-oauth \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.2.0:${PORTSDIR}/www/py-requests USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes +post-extract: + ${RM} -r ${WRKSRC}/tests + .include <bsd.port.mk> |