diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-17 00:13:57 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-17 00:13:57 +0000 |
commit | 27b3683509c5229cce540418778a8b64afbc0009 (patch) | |
tree | b7164898142b8b093b91c8254c4387b6eec679ee /dev-python/uri-template | |
parent | f2bdc27fe0f79f8f9a3945eb2b1163ce75c56439 (diff) |
gentoo auto-resync : 17:02:2025 - 00:13:57
Diffstat (limited to 'dev-python/uri-template')
-rw-r--r-- | dev-python/uri-template/Manifest | 2 | ||||
-rw-r--r-- | dev-python/uri-template/uri-template-1.3.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/uri-template/Manifest b/dev-python/uri-template/Manifest index 1690090b6823..1200e444fc75 100644 --- a/dev-python/uri-template/Manifest +++ b/dev-python/uri-template/Manifest @@ -1,3 +1,3 @@ DIST uri-template-v1.3.0.tar.bz2 17076 BLAKE2B e8d6c1c35190beab4b2b51cf82dacd6e7bf51397abb142f89f975ce4e7c3067dd9c59895127446deafd84420b63ef62c1484c29037dd9e3833e0d0d55950dcc4 SHA512 654eb700de68a5b992b910e1ff0a038ed699453f021d1eb844d71ddebb32e3ffb77851b5704879bf3eb894eaca33477a0173223a5d9df6a06e33fdc27f6b0f5c -EBUILD uri-template-1.3.0.ebuild 862 BLAKE2B 4f548620c722f9ce4a05ff8a2d0ef1ba44115953d1d1c7ecb9d815cee946c996d9153459ef37bbd9a4c0c003145dc606a00c17b2965661b4803b52421462b972 SHA512 2e4910c6bec696b8dbd582fb3a09fd79057aa30f959fcd9a0aba30a2c6845302c11c44d6283b362af5fa69540a783a790f80686d563092294ad781b7914fa300 +EBUILD uri-template-1.3.0.ebuild 871 BLAKE2B c48d829f2c988a34851d688d8410aa082d15dbc669c51fa92f4ffc2341e546499e15b130e805e3530b913dc31097c30b8fe99d1f63b0fe7316b1a62bb66ac9a9 SHA512 f9f97ce316a2faa5bcde87ae101434c0b05c030dc3a49f0b04182eb525a1375054e0de270fd84e1ce36e78c009d07828c4ef51ff30731cf7bb7f0d9ea388a08a MISC metadata.xml 340 BLAKE2B fa3cfe1b2c6ef81f0ac969adda1ef8acc343c72f401c558a85450c992d38f22dca596aecd65de5328a855763379876c55f9d4bd0d2c69c771521e8fe11f43f85 SHA512 8c740d7dd56ecb9fc6a0a06a478878028058c67de06a68ad49f181b08982793874ae571ba5c1ba8f519f988c41588275e5ebbf6c0ea8de992ac1ee82d9effd5d diff --git a/dev-python/uri-template/uri-template-1.3.0.ebuild b/dev-python/uri-template/uri-template-1.3.0.ebuild index f6c8371deab8..3b0b6591f51b 100644 --- a/dev-python/uri-template/uri-template-1.3.0.ebuild +++ b/dev-python/uri-template/uri-template-1.3.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) inherit distutils-r1 |