8a8009bbbc
0.17 Explicitly mark Python 3.8 as supported in wheel metadata. Migrate from Bitbucket to GitHub Run black on the entire repository
16 lines
434 B
Makefile
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"
|