Changeset View
Changeset View
Standalone View
Standalone View
devel/py-asteval/Makefile
| PORTNAME= asteval | PORTNAME= asteval | ||||
| PORTVERSION= 0.9.31 | PORTVERSION= 0.9.31 | ||||
| CATEGORIES= devel python | CATEGORIES= devel python | ||||
| MASTER_SITES= PYPI | MASTER_SITES= PYPI | ||||
| PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||||
| MAINTAINER= yuri@FreeBSD.org | MAINTAINER= yuri@FreeBSD.org | ||||
| COMMENT= Safe, minimalistic evaluator of python expression using ast module | COMMENT= Safe, minimalistic evaluator of python expression using ast module | ||||
| WWW= https://github.com/newville/asteval | WWW= https://github.com/newville/asteval | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| LICENSE_FILES= ${WRKSRC}/LICENSE | LICENSE_FILES= ${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} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} | ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} | ||||
| RUN_DEPENDS= ${PYNUMPY} | RUN_DEPENDS= ${PYNUMPY} | ||||
| USES= python | USES= python | ||||
| USE_PYTHON= distutils autoplist pytest | USE_PYTHON= distutils autoplist pytest | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||