pkgsrc/devel/py-rply/Makefile
rodent 20b9154eb8 Update to latest release, 0.7.4. Depends on devel/py-appdirs now and
installs requires.txt. Otherwise, no changelog found.
2017-01-11 23:59:00 +00:00

18 lines
487 B
Makefile

# $NetBSD: Makefile,v 1.4 2017/01/11 23:59:00 rodent Exp $
DISTNAME= rply-0.7.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rply/}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= https://github.com/alex/rply/
COMMENT= Pure Python Lex/Yacc that works with RPython
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"