summaryrefslogtreecommitdiff
path: root/textproc/py-jxmlease/Makefile
diff options
context:
space:
mode:
authorhe <he>2017-06-07 09:53:42 +0000
committerhe <he>2017-06-07 09:53:42 +0000
commit71aa5dd70687507e3880f86a9660a40bafa70732 (patch)
tree6f450adfed099bf22d5f8566e50dec09cb3975c4 /textproc/py-jxmlease/Makefile
parentfdcc7e1fde792533c837a0a50b9c96c2167550e1 (diff)
downloadpkgsrc-71aa5dd70687507e3880f86a9660a40bafa70732.tar.gz
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 (limited to 'textproc/py-jxmlease/Makefile')
-rw-r--r--textproc/py-jxmlease/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/py-jxmlease/Makefile b/textproc/py-jxmlease/Makefile
new file mode 100644
index 00000000000..ac5a31b6554
--- /dev/null
+++ b/textproc/py-jxmlease/Makefile
@@ -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
+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"