pkgsrc/graphics/py-altgraph/Makefile
adam 934c2b7f0a py-altgraph: updated to 0.15
0.15
ObjectGraph.get_edges, ObjectGraph.getEdgeData and ObjectGraph.updateEdgeData accept None as the node to get and treat this as an alias for self (as other methods already did).
2017-12-10 17:04:46 +00:00

16 lines
441 B
Makefile

# $NetBSD: Makefile,v 1.7 2017/12/10 17:04:46 adam Exp $
DISTNAME= altgraph-0.15
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics net python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/altgraph/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://packages.python.org/altgraph
COMMENT= Graph (network) package for constructing graphs
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"