summaryrefslogtreecommitdiff
path: root/math/py-networkx/Makefile
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2012-07-13 14:00:32 +0000
committerwen <wen@pkgsrc.org>2012-07-13 14:00:32 +0000
commit642c4fc4aac8f10c58851bf181034c889a4485ee (patch)
tree7af8f0fdeffdbe6bc53a4a39d443e8dfcc4bcbb1 /math/py-networkx/Makefile
parent20e29c4f9dcb97337721e06a38961ec2eab576a3 (diff)
downloadpkgsrc-642c4fc4aac8f10c58851bf181034c889a4485ee.tar.gz
Update to 1.7
Release Log Networkx-1.7 Release date: 4 July 2012 Highlights New functions for k-clique community finding, flow hierarchy, union, disjoint union, compose, and intersection operators that work on lists of graphs, and creating the biadjacency matrix of a bipartite graph. New approximation algorithms for dominating set, edge dominating set, independent set, max clique, and min-weighted vertex cover. Many bug fixes and other improvements. For full details of the tickets closed for this release (added features and bug fixes) see: https://networkx.lanl.gov/trac/query?status=closed&group=milestone&milestone=networkx-1.7 API Changes See Version 1.7 notes and API changes
Diffstat (limited to 'math/py-networkx/Makefile')
-rw-r--r--math/py-networkx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile
index 069c6b2ff80..f0d8205b9dc 100644
--- a/math/py-networkx/Makefile
+++ b/math/py-networkx/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2012/06/02 13:19:17 obache Exp $
+# $NetBSD: Makefile,v 1.7 2012/07/13 14:00:32 wen Exp $
#
-DISTNAME= networkx-1.6
+DISTNAME= networkx-1.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= http://pypi.python.org/packages/source/n/networkx/ \