openbsd-ports/textproc/py-elementpath/Makefile
2022-11-13 15:29:41 +00:00

23 lines
413 B
Makefile

COMMENT = xpath 1.0/2.0 parsers and selectors for elementtree
MODPY_EGG_VERSION = 3.0.2
DISTNAME = elementpath-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = textproc
HOMEPAGE = https://github.com/sissaschool/elementpath
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>