diff options
| author | wiz <wiz@pkgsrc.org> | 2012-10-03 22:14:00 +0000 |
|---|---|---|
| committer | wiz <wiz@pkgsrc.org> | 2012-10-03 22:14:00 +0000 |
| commit | 6881df6a4c0580c6f1e791e8700778ea489dd113 (patch) | |
| tree | a6e0112f1c7655fad080d88eaa928420d1b0af8b /math/py-networkx | |
| parent | f3d475a6d2812fbcc9614e6fb074153ada9d0c2d (diff) | |
| download | pkgsrc-6881df6a4c0580c6f1e791e8700778ea489dd113.tar.gz | |
Update for python25 removal.
Diffstat (limited to 'math/py-networkx')
| -rw-r--r-- | math/py-networkx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile index 2d828fcbf76..338a5ab01a7 100644 --- a/math/py-networkx/Makefile +++ b/math/py-networkx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/09/11 23:04:31 asau Exp $ +# $NetBSD: Makefile,v 1.9 2012/10/03 22:14:02 wiz Exp $ # DISTNAME= networkx-1.7 @@ -12,7 +12,5 @@ HOMEPAGE= http://networkx.lanl.gov/ COMMENT= Python package for creating and manipulating graphs and networks LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 25 - .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |
