pkgsrc/lang/py-parso/Makefile
adam c74af3dfee Parso is a Python parser that supports error recovery and round-trip parsing
for different Python versions (in multiple Python versions). Parso is also
able to list multiple syntax errors in your python file.

Parso has been battle-tested by jedi. It was pulled out of jedi to be useful
for other projects as well.

Parso consists of a small API to parse Python and analyse the syntax tree.
2017-10-16 17:01:50 +00:00

16 lines
395 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/10/16 17:02:14 adam Exp $
DISTNAME= parso-0.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/parso/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/davidhalter/parso
COMMENT= Python Parser
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"