Python library for creating and updating Microsoft Word files.
WWW: https://github.com/mikemaccana/python-docx PR: 201320 Submitted by: jjachuf@gmail.com
This commit is contained in:
parent
23a5407e4f
commit
6766b45fe5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393968
4 changed files with 27 additions and 0 deletions
|
@ -1229,6 +1229,7 @@
|
|||
SUBDIR += py-pystache
|
||||
SUBDIR += py-pystemmer
|
||||
SUBDIR += py-python-augeas
|
||||
SUBDIR += py-python-docx
|
||||
SUBDIR += py-pytidylib
|
||||
SUBDIR += py-pyx12
|
||||
SUBDIR += py-qrcode
|
||||
|
|
21
textproc/py-python-docx/Makefile
Normal file
21
textproc/py-python-docx/Makefile
Normal file
|
@ -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>
|
2
textproc/py-python-docx/distinfo
Normal file
2
textproc/py-python-docx/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (python-docx-0.8.5.tar.gz) = 190ee604bd8c4ac9b8f97d665ff162c847e1f7ca8f5a49291fdbcaf272e8abd7
|
||||
SIZE (python-docx-0.8.5.tar.gz) = 5232432
|
3
textproc/py-python-docx/pkg-descr
Normal file
3
textproc/py-python-docx/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Python library for creating and updating Microsoft Word files.
|
||||
|
||||
WWW: https://github.com/mikemaccana/python-docx
|
Loading…
Reference in a new issue