pkgsrc/lang/py-asttokens/Makefile
adam 1505525bfd py-asttokens: updated to 2.0.2
v2.0.2:
Bump patch version

v2.0.1:
Bump patch version

v2.0.0:
Bump major version, for non-backward-compatible changes.
- There is a parsing difference in that tuple nodes now include
  surrounding parentheses (when present).
2019-10-26 23:01:41 +00:00

20 lines
629 B
Makefile

# $NetBSD: Makefile,v 1.9 2019/10/26 23:01:41 adam Exp $
DISTNAME= asttokens-2.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asttokens/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/gristlabs/asttokens
COMMENT= Annotate AST trees with source code positions
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-astroid-[0-9]*:../../devel/py-astroid
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"