diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-05-27 03:10:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-05-27 03:10:45 +0100 |
commit | 9e68aee0e16e4b361fe06f9566c74b4bb2a22a27 (patch) | |
tree | 419e98a8690f9f840b62b1a2013e04141d0342c0 /dev-python/jsonpointer | |
parent | a20b8556104c163a81183ff983af8123e40f16c5 (diff) |
gentoo auto-resync : 27:05:2023 - 03:10:45
Diffstat (limited to 'dev-python/jsonpointer')
-rw-r--r-- | dev-python/jsonpointer/Manifest | 2 | ||||
-rw-r--r-- | dev-python/jsonpointer/jsonpointer-2.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jsonpointer/Manifest b/dev-python/jsonpointer/Manifest index 2bc445806522..01f1c14a6b87 100644 --- a/dev-python/jsonpointer/Manifest +++ b/dev-python/jsonpointer/Manifest @@ -1,3 +1,3 @@ DIST jsonpointer-2.3.tar.gz 9295 BLAKE2B 8a33c8ce21721b6c402a44d3d1572a767e3b7485fa1dd80baf98120c9822412841cc21e3bc2d6b7e058793ab4ade5993712c689631cb4a1237afc1d7f36e6bdf SHA512 e04da474a5ec376d1cd2c764c2d7a11ac296450df199449994cb1dedf02a49df3ae3a4e75b2963370dba1da166464602b849a79609f7a98d8246dab0b342c819 -EBUILD jsonpointer-2.3.ebuild 622 BLAKE2B 8c8a3c7eeeaa48b0f541b1fbcd1ae58637c31059a4eb1876923c22cf9d51b86575f469190a6c30f3ee564086717bfb81f857460acafbdf60d6a2ca71b3b1cf2c SHA512 0682880b2301c51be131333640f8494fbd30fd68e20f98b9ae86966e4b8f4a22b8524ee598bb5f0c617a59bbb634a999cd8a8ce39184bcd823dfc3680fc6450a +EBUILD jsonpointer-2.3.ebuild 623 BLAKE2B b61300a995a6b3d14b21a131d54a24d7109e63ef93758316ce34442da17d2bd6839f68e405ee3960302225e2ede16d2c1af8382ffca42abebdd87b7dfeddab3a SHA512 2b3bdfeee207e8011f03238527dc5893d3fb9985eb53bb3701de77b37fd06b96c21253c5a2d1e4df0dbf6b5a47a0843de623f7e4fed77bfc125012739a04d254 MISC metadata.xml 728 BLAKE2B f14151531af31af82ca130caa61b9c9af6cded41678899d5413f076d7fb6da93e2c4aad3ff27e66f64ba56b8ccc70c065763157312438f32ccf2573766ee160d SHA512 6b19c6b90a5d151d4837d8be641b52ffc4e7eb3be956760d1cffbb2af03258c5a2b81a9074daee9b667fcb5df7223836130729cd5ea4130d2b7f3c7415e62569 diff --git a/dev-python/jsonpointer/jsonpointer-2.3.ebuild b/dev-python/jsonpointer/jsonpointer-2.3.ebuild index 5a3e5b3202a4..74565c937ee0 100644 --- a/dev-python/jsonpointer/jsonpointer-2.3.ebuild +++ b/dev-python/jsonpointer/jsonpointer-2.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |