dev-python/jsonpath-ng: drop 1.5.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 20:13:59 +02:00 committed by Andreas Billmeier
parent 53de1d57ac
commit 7c5699b688
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 0 additions and 34 deletions

View File

@ -1,5 +1,3 @@
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 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

View File

@ -1,32 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/ply[${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}