summaryrefslogtreecommitdiff
path: root/dev-python/jsonxs
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/jsonxs')
-rw-r--r--dev-python/jsonxs/Manifest1
-rw-r--r--dev-python/jsonxs/jsonxs-0.6.ebuild18
-rw-r--r--dev-python/jsonxs/metadata.xml13
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/jsonxs/Manifest b/dev-python/jsonxs/Manifest
new file mode 100644
index 000000000000..4b909cc8416b
--- /dev/null
+++ b/dev-python/jsonxs/Manifest
@@ -0,0 +1 @@
+DIST jsonxs-0.6.tar.gz 4071 BLAKE2B b19e6049be686abfcd0ce4dfd70b15c7367addf80ade80d3cdc3b3521885d15d92a3c5f71e80bb34de5a51fe8effdce3f6caa05ea5f7b60fc2ada536d98d34e4 SHA512 6dd5cb58b3f5ed00166bae175ef8daa4a4c18970c44afcc197bcc502433b164d5e3a6dfbd2f21f944a9339c257aac8af7bf1df8b3f1c2b12cf17777fc99e2272
diff --git a/dev-python/jsonxs/jsonxs-0.6.ebuild b/dev-python/jsonxs/jsonxs-0.6.ebuild
new file mode 100644
index 000000000000..5100c9b4734b
--- /dev/null
+++ b/dev-python/jsonxs/jsonxs-0.6.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Get/set values in JSON and Python datastructures"
+HOMEPAGE="https://github.com/fboender/jsonxs"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/jsonxs/metadata.xml b/dev-python/jsonxs/metadata.xml
new file mode 100644
index 000000000000..4e59e9e2fa44
--- /dev/null
+++ b/dev-python/jsonxs/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">fboender/jsonxs</remote-id>
+ <remote-id type="pypi">jsonxs</remote-id>
+ </upstream>
+ <origin>gentoo-staging</origin>
+</pkgmetadata>