commit:     108ad2f511a702bee7b9de1e84c9a405816d45af
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Oct  3 16:38:31 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Oct  3 18:32:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=108ad2f5

dev-python/jsonpath-rw-ext: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/jsonpath-rw-ext/Manifest                |  1 +
 .../jsonpath-rw-ext/jsonpath-rw-ext-1.2.2.ebuild   | 37 ++++++++++++++++++++++
 dev-python/jsonpath-rw-ext/metadata.xml            | 13 ++++++++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/jsonpath-rw-ext/Manifest 
b/dev-python/jsonpath-rw-ext/Manifest
new file mode 100644
index 000000000..e8a03f93b
--- /dev/null
+++ b/dev-python/jsonpath-rw-ext/Manifest
@@ -0,0 +1 @@
+DIST jsonpath-rw-ext-1.2.2.tar.gz 20581 BLAKE2B 
eec62ee71fd234d5f7b8d2e091bdbf8b4bb2ec2780730b8ef77a466111b2fb3cbfc89b84c9e7905b53315150a28d4d84e7f251970d3a9b9002a5dbadf08b45b0
 SHA512 
28ca708023a942665c946d3e0ec618488f7d30d832e4ad0748d6c7019849f2ad19e3629c4452ab461b9c14d71f3360a4590357637f95ea44f8bc3b4544d5e0af

diff --git a/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2.ebuild 
b/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2.ebuild
new file mode 100644
index 000000000..9462af10c
--- /dev/null
+++ b/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+PYTHON_COMPAT=( python3_8 )
+
+inherit distutils-r1
+
+DESCRIPTION="Extensions for JSONPath RW"
+HOMEPAGE="
+       https://pypi.org/project/jsonpath-rw-ext
+       https://github.com/sileht/python-jsonpath-rw-ext
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       >=dev-python/pbr-1.8[${PYTHON_USEDEP}]
+       >=dev-python/jsonpath-rw-1.2.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+       ${RDEPEND}
+       test? (
+               >=dev-python/hacking-0.12.0[${PYTHON_USEDEP}]
+               >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+               >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+               >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+               >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+               >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+       )
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/jsonpath-rw-ext/metadata.xml 
b/dev-python/jsonpath-rw-ext/metadata.xml
new file mode 100644
index 000000000..aaf8e8137
--- /dev/null
+++ b/dev-python/jsonpath-rw-ext/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="person">
+    <email>[email protected]</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
+  <upstream>
+    <bugs-to>https://github.com/sileht/python-jsonpath-rw-ext/issues</bugs-to>
+    <remote-id type="pypi">jsonpath-rw-ext</remote-id>
+    <remote-id type="github">sileht/python-jsonpath-rw-ext</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to