pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-jxmlease Add py-jxmlease version 1.0.1, im...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e05286c526e6
branches:  trunk
changeset: 363367:e05286c526e6
user:      he <he%pkgsrc.org@localhost>
date:      Wed Jun 07 09:53:42 2017 +0000

description:
Add py-jxmlease version 1.0.1, imported from pkgsrc-wip.

This is a Python module for converting XML to intelligent Python
data structures, and converting Python data structures to XML.

diffstat:

 textproc/py-jxmlease/DESCR    |   2 ++
 textproc/py-jxmlease/Makefile |  18 ++++++++++++++++++
 textproc/py-jxmlease/PLIST    |  29 +++++++++++++++++++++++++++++
 textproc/py-jxmlease/distinfo |   6 ++++++
 4 files changed, 55 insertions(+), 0 deletions(-)

diffs (71 lines):

diff -r 8480ac7c7904 -r e05286c526e6 textproc/py-jxmlease/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jxmlease/DESCR        Wed Jun 07 09:53:42 2017 +0000
@@ -0,0 +1,2 @@
+This is a Python module for converting XML to intelligent Python
+data structures, and converting Python data structures to XML.
diff -r 8480ac7c7904 -r e05286c526e6 textproc/py-jxmlease/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jxmlease/Makefile     Wed Jun 07 09:53:42 2017 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/06/07 09:53:42 he Exp $
+#
+
+DISTNAME=      jxmlease-1.0.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jxmlease/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/Juniper/jxmlease
+COMMENT=       Module for converting XML to Python data structures
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+DEPENDS+=      ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8480ac7c7904 -r e05286c526e6 textproc/py-jxmlease/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jxmlease/PLIST        Wed Jun 07 09:53:42 2017 +0000
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1 2017/06/07 09:53:42 he Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/jxmlease/__init__.py
+${PYSITELIB}/jxmlease/__init__.pyc
+${PYSITELIB}/jxmlease/__init__.pyo
+${PYSITELIB}/jxmlease/_basenode.py
+${PYSITELIB}/jxmlease/_basenode.pyc
+${PYSITELIB}/jxmlease/_basenode.pyo
+${PYSITELIB}/jxmlease/_parsehandler.py
+${PYSITELIB}/jxmlease/_parsehandler.pyc
+${PYSITELIB}/jxmlease/_parsehandler.pyo
+${PYSITELIB}/jxmlease/cdatanode.py
+${PYSITELIB}/jxmlease/cdatanode.pyc
+${PYSITELIB}/jxmlease/cdatanode.pyo
+${PYSITELIB}/jxmlease/dictnode.py
+${PYSITELIB}/jxmlease/dictnode.pyc
+${PYSITELIB}/jxmlease/dictnode.pyo
+${PYSITELIB}/jxmlease/etreeparser.py
+${PYSITELIB}/jxmlease/etreeparser.pyc
+${PYSITELIB}/jxmlease/etreeparser.pyo
+${PYSITELIB}/jxmlease/listnode.py
+${PYSITELIB}/jxmlease/listnode.pyc
+${PYSITELIB}/jxmlease/listnode.pyo
+${PYSITELIB}/jxmlease/xmlparser.py
+${PYSITELIB}/jxmlease/xmlparser.pyc
+${PYSITELIB}/jxmlease/xmlparser.pyo
diff -r 8480ac7c7904 -r e05286c526e6 textproc/py-jxmlease/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jxmlease/distinfo     Wed Jun 07 09:53:42 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/06/07 09:53:42 he Exp $
+
+SHA1 (jxmlease-1.0.1.tar.gz) = 39468bea77b1197f5df80e4460654436b2d11c89
+RMD160 (jxmlease-1.0.1.tar.gz) = ccb2ba0177803e3887fb68cce6b23c34941158ae
+SHA512 (jxmlease-1.0.1.tar.gz) = 2915ddfddebe804fcd71d43752e2a32cc7795e83147d412a71fc7d1e6ff5a6c4638101c53579289c69c41b1f0da9afb90ac0287c46db47d8b20f345a1a456ed6
+Size (jxmlease-1.0.1.tar.gz) = 49228 bytes



Home | Main Index | Thread Index | Old Index