0226c1a4a8
0.16.1: Explicitly mark Python 3.7 as supported in wheel metadata. 0.16: Add LICENSE file
16 lines
443 B
Makefile
16 lines
443 B
Makefile
# $NetBSD: Makefile,v 1.8 2018/08/07 06:18:53 adam Exp $
|
|
|
|
DISTNAME= altgraph-0.16.1
|
|
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"
|