diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2017-04-28 12:34:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2017-04-28 12:34:53 +0000 |
commit | e74e7e0f957b57425bbdb88c40426177f4905627 (patch) | |
tree | d48ced9a0ffefa6363802e213dea3ea819c5dfdf /math/py-networkx/Makefile | |
parent | 9376dcbdac39cb40eea62e47e51dfb3c17c745d8 (diff) |
Notes
Diffstat (limited to 'math/py-networkx/Makefile')
-rw-r--r-- | math/py-networkx/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile index 4216caeca3fd..427eaf8b447b 100644 --- a/math/py-networkx/Makefile +++ b/math/py-networkx/Makefile @@ -3,7 +3,7 @@ PORTNAME= networkx PORTVERSION= 1.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= http://networkx.lanl.gov/download/networkx/ \ CHEESESHOP @@ -22,6 +22,9 @@ RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator NO_ARCH= yes USES= python shebangfix USE_PYTHON= autoplist concurrent distutils +SHEBANG_FILES= examples/graph/atlas.py \ + examples/multigraph/chess_masters.py \ + networkx/generators/tests/test_random_graphs.py PLIST_SUB+= PYTHON_MAJOR_VER=${PYTHON_MAJOR_VER} |