diff options
author | Mark Felder <feld@FreeBSD.org> | 2016-11-03 00:42:57 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2016-11-03 00:42:57 +0000 |
commit | c5daba3d9ea89cb95fb62fbd320edebe16cdfc01 (patch) | |
tree | ecb4ecce56a24b40f52fda3240f4d49008186e72 | |
parent | c5aa7e4ecccaa99e12f311ddb343b14edd939fcc (diff) |
Notes
-rw-r--r-- | devel/py-streamparse/Makefile | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/devel/py-streamparse/Makefile b/devel/py-streamparse/Makefile index bf90ba00087c..63e5ea6b4be5 100644 --- a/devel/py-streamparse/Makefile +++ b/devel/py-streamparse/Makefile @@ -3,7 +3,7 @@ PORTNAME= streamparse PORTVERSION= 3.1.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,4 +16,18 @@ LICENSE= APACHE20 USES= python USE_PYTHON= autoplist distutils +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}prettytable>0:devel/py-prettytable +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>0:devel/py-ruamel.yaml +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}fabric3>0:devel/py-fabric3 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pystorm>0:devel/py-pystorm + +NO_ARCH= YES + +post-patch: + ${RM} ${WRKSRC}/test/__init__.py + .include <bsd.port.mk> |