From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/jsonpointer/Manifest | 1 + dev-python/jsonpointer/jsonpointer-2.0-r1.ebuild | 19 +++++++++++++++++++ dev-python/jsonpointer/jsonpointer-2.0.ebuild | 21 +++++++++++++++++++++ dev-python/jsonpointer/metadata.xml | 21 +++++++++++++++++++++ 4 files changed, 62 insertions(+) create mode 100644 dev-python/jsonpointer/Manifest create mode 100644 dev-python/jsonpointer/jsonpointer-2.0-r1.ebuild create mode 100644 dev-python/jsonpointer/jsonpointer-2.0.ebuild create mode 100644 dev-python/jsonpointer/metadata.xml (limited to 'dev-python/jsonpointer') diff --git a/dev-python/jsonpointer/Manifest b/dev-python/jsonpointer/Manifest new file mode 100644 index 000000000000..fcaf0117e116 --- /dev/null +++ b/dev-python/jsonpointer/Manifest @@ -0,0 +1 @@ +DIST jsonpointer-2.0.tar.gz 8699 BLAKE2B 7b52955aa691a1bba327df6674704503b009101d0dd94587620a684ca9310128e3afcc62cedabd92106deffc3a6a3434a72123fc804224ae68ade8751462bf14 SHA512 e8e2b03c12c3fc5f65816fc71d1c07135ef74a0c912286f5b8bef2d9e21b8ae6e766d1aa2104b3eeb0e53928034321f25b203386ac3f5641b54b0641f6a08137 diff --git a/dev-python/jsonpointer/jsonpointer-2.0-r1.ebuild b/dev-python/jsonpointer/jsonpointer-2.0-r1.ebuild new file mode 100644 index 000000000000..5250c3905761 --- /dev/null +++ b/dev-python/jsonpointer/jsonpointer-2.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Identify specific nodes in a JSON document (according to draft 08)" +HOMEPAGE="https://github.com/stefankoegl/python-json-pointer https://pypi.org/project/jsonpointer/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" + +python_test() { + "${EPYTHON}" tests.py || die "Tests fail with ${EPYTHON}" +} diff --git a/dev-python/jsonpointer/jsonpointer-2.0.ebuild b/dev-python/jsonpointer/jsonpointer-2.0.ebuild new file mode 100644 index 000000000000..dd6130470fee --- /dev/null +++ b/dev-python/jsonpointer/jsonpointer-2.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Identify specific nodes in a JSON document (according to draft 08)" +HOMEPAGE="https://github.com/stefankoegl/python-json-pointer https://pypi.org/project/jsonpointer/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +python_test() { + "${PYTHON}" tests.py || die "Tests fail with ${EPYTHON}" +} diff --git a/dev-python/jsonpointer/metadata.xml b/dev-python/jsonpointer/metadata.xml new file mode 100644 index 000000000000..daf6f4ba66a0 --- /dev/null +++ b/dev-python/jsonpointer/metadata.xml @@ -0,0 +1,21 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + python@gentoo.org + Python + + + Identify specific nodes in a JSON document (according to draft 08) + http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-08 + + + jsonpointer + stefankoegl/python-json-pointer + + gentoo-staging + -- cgit v1.3.1