Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/jsonpath-rw-ext/
Date: Fri, 17 Mar 2023 13:32:29
Message-Id: 1679059680.f779a7ad9c36741c7c04557e8a061ccbe95a8da2.cybertailor@gentoo
1 commit: f779a7ad9c36741c7c04557e8a061ccbe95a8da2
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Fri Mar 17 13:28:00 2023 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Fri Mar 17 13:28:00 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f779a7ad
7
8 dev-python/jsonpath-rw-ext: Use pypi.eclass
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index f8e43d9d3..08e1716b9 100644
17 --- a/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2.ebuild
18 +++ b/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2.ebuild
19 @@ -7,16 +7,16 @@ EPYTEST_DESELECT=(
20 jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py::TestJsonpath_rw_ext::test_fields_value
21 jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py::TestJsonpath_rw_ext::test_shortcut_functions
22 )
23 +PYPI_NO_NORMALIZE=1
24 PYTHON_COMPAT=( python3_{9..10} )
25
26 -inherit distutils-r1
27 +inherit distutils-r1 pypi
28
29 DESCRIPTION="Extensions for JSONPath RW"
30 HOMEPAGE="
31 https://pypi.org/project/jsonpath-rw-ext/
32 https://github.com/sileht/python-jsonpath-rw-ext
33 "
34 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35
36 SLOT="0"
37 LICENSE="Apache-2.0"