2020-12-06 13:50:23 +00:00

27 lines
553 B
Makefile

# $OpenBSD: Makefile,v 1.3 2020/12/06 13:50:23 sthen Exp $
COMMENT= Python API and tools to manipulate OpenDocument files
MODPY_EGG_VERSION= 1.4.1
DISTNAME= odfpy-${MODPY_EGG_VERSION}
PKGNAME= py-odfpy-${MODPY_EGG_VERSION}
REVISION= 0
CATEGORIES= textproc devel
HOMEPAGE= https://github.com/eea/odfpy
# Apache, GPL, LGPL
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_SETUPTOOLS= Yes
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
MODPY_PYTEST= Yes
RUN_DEPENDS= textproc/py-defusedxml${MODPY_FLAVOR}
.include <bsd.port.mk>