pkgsrc/graphics/py-altgraph/Makefile
adam 8a8009bbbc py-altgraph: updated to 0.17
0.17
Explicitly mark Python 3.8 as supported in wheel metadata.
Migrate from Bitbucket to GitHub
Run black on the entire repository
2020-03-15 22:55:54 +00:00

16 lines
434 B
Makefile

# $NetBSD: Makefile,v 1.9 2020/03/15 22:55:54 adam Exp $
DISTNAME= altgraph-0.17
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/altgraph/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://altgraph.readthedocs.io/
COMMENT= Graph (network) package for constructing graphs
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"