From d97953e6ff67978da9554e7b4601aedceb21e215 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 12 Apr 2022 21:03:09 +0000 Subject: Adding metadata --- dev-python/jsonpath-rw/Manifest | 1 + dev-python/jsonpath-rw/jsonpath-rw-1.4.0.ebuild | 42 +++++++++++++++++++++++++ dev-python/jsonpath-rw/metadata.xml | 18 +++++++++++ 3 files changed, 61 insertions(+) create mode 100644 dev-python/jsonpath-rw/Manifest create mode 100644 dev-python/jsonpath-rw/jsonpath-rw-1.4.0.ebuild create mode 100644 dev-python/jsonpath-rw/metadata.xml (limited to 'dev-python/jsonpath-rw') diff --git a/dev-python/jsonpath-rw/Manifest b/dev-python/jsonpath-rw/Manifest new file mode 100644 index 000000000000..d4a65943b7f0 --- /dev/null +++ b/dev-python/jsonpath-rw/Manifest @@ -0,0 +1 @@ +DIST jsonpath-rw-1.4.0.tar.gz 19813 BLAKE2B 2ee89864f38a6671ad593b5f056a19a794fcf6dd8dd56af1fbc709e50336ee5613c1144ec7f557d7380bed4eedd4ee7cc39f99ccb61dbc3a34c2e36641b183dc SHA512 8308e950f8b397e3ddd4120aa7794ab198d9f1a233c5fe16c2f393f1ba7e7e3bf289063a8b28f2425bfe0906be028f9bc1830779d09a56c306f2f102d26e6259 diff --git a/dev-python/jsonpath-rw/jsonpath-rw-1.4.0.ebuild b/dev-python/jsonpath-rw/jsonpath-rw-1.4.0.ebuild new file mode 100644 index 000000000000..20b0a4a066e8 --- /dev/null +++ b/dev-python/jsonpath-rw/jsonpath-rw-1.4.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MYPN="python-${PN}" +PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="A robust and significantly extended implementation of JSONPath for Python" +HOMEPAGE=" + https://github.com/kennknowles/python-jsonpath-rw + https://pypi.org/project/jsonpath-rw/ +" +SRC_URI="https://github.com/kennknowles/${MYPN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MYPN}-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND=" + dev-python/decorator[${PYTHON_USEDEP}] + dev-python/ply[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +" +DEPEND="${REDEPEND}" +BDEPEND=" + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + ) +" + +RESTRICT="!test? ( test )" + +python_test() { + nosetests --verbose || die + py.test -v -v || die +} diff --git a/dev-python/jsonpath-rw/metadata.xml b/dev-python/jsonpath-rw/metadata.xml new file mode 100644 index 000000000000..14dc6d8c23b5 --- /dev/null +++ b/dev-python/jsonpath-rw/metadata.xml @@ -0,0 +1,18 @@ + + + + + comaintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/kennknowles/python-jsonpath-rw/issues + jsonpath-rw + kennknowles/python-jsonpath-rw + + kenn.knowles@gmail.com + Kenneth Knowles + + + -- cgit v1.3