dev-python/jsonpointer: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-30 20:40:14 +02:00
parent 68c6a2555a
commit 19d719f407
3 changed files with 0 additions and 48 deletions
-2
View File
@@ -1,3 +1 @@
DIST jsonpointer-3.0.0.tar.gz 9114 BLAKE2B b285d75277a6454831490bb906d95f49843fed02aed249e9ea961aa1f9c3f60b4ca9995003310dfc827741670a18fecdfa9e1552cfecd317e5a0a4967b33ef70 SHA512 417bde94da9f1bbddc478201d601c25ca524590cae7c6ef390a3ad223b127fef8b7e7c4bb28f893fb14116e005e0736baf78845d6ed1aac3196ca15c5e35918f
DIST jsonpointer-3.1.0.tar.gz 9000 BLAKE2B 8dcecaf799d32c470bad44aca6a9ee33e2d4648fbe1ac039d9d1da763117ab8b95ec5d5e593626c46f37f9e5666c547d103e8c95385c4d863331f568b7185558 SHA512 7c858ab751f30d30b7906f793d49325cc46a3159d25728e62bbe08c3f83e759cbf92de4431c59f2adf7be01d8a13241378c7cc8a1509b91d03d62ab6d477f1ec
DIST jsonpointer-3.1.1.tar.gz 9068 BLAKE2B 0fefab0619124600f3b870802653cf0afbbed36c18477a36e5c070a388d5f5d5290a24e97252859ac8c8f0624fea40ea94c0374a38f341b2aaf61b02c8dbe505 SHA512 9f932985ac404ab21d1e2c29b95bdc684a3d258dc2203bdb6c0192ccf6ba804809d297a0701f7d4fc32adb481f259e1c17e7bd7bf0198e76f19b4481b78056c5
@@ -1,23 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1 pypi
DESCRIPTION="Identify specific nodes in a JSON document (according to draft 08)"
HOMEPAGE="
https://github.com/stefankoegl/python-json-pointer/
https://pypi.org/project/jsonpointer/
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos"
python_test() {
"${EPYTHON}" tests.py || die "Tests fail with ${EPYTHON}"
}
@@ -1,23 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1 pypi
DESCRIPTION="Identify specific nodes in a JSON document (according to draft 08)"
HOMEPAGE="
https://github.com/stefankoegl/python-json-pointer/
https://pypi.org/project/jsonpointer/
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
python_test() {
"${EPYTHON}" tests.py || die "Tests fail with ${EPYTHON}"
}