pkgsrc/lang/py-asttokens/Makefile
adam 8957e8df39 py-asttokens: added version 1.1.6
The asttokens module annotates Python abstract syntax trees (ASTs) with the
positions of tokens and text in the source code that generated them.

It makes it possible for tools that work with logical AST nodes to find the
particular text that resulted in those nodes, for example for automated
refactoring or highlighting.
2017-10-28 07:38:07 +00:00

21 lines
702 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/10/28 07:38:07 adam Exp $
DISTNAME= asttokens-1.1.6
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
BUILD_DEPENDS+= ${PYPKGPREFIX}-astroid-[0-9]*:../../devel/py-astroid
BUILD_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"