add new pkg to wip: py-parsy

This commit is contained in:
K.I.A.Derouiche 2020-10-17 17:22:11 +01:00
parent 8248ecbb72
commit 36893ef9ce
1 changed files with 1 additions and 2 deletions

View File

@ -3,14 +3,13 @@
DISTNAME= parsy-1.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= https://files.pythonhosted.org/packages/41/cf/f41d3e986d001f343abe59c1a8352162227db61a39e84e7a55023128f0c1/
MASTER_SITES= ${MASTER_SITE_PYPI:=p/parsy/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/python-parsy/parsy
COMMENT= Easy-to-use parser combinators, for parsing in pure Python
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"