mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
dev-python/jsonpath-rw-ext: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -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_fields_value
|
||||||
jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py::TestJsonpath_rw_ext::test_shortcut_functions
|
jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py::TestJsonpath_rw_ext::test_shortcut_functions
|
||||||
)
|
)
|
||||||
|
PYPI_NO_NORMALIZE=1
|
||||||
PYTHON_COMPAT=( python3_{9..10} )
|
PYTHON_COMPAT=( python3_{9..10} )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
DESCRIPTION="Extensions for JSONPath RW"
|
DESCRIPTION="Extensions for JSONPath RW"
|
||||||
HOMEPAGE="
|
HOMEPAGE="
|
||||||
https://pypi.org/project/jsonpath-rw-ext/
|
https://pypi.org/project/jsonpath-rw-ext/
|
||||||
https://github.com/sileht/python-jsonpath-rw-ext
|
https://github.com/sileht/python-jsonpath-rw-ext
|
||||||
"
|
"
|
||||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|
||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user