pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-xmltodict Add py-xmltodict-0.11.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74a3fb46753c
branches:  trunk
changeset: 369411:74a3fb46753c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 29 13:55:07 2017 +0000

description:
Add py-xmltodict-0.11.0:

xmltodict is a Python module that makes working with XML feel like you
are working with JSON. It has optional namespace and streaming support.

diffstat:

 textproc/py-xmltodict/DESCR    |   2 ++
 textproc/py-xmltodict/Makefile |  16 ++++++++++++++++
 textproc/py-xmltodict/PLIST    |   8 ++++++++
 textproc/py-xmltodict/distinfo |   6 ++++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 6460113cd48b -r 74a3fb46753c textproc/py-xmltodict/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-xmltodict/DESCR       Fri Sep 29 13:55:07 2017 +0000
@@ -0,0 +1,2 @@
+xmltodict is a Python module that makes working with XML feel like you
+are working with JSON. It has optional namespace and streaming support.
diff -r 6460113cd48b -r 74a3fb46753c textproc/py-xmltodict/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-xmltodict/Makefile    Fri Sep 29 13:55:07 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/09/29 13:55:07 joerg Exp $
+
+DISTNAME=      xmltodict-0.11.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xmltodict/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/martinblech/xmltodict
+COMMENT=       Simplified XML parser library
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6460113cd48b -r 74a3fb46753c textproc/py-xmltodict/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-xmltodict/PLIST       Fri Sep 29 13:55:07 2017 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/29 13:55:07 joerg Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/xmltodict.py
+${PYSITELIB}/xmltodict.pyc
+${PYSITELIB}/xmltodict.pyo
diff -r 6460113cd48b -r 74a3fb46753c textproc/py-xmltodict/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-xmltodict/distinfo    Fri Sep 29 13:55:07 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/29 13:55:07 joerg Exp $
+
+SHA1 (xmltodict-0.11.0.tar.gz) = c28182f300a4fa5b6ce41903191d5d78bf7c1a37
+RMD160 (xmltodict-0.11.0.tar.gz) = 6ef32a3b9b33638cacc7037ea07f0bd87bef2af6
+SHA512 (xmltodict-0.11.0.tar.gz) = d42ef146a40f386a5389958f890605c560ce9db2da4447099b8725edc1998339b77ea732576fc7e77fbe5a755a2dc3239dfae4a82fc6593c5f977145ab445295
+Size (xmltodict-0.11.0.tar.gz) = 26589 bytes



Home | Main Index | Thread Index | Old Index