semarie 446ed2481b devel/py-simpleeval: update to 0.9.12
remove RCSTag while here
2022-03-10 14:41:48 +00:00

24 lines
434 B
Makefile

COMMENT = simple, safe single expression evaluator library
MODPY_EGG_VERSION = 0.9.12
DISTNAME = simpleeval-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
MAINTAINER = Sebastien Marie <semarie@online.fr>
# MIT
PERMIT_PACKAGE= Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
MODPY_PYTEST_ARGS = test_simpleeval.py
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>