python: extend compat to python3_14

This commit is contained in:
Mario Fetka
2026-06-22 11:26:26 +02:00
parent 33e69cb3d6
commit b0a4732e78
32 changed files with 37 additions and 36 deletions

View File

@@ -1,2 +1,2 @@
DIST wget-3.2.zip 10857 BLAKE2B d03d3545347031d90e9e954dee608eb1b255b54d5757315bbfe60c387fbde8db8a811be4ffcfb5577b364c03dd97964ce7db729c052493ccd85c434e528a4298 SHA512 173b444acdaba2d0e22e80557608f3d96f5b7fd62ca3e05e0f37c359d95e03875c9a5448db6e0fc4e3751ef11a746ef03aa1781d6d671372fc497e2af5887a2d
EBUILD wget-3.2-r1.ebuild 458 BLAKE2B 8060eec1c617c91171b19dd3a07df6c4d2fd152c1f81d48e1e28d8da7ce017362c2ac03c35d228545f26107b4bc1db5263203a8a26dfde8496ffa57940e3b16c SHA512 3f0a8d08acab8512b6d9316534ffb5614df35e8ac85b2f83d601e08dcd42f297ebe2d3128634e3d650bb50d8dd67d89aa728952f6abbf05d77bf8157847891c1
EBUILD wget-3.2-r1.ebuild 458 BLAKE2B 040a29576ca8babd401e79300efe378f3846aa2279c06aaaefaf1a283d220cf0c75d42516eb66188b79698eaebee338b6734ae4b7ead8e63576b02a3be40d035 SHA512 621fa12085001025fa7cdf4b05a1f045caa33b1d7d33ed5fc408b53fc1e68fe5ed3b9eb1262263d479b3040d223f2115bf3e95e8bec242dabeb36a31ea2b40a1

View File

@@ -5,7 +5,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{7..13} )
PYTHON_COMPAT=( python3_{7..14} )
inherit distutils-r1