diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-08-11 19:49:30 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-08-11 19:49:30 +0000 |
commit | 6766b45fe5e970339dea1a43c826605f881e302d (patch) | |
tree | 8623e276bdb8c28ff97d398058670a7eabe7359c /textproc/py-python-docx | |
parent | 23a5407e4f39467bd6ab1c6a5ac73f28e5a547cd (diff) |
Notes
Diffstat (limited to 'textproc/py-python-docx')
-rw-r--r-- | textproc/py-python-docx/Makefile | 21 | ||||
-rw-r--r-- | textproc/py-python-docx/distinfo | 2 | ||||
-rw-r--r-- | textproc/py-python-docx/pkg-descr | 3 |
3 files changed, 26 insertions, 0 deletions
diff --git a/textproc/py-python-docx/Makefile b/textproc/py-python-docx/Makefile new file mode 100644 index 000000000000..bae630f2df5c --- /dev/null +++ b/textproc/py-python-docx/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= python-docx +PORTVERSION= 0.8.5 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jjachuf@gmail.com +COMMENT= Python library for creating and updating Microsoft Word files + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:${PORTSDIR}/devel/py-lxml + +# Python3 ready +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/textproc/py-python-docx/distinfo b/textproc/py-python-docx/distinfo new file mode 100644 index 000000000000..3c595ef7c640 --- /dev/null +++ b/textproc/py-python-docx/distinfo @@ -0,0 +1,2 @@ +SHA256 (python-docx-0.8.5.tar.gz) = 190ee604bd8c4ac9b8f97d665ff162c847e1f7ca8f5a49291fdbcaf272e8abd7 +SIZE (python-docx-0.8.5.tar.gz) = 5232432 diff --git a/textproc/py-python-docx/pkg-descr b/textproc/py-python-docx/pkg-descr new file mode 100644 index 000000000000..ee5707c3c3e6 --- /dev/null +++ b/textproc/py-python-docx/pkg-descr @@ -0,0 +1,3 @@ +Python library for creating and updating Microsoft Word files. + +WWW: https://github.com/mikemaccana/python-docx |