dev-python/jsonpath-ng: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-11 20:12:40 +02:00
committed by onkelbeh
parent f7918b7a4c
commit 53de1d57ac
3 changed files with 12 additions and 14 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
DIST jsonpath-ng-1.5.2.tar.gz 30691 BLAKE2B cfd715a762d211bc21d676354372efdf6c9e21731ed6a3e4772cd3f67f19241b9d84489a94fd85cacf3931d56474d8327266a6da14d26caca8906d29dbebdd2c SHA512 3b1d2473386b605e4243b071d867eece9a54602c111df3bf9b3ba8965f2ec2bf2fd389cf556e47d3c6e63a840d17923dffeebce75b56a0b9040b61d8b4e6371d
DIST jsonpath-ng-1.5.3.tar.gz 32819 BLAKE2B 2f217638a5f4b76d0fe2bd8d0655794281d437983abe9fda96a40440bc97ba0ad13875b7cf83d06386258c43e66732b8a9d799ccaecf5034a9d01d120f403cb6 SHA512 adf501d0db74f76216476700dce342d7a92641ecb451bdce43d0c6abce59a278dc1696b959205030de256b456ae67a554ea35a5dec272f0a4fc84c4d2b76a5c1
EBUILD jsonpath-ng-1.5.2.ebuild 784 BLAKE2B 39b9772bc7825612f1bc9138843ea4de46ceac7c6bb3b06f63b647350b1c90232f8e398162067ec5baeda37edf864eb83ff5dd278a805f6f2d997578a69d305d SHA512 bebe6a8f0bcb6774c062ef70fc2385f4057cbff26b5e0e94d44009548b02d0a15018eb36bc49d14f10e8ab657d4c718a068e2977c0da549d5022cc6288aafb39
EBUILD jsonpath-ng-1.5.3.ebuild 815 BLAKE2B 17282830395b29117d0ed44692fb1f2ec5409e6a3e3d88a88a1e7ab28d638d285295807da161554f9c28cd7563d0035b54a2144e5371d7a258220df93631e191 SHA512 c7f008a1c1843bb681c854232a6f131fa669c6156facf6532ddf402b634c396e4eedb62d860b7794bd651a719f021520b8450fcabf4f0ecad350e5bf915bcd51
EBUILD jsonpath-ng-1.5.2.ebuild 749 BLAKE2B 6a40880852bc56e7c3359eb55bdb5690588b5491626217d28d839ba0a456a1ab28d7480c8a3ffb933694946c8c31d0ef64bd34275a27090d4f1ee1fb6c052d7e SHA512 e5f985b477f3bbae526945fd8a91738cce5a29a807a66b7b56e6bba585b8c7f2024ef174b6e1a2606d700d25b5212aab2934b5ae32f500e0191d58d5ed412762
EBUILD jsonpath-ng-1.5.3.ebuild 780 BLAKE2B 8ad2870ac04729eaa6f3f2eabbe0667f3d3318b29252dd83d53a07fd8f1194ae5df00422e67e303b5b53aec98001edcd862cd56d8bdb6bc697eb8699da4469ff SHA512 17e900031cf6e6dc6de63fb7ffd4fa721d66a0da91315a4683c1c2571492f708bb82b11453b8db808b3cb6e929d2f7bf5102f5081e8b91e5d2cfd34661f47908
MISC metadata.xml 514 BLAKE2B 526e725703aa06c6c89c49c8b4c68a7c115de701adf318833ef9d43b7f7a5d600095377df8d8ca71c5cb8edef9ceedf3c1af316117aff22e5b274ceb662b0ed6 SHA512 329ce262dda4bc02e1f74290477a66fbf8aa0745c30962ee7cc659ba4f08d90b80cb4ebcaab221c6dfc3d9c230c7151a6a2fff7813f5c57055cc6b9c4e8d22c5
@@ -1,15 +1,15 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A final implementation of JSONPath for Python that aims to be standard compliant."
HOMEPAGE="https://github.com/h2non/jsonpath-ng https://pypi.org/project/jsonpath-ng/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@@ -23,7 +23,6 @@ RDEPEND="dev-python/ply[${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
@@ -1,15 +1,15 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A final implementation of JSONPath for Python that aims to be standard compliant."
HOMEPAGE="https://github.com/h2non/jsonpath-ng https://pypi.org/project/jsonpath-ng/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@@ -23,7 +23,6 @@ RDEPEND="dev-python/ply[${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"