mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
23 lines
580 B
Makefile
23 lines
580 B
Makefile
PORTNAME= asteval
|
|
PORTVERSION= 1.0.5
|
|
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://lmfit.github.io/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>
|