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

24 lines
454 B
Makefile

COMMENT= show differences between XML files/DOM trees
MODPY_EGG_VERSION= 2.4
DISTNAME= xmldiff-${MODPY_EGG_VERSION}
PKGNAME= py-xmldiff-${MODPY_EGG_VERSION}
CATEGORIES= textproc
REVISION= 0
HOMEPAGE= https://github.com/Shoobx/xmldiff
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_SETUPTOOLS= Yes
MODPY_PYTEST = Yes
RUN_DEPENDS= devel/py-six${MODPY_FLAVOR} \
textproc/py-lxml${MODPY_FLAVOR}
.include <bsd.port.mk>