2015-08-11 21:49:30 +02:00
|
|
|
PORTNAME= python-docx
|
2021-05-17 14:00:00 +02:00
|
|
|
PORTVERSION= 0.8.11
|
2015-08-11 21:49:30 +02:00
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2019-02-27 12:26:52 +01:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2015-08-11 21:49:30 +02:00
|
|
|
COMMENT= Python library for creating and updating Microsoft Word files
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/python-openxml/python-docx
|
2015-08-11 21:49:30 +02:00
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:devel/py-lxml@${PY_FLAVOR}
|
2015-08-11 21:49:30 +02:00
|
|
|
|
|
|
|
# Python3 ready
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+
|
2015-08-11 21:49:30 +02:00
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|