openbsd-ports/devel/py-parsing/Makefile
sthen aea776a81a now that py-packaging 22.0 has been released with its own hand-written parser,
py-parsing is no longer part of the requirements for MODPY_PYBUILD ports,
so change it to a standard MODPY_PYBUILD port and drop the BDEP on pip
2022-12-08 10:47:39 +00:00

25 lines
444 B
Makefile

COMMENT= Python parsing module
MODPY_EGG_VERSION= 3.0.9
REVISION= 2
DISTNAME= pyparsing-${MODPY_EGG_VERSION}
PKGNAME= ${DISTNAME:S/py/py-/}
CATEGORIES= devel
HOMEPAGE= https://github.com/pyparsing/pyparsing/
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= flit_core
FLAVORS= python3
FLAVOR= python3
# test_diagram needs railroad
MODPY_PYTEST_ARGS= --ignore tests/test_diagram.py tests
.include <bsd.port.mk>