mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
20 lines
375 B
Makefile
20 lines
375 B
Makefile
COMMENT = simple, safe single expression evaluator library
|
|
|
|
MODPY_DISTV = 1.0.7
|
|
DISTNAME = simpleeval-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Sebastien Marie <semarie@kapouay.eu.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = hatchling
|
|
MODPY_PYTEST_ARGS = test_simpleeval.py
|
|
|
|
.include <bsd.port.mk>
|