pkgsrc-WIP-changes archive

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

Add py-jxmlease version 1.0.1.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Fri Jun 24 09:27:24 2016 +0200
Changeset:	a0db262bf7c2db2eb382db316c698e2f353ebd8d

Added Files:
	py-jxmlease/DESCR
	py-jxmlease/Makefile
	py-jxmlease/PLIST
	py-jxmlease/distinfo

Log Message:
Add py-jxmlease version 1.0.1.

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

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a0db262bf7c2db2eb382db316c698e2f353ebd8d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-jxmlease/DESCR    |  2 ++
 py-jxmlease/Makefile | 19 +++++++++++++++++++
 py-jxmlease/PLIST    | 29 +++++++++++++++++++++++++++++
 py-jxmlease/distinfo |  6 ++++++
 4 files changed, 56 insertions(+)

diffs:
diff --git a/py-jxmlease/DESCR b/py-jxmlease/DESCR
new file mode 100644
index 0000000..8bbc152
--- /dev/null
+++ b/py-jxmlease/DESCR
@@ -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 --git a/py-jxmlease/Makefile b/py-jxmlease/Makefile
new file mode 100644
index 0000000..8e814b8
--- /dev/null
+++ b/py-jxmlease/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+#
+
+DISTNAME=	jxmlease-1.0.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	textproc
+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 --git a/py-jxmlease/PLIST b/py-jxmlease/PLIST
new file mode 100644
index 0000000..745ac0b
--- /dev/null
+++ b/py-jxmlease/PLIST
@@ -0,0 +1,29 @@
+@comment $NetBSD$
+${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 --git a/py-jxmlease/distinfo b/py-jxmlease/distinfo
new file mode 100644
index 0000000..94ee089
--- /dev/null
+++ b/py-jxmlease/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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