pkgsrc/devel/py-astor/Makefile
adam 8850dc67ce py-astor: updated to 0.6.2
0.6.2:
Fix 'make clean' command
2017-11-23 10:29:03 +00:00

16 lines
423 B
Makefile

# $NetBSD: Makefile,v 1.8 2017/11/23 10:29:03 adam Exp $
DISTNAME= astor-0.6.2
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"