openbsd-ports/textproc/py-dict2xml/Makefile
2022-11-24 12:02:46 +00:00

27 lines
432 B
Makefile

COMMENT= small utility to convert a Python dictionary into an XML
MODPY_EGG_VERSION= 1.7.2
DISTNAME= dict2xml-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= textproc
HOMEPAGE= https://github.com/delfick/python-dict2xml
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
# tests require unported noseOfYeti
NO_TEST= Yes
FLAVOR= python3
FLAVORS= python3
.include <bsd.port.mk>