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

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2025-09-01 15:19:57 +02:00
parent f51e20bae7
commit 0008f38cf8
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
DIST PsychroLib-2.5.0.zip 9541 BLAKE2B 367823240bcececf672c0b86c1144792064e662d2ea20880e91ce48aff3cb3e7fde8dfacc1b93fde5965c7e85d5b9d7da1f85d998db5cfb5d81a9c2dd34dfb42 SHA512 dbabc1a315dca00e11b1f642429413d10822ddd66a979c760aba737d58752d5a986e09aa00151ae05fdbcc8bb1c256ebec2f391c31260d5dfcb3bfbef7278043
EBUILD PsychroLib-2.5.0.ebuild 766 BLAKE2B 6728d6b83c28300dda7ac91681bf040b4003f8dcb9323a6a541f97bcb4d78b47d9b02a23ef3f6579c440714ef96d3ca1666a72fa5daa680cceab42afb8e0a886 SHA512 bbdad573fe3fffa5ac5cd0bec696c7fe2372a204f90884e4ab4117e54451841677b654efae9dcd4a8fb8bab507c22a27596660e4a8114c74ad2b5bf1b9f52757
EBUILD PsychroLib-2.5.0.ebuild 775 BLAKE2B 23f6d092f8cd21fa729c25c751a9243aac6b9bc4b573527d7011e93bdcf897250298ee36139ec66d950a9bcf6160eb3b0445c8c43cc815947aaa032dbb5beab6 SHA512 cef1b105c247b51046106e74630da9cb5aef315872a0d7a1349b7bce7db4bcc066bbe362a38a62ac76104f645a1a7d0e208842199c0d7010d1c41197cdd1196a
MISC metadata.xml 555 BLAKE2B 7af14234c884c63bf6836e6cf29520916cf5e534f59d87743a30cce07174059cc112960a0db2c46ee8354b25a4bc2a94a1454f04c7a8e70b3dbe36f56e8f12d9 SHA512 48dced5e9c8f34a34b77b9c879d7438de73c7929866240564a01bc98d288b7ebea2b6ac744730b966bcb05af095f7e48dd6406fbf999dcddd1df383c3bdd4942

View File

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