freebsd-ports/textproc/py-et_xmlfile/Makefile
Antoine Brodin 25d31884df 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
2015-12-07 18:47:10 +00:00

18 lines
379 B
Makefile

# 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>