diff --git a/dev-python/pyairvisual/Manifest b/dev-python/pyairvisual/Manifest index d17a5b2f8..750c9a586 100644 --- a/dev-python/pyairvisual/Manifest +++ b/dev-python/pyairvisual/Manifest @@ -1,3 +1,3 @@ DIST pyairvisual-2023.8.1.tar.gz 14079 BLAKE2B 201a4f1f99e272c39470e99582afe45d8a1bcd7e479762b1382331fdb23cc25e18ac23dbf156606ab34d08b00eb92059ecbc5b7c0b508e4519f65494019832e7 SHA512 1ed8cdaa2c722cc9ee9a232fa1eea81dffd0b46cd5758c515ee42cc0028db8f1f024a804d1eed7a6b6238a23aaebe54d9298d1876b8e093b86005f38b528535d -EBUILD pyairvisual-2023.8.1.ebuild 785 BLAKE2B 15153cd27178f0dfcd6d53918fdcfcdc5088cd1585ab1e150361bc6ccea7de921a56774779b7042d0d62611d465b087e15a9d3f5bd63c35b02aed909348b6693 SHA512 ade006dc6ec92f25a4a897d54fadd8ddac9b64882af83d561e1ff62768ae883380a46938d62f872992d0ff192a6f35067230fa03c786ebd708c15fb1bb940c5f +EBUILD pyairvisual-2023.8.1.ebuild 794 BLAKE2B 833a961fd0e7d7ac0c0da4ed76a27fc8d79ba36effe5d7dde2d7e45025899bb9cc2f204d94783aa533a2e7428a54e22328f678a375e20164b79f4236a4fcc0aa SHA512 99e9a3907dc9e93aa8ecfe2c933f6228344d458d9ed970bdfacb9af9e748846f01061fdc6219db9b49ebfbfc735f477d7811ad4774fbebba5a097333d7989512 MISC metadata.xml 514 BLAKE2B f0dc17ed7356e3521779b82f6e66a3e4751e3da6f3b0f15ca18759ef2e03af5edeed82ffc7151bf73e7e229037db2a6662eebf78d6c019810ca289da8fdf2d47 SHA512 ed819784006cc9faf4320672fa84009f97b57f264dc7c069f71d778469608eac889dff8bc96fcf6d40b67d7b5775b35981f2ed39477347005a4c3d8e60692144 diff --git a/dev-python/pyairvisual/pyairvisual-2023.8.1.ebuild b/dev-python/pyairvisual/pyairvisual-2023.8.1.ebuild index 29472e8ed..1259571fc 100644 --- a/dev-python/pyairvisual/pyairvisual-2023.8.1.ebuild +++ b/dev-python/pyairvisual/pyairvisual-2023.8.1.ebuild @@ -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=poetry inherit distutils-r1 pypi