Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/jsonpath-rw-ext/
Date: Sun, 03 Oct 2021 18:33:29
Message-Id: 1633285921.108ad2f511a702bee7b9de1e84c9a405816d45af.Alessandro-Barbieri@gentoo
1 commit: 108ad2f511a702bee7b9de1e84c9a405816d45af
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 3 16:38:31 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Oct 3 18:32:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=108ad2f5
7
8 dev-python/jsonpath-rw-ext: initial import
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/jsonpath-rw-ext/Manifest | 1 +
13 .../jsonpath-rw-ext/jsonpath-rw-ext-1.2.2.ebuild | 37 ++++++++++++++++++++++
14 dev-python/jsonpath-rw-ext/metadata.xml | 13 ++++++++
15 3 files changed, 51 insertions(+)
16
17 diff --git a/dev-python/jsonpath-rw-ext/Manifest b/dev-python/jsonpath-rw-ext/Manifest
18 new file mode 100644
19 index 000000000..e8a03f93b
20 --- /dev/null
21 +++ b/dev-python/jsonpath-rw-ext/Manifest
22 @@ -0,0 +1 @@
23 +DIST jsonpath-rw-ext-1.2.2.tar.gz 20581 BLAKE2B eec62ee71fd234d5f7b8d2e091bdbf8b4bb2ec2780730b8ef77a466111b2fb3cbfc89b84c9e7905b53315150a28d4d84e7f251970d3a9b9002a5dbadf08b45b0 SHA512 28ca708023a942665c946d3e0ec618488f7d30d832e4ad0748d6c7019849f2ad19e3629c4452ab461b9c14d71f3360a4590357637f95ea44f8bc3b4544d5e0af
24
25 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
26 new file mode 100644
27 index 000000000..9462af10c
28 --- /dev/null
29 +++ b/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2.ebuild
30 @@ -0,0 +1,37 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI="8"
35 +
36 +PYTHON_COMPAT=( python3_8 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Extensions for JSONPath RW"
41 +HOMEPAGE="
42 + https://pypi.org/project/jsonpath-rw-ext
43 + https://github.com/sileht/python-jsonpath-rw-ext
44 +"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 +
47 +SLOT="0"
48 +LICENSE="Apache-2.0"
49 +KEYWORDS="~amd64"
50 +
51 +RDEPEND="
52 + >=dev-python/pbr-1.8[${PYTHON_USEDEP}]
53 + >=dev-python/jsonpath-rw-1.2.0[${PYTHON_USEDEP}]
54 +"
55 +DEPEND="
56 + ${RDEPEND}
57 + test? (
58 + >=dev-python/hacking-0.12.0[${PYTHON_USEDEP}]
59 + >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
60 + >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
61 + >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
62 + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
63 + >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
64 + )
65 +"
66 +
67 +distutils_enable_tests pytest
68
69 diff --git a/dev-python/jsonpath-rw-ext/metadata.xml b/dev-python/jsonpath-rw-ext/metadata.xml
70 new file mode 100644
71 index 000000000..aaf8e8137
72 --- /dev/null
73 +++ b/dev-python/jsonpath-rw-ext/metadata.xml
74 @@ -0,0 +1,13 @@
75 +<?xml version="1.0" encoding="UTF-8"?>
76 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
77 +<pkgmetadata>
78 + <maintainer type="person">
79 + <email>lssndrbarbieri@×××××.com</email>
80 + <name>Alessandro Barbieri</name>
81 + </maintainer>
82 + <upstream>
83 + <bugs-to>https://github.com/sileht/python-jsonpath-rw-ext/issues</bugs-to>
84 + <remote-id type="pypi">jsonpath-rw-ext</remote-id>
85 + <remote-id type="github">sileht/python-jsonpath-rw-ext</remote-id>
86 + </upstream>
87 +</pkgmetadata>