dev-python/scp: enable py3.13

Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/n
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-05-07 11:58:42 +02:00
parent b45c46ebd3
commit 72220c4429
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
DIST scp-0.14.5.tar.gz 12559 BLAKE2B b2a5e06197ddb31b8984bb8853777315ef8eddeb24d2bffdda08b2addb31204cdcabe3d1c1c2b8620a4e4345d65ac1447aeba38b6b995c2068778648d3ddc83f SHA512 ba58a1cca834124ab0270a5d6d651f68f36de0f4708ca461e438b1899db5aaa3a9d38b3073dc35817a5995ca14447eb33cac897e459c18ed65b0c25b6958bd69
EBUILD scp-0.14.5.ebuild 579 BLAKE2B 33738ee2717db90c42ca9ff79527b730e2ca9ae49c6b00a58619b941d9f75bcb2f6ee43f95f54ad43eb64a8f09f41256ebcb199819e0726ebbfecb52dafa8c7f SHA512 0870ce51f93967f82bf01262bc2cc03ef6423c16ead4afb96e73ecba6bd7acdd6b4fd0d91f62cdf1f09cea90569f1aadf505b32e4063089df8f7cfe51b1ebf97
EBUILD scp-0.14.5.ebuild 579 BLAKE2B ab669d9ad80e2df4f51e55abe34e546afc43b6893098c067c8e53472a1734771391aaebf4a77246809c43059bb2634532afe93865ed335340a4b495b9ee6c6d6 SHA512 1f99fd13b7d0110417444c7f9626aad81eb0bfb3775b6d978eabe46e1139fd6bd4d0c94f6932d99372f7cce1944c3cc964a3878e2e26c03cba9f86e04662ebd7
MISC metadata.xml 498 BLAKE2B 02339e422bcd6eb170f4baa9946e2751ea5a88a5896233b3045f740dda4dae66430bcaac4bdb0e299e94fd8da7a52197355ee856eda7fc25c2a8960224244880 SHA512 3864f86b414ef49cfea49f17422d558c953ae3d43c76b2e3f65f0d3c0a06e2415572b40ca25eaf67c4458f7ea7d23ec595cddc36d15716da0fafa6e941853798

View File

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