summaryrefslogtreecommitdiff
path: root/dev-python/jsonpointer
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-02-17 00:13:57 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-02-17 00:13:57 +0000
commit27b3683509c5229cce540418778a8b64afbc0009 (patch)
treeb7164898142b8b093b91c8254c4387b6eec679ee /dev-python/jsonpointer
parentf2bdc27fe0f79f8f9a3945eb2b1163ce75c56439 (diff)
gentoo auto-resync : 17:02:2025 - 00:13:57
Diffstat (limited to 'dev-python/jsonpointer')
-rw-r--r--dev-python/jsonpointer/Manifest2
-rw-r--r--dev-python/jsonpointer/jsonpointer-3.0.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/jsonpointer/Manifest b/dev-python/jsonpointer/Manifest
index 5b8437e82b0e..24fdca08b0cd 100644
--- a/dev-python/jsonpointer/Manifest
+++ b/dev-python/jsonpointer/Manifest
@@ -1,5 +1,5 @@
DIST jsonpointer-2.4.tar.gz 9254 BLAKE2B 423a4ef71cd1029fe2c473940794a041df4c3422b8292d80290be7f11ac0e6b123d3074cb6f66a3d860274bdf5b0cd0716d24c9ee50b65e06139375dc93c84ad SHA512 41cc0f8b525bec4b18801aeaec1b2432c5f6475dd3f2bc0fb363cf6ceaac5c64e7993c72130a40c64427218a1eac352e93464137fe17427b9f8a34ae09699f4e
DIST jsonpointer-3.0.0.tar.gz 9114 BLAKE2B b285d75277a6454831490bb906d95f49843fed02aed249e9ea961aa1f9c3f60b4ca9995003310dfc827741670a18fecdfa9e1552cfecd317e5a0a4967b33ef70 SHA512 417bde94da9f1bbddc478201d601c25ca524590cae7c6ef390a3ad223b127fef8b7e7c4bb28f893fb14116e005e0736baf78845d6ed1aac3196ca15c5e35918f
EBUILD jsonpointer-2.4.ebuild 641 BLAKE2B 6b66588fefd1d38b69de2ba10c6fade4f1c13330fb30ee676ff7de14630440e5eedc7d263b6173e2210771e2917f8d21257bd12abc052b10467ef61a7b236d7a SHA512 2fdfa1032d0bd07b2f96a1d0f7d6bdd796cbf320acbfb67ea249f34096a2e1f95aa87edd2d2e477af601e48745ba42356a7740c1f787d55abc9d2eb157e9232b
-EBUILD jsonpointer-3.0.0.ebuild 641 BLAKE2B 6b66588fefd1d38b69de2ba10c6fade4f1c13330fb30ee676ff7de14630440e5eedc7d263b6173e2210771e2917f8d21257bd12abc052b10467ef61a7b236d7a SHA512 2fdfa1032d0bd07b2f96a1d0f7d6bdd796cbf320acbfb67ea249f34096a2e1f95aa87edd2d2e477af601e48745ba42356a7740c1f787d55abc9d2eb157e9232b
+EBUILD jsonpointer-3.0.0.ebuild 650 BLAKE2B f11432f9aa8347462077d7ae4a1f35ab090b0f1428e2605416f11bf61778409e6c5e1a0f5f1c8eb612a945d47ae8241850215be90957baccc0b4baf58ad4ac45 SHA512 71f549dc985bec5ad862dcd8c60ae3de7714dc8342b9085cd41f33bc0a9cc2618f36b50c836b79506dad4f051f9449c7214a80db72b0e1ba65caed4982595bd9
MISC metadata.xml 728 BLAKE2B f14151531af31af82ca130caa61b9c9af6cded41678899d5413f076d7fb6da93e2c4aad3ff27e66f64ba56b8ccc70c065763157312438f32ccf2573766ee160d SHA512 6b19c6b90a5d151d4837d8be641b52ffc4e7eb3be956760d1cffbb2af03258c5a2b81a9074daee9b667fcb5df7223836130729cd5ea4130d2b7f3c7415e62569
diff --git a/dev-python/jsonpointer/jsonpointer-3.0.0.ebuild b/dev-python/jsonpointer/jsonpointer-3.0.0.ebuild
index 0242cf6d853c..f880d954f898 100644
--- a/dev-python/jsonpointer/jsonpointer-3.0.0.ebuild
+++ b/dev-python/jsonpointer/jsonpointer-3.0.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# 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_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1 pypi