Changeset View
Changeset View
Standalone View
Standalone View
devel/py-asttokens/Makefile
| PORTNAME= asttokens | PORTNAME= asttokens | ||||
| PORTVERSION= 2.4.1 | PORTVERSION= 2.4.1 | ||||
| CATEGORIES= devel | CATEGORIES= devel | ||||
| MASTER_SITES= PYPI | MASTER_SITES= PYPI | ||||
| PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||||
| MAINTAINER= amdmi3@FreeBSD.org | MAINTAINER= amdmi3@FreeBSD.org | ||||
| COMMENT= Annotate AST trees with source code positions | COMMENT= Annotate AST trees with source code positions | ||||
| WWW= https://pypi.org/project/asttokens/ \ | WWW= https://pypi.org/project/asttokens/ \ | ||||
| https://github.com/gristlabs/asttokens | https://github.com/gristlabs/asttokens | ||||
| LICENSE= APACHE20 | LICENSE= APACHE20 | ||||
| LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
| BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} | BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} | ||||
| RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} | RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} | ||||
| TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=0:devel/py-astroid@${PY_FLAVOR} | TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=0:devel/py-astroid@${PY_FLAVOR} | ||||
| USES= python | USES= python | ||||
| USE_PYTHON= autoplist distutils pytest | USE_PYTHON= autoplist distutils pytest | ||||
| TEST_ARGS= --ignore=tests/testdata | TEST_ARGS= --ignore=tests/testdata | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||