Date: Tue, 11 Aug 2015 19:49:31 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393968 - in head/textproc: . py-python-docx Message-ID: <201508111949.t7BJnVsm004292@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Tue Aug 11 19:49:30 2015 New Revision: 393968 URL: https://svnweb.freebsd.org/changeset/ports/393968 Log: Python library for creating and updating Microsoft Word files. WWW: https://github.com/mikemaccana/python-docx PR: 201320 Submitted by: jjachuf@gmail.com Added: head/textproc/py-python-docx/ head/textproc/py-python-docx/Makefile (contents, props changed) head/textproc/py-python-docx/distinfo (contents, props changed) head/textproc/py-python-docx/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Aug 11 19:48:29 2015 (r393967) +++ head/textproc/Makefile Tue Aug 11 19:49:30 2015 (r393968) @@ -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 Added: head/textproc/py-python-docx/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-python-docx/Makefile Tue Aug 11 19:49:30 2015 (r393968) @@ -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> Added: head/textproc/py-python-docx/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-python-docx/distinfo Tue Aug 11 19:49:30 2015 (r393968) @@ -0,0 +1,2 @@ +SHA256 (python-docx-0.8.5.tar.gz) = 190ee604bd8c4ac9b8f97d665ff162c847e1f7ca8f5a49291fdbcaf272e8abd7 +SIZE (python-docx-0.8.5.tar.gz) = 5232432 Added: head/textproc/py-python-docx/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-python-docx/pkg-descr Tue Aug 11 19:49:30 2015 (r393968) @@ -0,0 +1,3 @@ +Python library for creating and updating Microsoft Word files. + +WWW: https://github.com/mikemaccana/python-docx
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508111949.t7BJnVsm004292>