dev-python/curlify: enable py3.13, py3.14, pypy3_11

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-09-01 15:25:09 +02:00
parent e2947765d9
commit 7e53e09e77
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
DIST curlify-2.2.1.tar.gz 2970 BLAKE2B b9bb3704e882ac6514bef97819f528b84387dc32e62b1a61dbcbc876f5533a4775377bbff3c31b4c67d3a100918fab7d2a2c247d845b8b27d23567492f459ba6 SHA512 62802dbe485ebbe5bb4ed3eecd4cc9f5cc99e3a4f08e5439e689adf682e83623e688e4bfe5ec14b36a07c0c67595872c125e4e2a4fc71d5a2303749a39c96cc1
EBUILD curlify-2.2.1.ebuild 551 BLAKE2B 373fde4bed32a00a01e9162f5efdd42f054a9635b2fa419ad790d1efed5e235c1e1673ca0b216eda4a4dbec27ab5fe2abb321243099695d9a9d28044d627449b SHA512 63905f34a9b34e735577bcdbbdc0f6233fa3ec12c8e210b89b144647b9e08d1f1669b5f6b515e37976b1c524bff039a9d2dea005634ece04fb8c40f014c8b972
EBUILD curlify-2.2.1.ebuild 560 BLAKE2B 2a37321595fac28dfacca27621b3005da03457c6199a9d346694403768bbb7a025cf08dbd3a95b7ef83efaeac36d1fc9baae4268bcf351ba302a2f9d19b593bc SHA512 5a5969088ccfed0b8069710af6df40b88b5ac5081e3c759e0f21421ced914ade5cc49d53b2ed28bfbb9555c8c8e3537456ff91f1bc8f99df5e471bf8dc1eb402
MISC metadata.xml 502 BLAKE2B 003a4c160150f094424c03866b6ad6f144721c52c764726a166d2bf7db7485f333b686522bd3c50ba3a3cf32913a41986e63f484978071674af8ba1f50090316 SHA512 32120817f4820d1b71c89b3af19849a322cab29cb4004951b2b3d5f368f1a1572b07e20472bad781b0040e31f354fc85847f01306e411ffc62358975e600c5a7

View File

@ -1,9 +1,9 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi