openbsd-ports/textproc/py-xmltodict/Makefile
2022-11-13 15:30:15 +00:00

26 lines
465 B
Makefile

COMMENT = makes working with XML feel like orking with JSON
MODPY_EGG_VERSION = 0.12.0
DISTNAME = xmltodict-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 4
CATEGORIES = textproc
MAINTAINER = Joerg Jung <jung@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
TEST_DEPENDS = devel/py-coverage${MODPY_FLAVOR}
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>