freebsd-ports/devel/py-asteval/Makefile
Yuri Victorovich 7150a47987 devel/py-asteval: Update 0.9.30 → 0.9.31
Reported by:	portscout
2023-07-17 00:09:01 -07:00

23 lines
584 B
Makefile

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