dev-python/jsonpath-rw-ext: Use pypi.eclass

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-03-17 18:28:00 +05:00
parent 042e98753e
commit f779a7ad9c

View File

@@ -7,16 +7,16 @@ EPYTEST_DESELECT=(
jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py::TestJsonpath_rw_ext::test_fields_value
jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py::TestJsonpath_rw_ext::test_shortcut_functions
)
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
inherit distutils-r1 pypi
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"