aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-et_xmlfile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-12-07 18:47:10 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-12-07 18:47:10 +0000
commit25d31884df2dd473e74691443b6b4277b5aa20fb (patch)
tree18e7aec51ab0c0d948d4ba53e77257441444497c /textproc/py-et_xmlfile
parent8ac3ab3520d59d404b4d4dce2d492f766093200a (diff)
downloadports-25d31884df2dd473e74691443b6b4277b5aa20fb.tar.gz
ports-25d31884df2dd473e74691443b6b4277b5aa20fb.zip
New port: textproc/py-et_xmlfile
et_xmlfile is a low memory library for creating large XML files. It is based upon the xmlfile module from lxml with the aim of allowing code to be developed that will work with both libraries. It was developed initially for the openpyxl project but is now a standalone module. WWW: https://bitbucket.org/openpyxl/et_xmlfile
Notes
Notes: svn path=/head/; revision=403227
Diffstat (limited to 'textproc/py-et_xmlfile')
-rw-r--r--textproc/py-et_xmlfile/Makefile18
-rw-r--r--textproc/py-et_xmlfile/distinfo2
-rw-r--r--textproc/py-et_xmlfile/pkg-descr6
3 files changed, 26 insertions, 0 deletions
diff --git a/textproc/py-et_xmlfile/Makefile b/textproc/py-et_xmlfile/Makefile
new file mode 100644
index 000000000000..d17af00e5c16
--- /dev/null
+++ b/textproc/py-et_xmlfile/Makefile
@@ -0,0 +1,18 @@
+# Created by: Antoine Brodin <antoine@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= et_xmlfile
+PORTVERSION= 1.0.1
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= antoine@FreeBSD.org
+COMMENT= Implementation of lxml.xmlfile for the standard library
+
+LICENSE= MIT
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
diff --git a/textproc/py-et_xmlfile/distinfo b/textproc/py-et_xmlfile/distinfo
new file mode 100644
index 000000000000..29e0b1b3b22a
--- /dev/null
+++ b/textproc/py-et_xmlfile/distinfo
@@ -0,0 +1,2 @@
+SHA256 (et_xmlfile-1.0.1.tar.gz) = 614d9722d572f6246302c4491846d2c393c199cfa4edc9af593437691683335b
+SIZE (et_xmlfile-1.0.1.tar.gz) = 8427
diff --git a/textproc/py-et_xmlfile/pkg-descr b/textproc/py-et_xmlfile/pkg-descr
new file mode 100644
index 000000000000..e4a984b64cc8
--- /dev/null
+++ b/textproc/py-et_xmlfile/pkg-descr
@@ -0,0 +1,6 @@
+et_xmlfile is a low memory library for creating large XML files.
+It is based upon the xmlfile module from lxml with the aim of allowing code to
+be developed that will work with both libraries. It was developed initially for
+the openpyxl project but is now a standalone module.
+
+WWW: https://bitbucket.org/openpyxl/et_xmlfile