pkgsrc/devel/py-astor/Makefile
adam 234f61df30 py-astor: updated to 0.7.1
0.7.1:
Fix installation error introduced in 0.7.0

0.7:
Add Python 3.7 to classifiers
2018-07-06 08:09:50 +00:00

16 lines
423 B
Makefile

# $NetBSD: Makefile,v 1.9 2018/07/06 08:09:50 adam Exp $
DISTNAME= astor-0.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/astor/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/berkerpeksag/astor
COMMENT= Read/rewrite/write Python ASTs
LICENSE= 2-clause-bsd
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"