aboutsummaryrefslogtreecommitdiff
path: root/math/py-networkx
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-02-23 21:30:50 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-02-23 21:30:50 +0000
commit062883ccfc3545e86816178f2f7e8c4eeaee1d2e (patch)
treebba45cd6884b30a911e22feea07f20f648da9a71 /math/py-networkx
parentfbd43637e1fe334df6dd970b36c5e98022bb7e97 (diff)
Notes
Diffstat (limited to 'math/py-networkx')
-rw-r--r--math/py-networkx/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile
index ead14654e467..cc092ec3a238 100644
--- a/math/py-networkx/Makefile
+++ b/math/py-networkx/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator@${FLAVO
# ${PYTHON_PKGNAMEPREFIX}docutils>=0.12:textproc/py-docutils@${FLAVOR}
NO_ARCH= yes
-USES= python:2.7 shebangfix
+USES= python shebangfix
USE_PYTHON= autoplist concurrent distutils
SHEBANG_FILES= examples/graph/atlas.py \
examples/multigraph/chess_masters.py \
@@ -50,18 +50,10 @@ GRAPHVIZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.2:graphics/py-pygraph
YAML_DESC= Reading and writing YAML files
YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${FLAVOR}
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} >= 3000
-. if ${PORT_OPTIONS:MMPL} || ${PORT_OPTIONS:MGRAPHVIZ}
-BROKEN= Neither math/py-matplotlib nor graphics/py-graphviz support Python 3.x yet. Please disable both the MPL and GRAPHVIZ options
-. endif
-.endif
-
PORTEXAMPLES= *
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>