From 6133fa7760b93277326c975c49872c5fc5259d6c Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Sat, 23 Aug 2025 22:49:17 +0200 Subject: [PATCH] dev-python/airly: enable py3.13, py3.14, pypy3_11 Signed-off-by: Andreas Billmeier --- dev-python/airly/Manifest | 2 +- dev-python/airly/airly-1.1.0.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/airly/Manifest b/dev-python/airly/Manifest index bb92e1277..2a18e7455 100644 --- a/dev-python/airly/Manifest +++ b/dev-python/airly/Manifest @@ -1,3 +1,3 @@ DIST airly-1.1.0.tar.gz 4584 BLAKE2B dc6a106ea0ca221a822c38c373d16afeed731698dad25ce9eded86a195379620ce6a4d96c6df43d414b08742adbadfe226321574451ef532c237f8fdbdfb91d4 SHA512 d86209107ad26c0d2fabff839faa66d44f2f2c75cea1da61abf3639b21616015ab1e863a4a533033e5f6e9442f58aa33abfc37bfd103d18ea7553489f46f39a2 -EBUILD airly-1.1.0.ebuild 669 BLAKE2B ba85108dca0d1cab9a6c05d4f42657be427a08fb143b1c8c4cf6260d9c355fc00d5312a59c0be9db7b04dcf9870377f892c72c4fee751a795fc5260b26edd9d6 SHA512 157da544893998a7c634547f026d6ffc55bdd4ba2774ce2988f3a99e9c1fe8393b247c9165dafef456dff85fb775ab55cae8fa523347e8640757cb57ac95a442 +EBUILD airly-1.1.0.ebuild 678 BLAKE2B d9931e835601ac95f85b3df4fd4463f0220d4569d53304e357b0645763e04e6a6048ff09c4a4f6af8c52b6ee88d723651597889c2e8bc063eb9e66d708dcbbaf SHA512 458e178c81750e3674c8637b53dc1ef0fd3b48f35824abbe0d97b09f3f57acf6a69db4bdd486bc0adf33b00d09921dc68cc99dccdd24007bcc0425c61df16eba MISC metadata.xml 510 BLAKE2B 7f428ee4f305dea510838961c1ca50158426ad7184bb12421b1a93b224744f38218a39178db17d6f4ab864cac19cb55e01c87867ebb12700aa085fc09525088c SHA512 3f01fbbd598b7f15f92526d712f3cb677d6db2c5aa5c5210c19fcb8f77ed0a013d84cd28a6b9f99705d61eef645819708d4b9b4d281bc4897b7d7cee12b6f0c1 diff --git a/dev-python/airly/airly-1.1.0.ebuild b/dev-python/airly/airly-1.1.0.ebuild index 3d6500bf1..335af131a 100644 --- a/dev-python/airly/airly-1.1.0.ebuild +++ b/dev-python/airly/airly-1.1.0.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=setuptools inherit distutils-r1 pypi DESCRIPTION="Python wrapper for getting air quality data from Airly sensors."