Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2015 18:47:11 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403227 - in head/textproc: . py-et_xmlfile
Message-ID:  <201512071847.tB7IlBic043274@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Dec  7 18:47:10 2015
New Revision: 403227
URL: https://svnweb.freebsd.org/changeset/ports/403227

Log:
  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

Added:
  head/textproc/py-et_xmlfile/
  head/textproc/py-et_xmlfile/Makefile   (contents, props changed)
  head/textproc/py-et_xmlfile/distinfo   (contents, props changed)
  head/textproc/py-et_xmlfile/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Dec  7 18:42:37 2015	(r403226)
+++ head/textproc/Makefile	Mon Dec  7 18:47:10 2015	(r403227)
@@ -1217,6 +1217,7 @@
     SUBDIR += py-empy
     SUBDIR += py-enchant
     SUBDIR += py-errorhandler
+    SUBDIR += py-et_xmlfile
     SUBDIR += py-excelerator
     SUBDIR += py-feedparser
     SUBDIR += py-genshi

Added: head/textproc/py-et_xmlfile/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-et_xmlfile/Makefile	Mon Dec  7 18:47:10 2015	(r403227)
@@ -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>

Added: head/textproc/py-et_xmlfile/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-et_xmlfile/distinfo	Mon Dec  7 18:47:10 2015	(r403227)
@@ -0,0 +1,2 @@
+SHA256 (et_xmlfile-1.0.1.tar.gz) = 614d9722d572f6246302c4491846d2c393c199cfa4edc9af593437691683335b
+SIZE (et_xmlfile-1.0.1.tar.gz) = 8427

Added: head/textproc/py-et_xmlfile/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-et_xmlfile/pkg-descr	Mon Dec  7 18:47:10 2015	(r403227)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512071847.tB7IlBic043274>