mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
24 lines
419 B
Makefile
24 lines
419 B
Makefile
COMMENT= library for processing .docx files
|
|
|
|
MODPY_DISTV= 1.2.0
|
|
DISTNAME= python_docx-${MODPY_DISTV}
|
|
PKGNAME= py-docx-${MODPY_DISTV}
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= https://github.com/python-openxml/python-docx
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
RUN_DEPENDS= devel/py-typing-extensions \
|
|
textproc/py-lxml
|
|
|
|
TEST_DEPENDS= devel/py-parsing
|
|
|
|
.include <bsd.port.mk>
|