From: Patrice Clement Date: Mon, 10 Sep 2018 21:24:12 +0000 (+0200) Subject: dev-python/jsonxs: new package. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=839904b5514369a8cd4cc55361e264dded02d9e9;p=gentoo.git dev-python/jsonxs: new package. JSONxs is a Python library that uses a path expression string to get and set values in JSON and Python datastructures. Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- 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..92a157d6d8cc --- /dev/null +++ b/dev-python/jsonxs/jsonxs-0.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python{3_5,3_6} ) + +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..8827852912c1 --- /dev/null +++ b/dev-python/jsonxs/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + Python + + + fboender/jsonxs + jsonxs + +