pkgsrc/graphics/py-altgraph/Makefile
rodent 40a0103dfe 0.12
----

- Added ``ObjectGraph.edgeData`` to retrieve the edge data
  from a specific edge.
- Added ``AltGraph.update_edge_data`` and ``ObjectGraph.updateEdgeData``
  to update the data associated with a graph edge.
2014-08-07 01:37:17 +00:00

16 lines
455 B
Makefile

# $NetBSD: Makefile,v 1.3 2014/08/07 01:37:17 rodent Exp $
DISTNAME= altgraph-0.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics net python
MASTER_SITES= http://pypi.python.org/packages/source/a/altgraph/
MAINTAINER= rodent@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"