From ff8a2ebf63d89ab6a115b9ae4398bf08619f294a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Wed, 18 Jan 2023 10:41:48 +0100 Subject: [PATCH] remove py3.8 --- app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.1.0.ebuild | 2 +- app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild | 2 +- dev-libs/Ice/Ice-3.7.9999.ebuild | 2 +- dev-python/aiohttp-json-rpc/aiohttp-json-rpc-0.13.3.ebuild | 2 +- net-analyzer/netdata/netdata-9999.ebuild | 2 +- net-im/swift/swift-9999.ebuild | 2 +- net-irc/znc/znc-9999.ebuild | 2 +- sys-auth/sssd/sssd-2.8.2.ebuild | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.1.0.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.1.0.ebuild index e1f8a86..0be87d5 100644 --- a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.1.0.ebuild +++ b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=(python3_{8..11} ) +PYTHON_COMPAT=(python3_{9..11} ) DISTUTILS_USE_SETUPTOOLS=rdepend if [[ ${PV} == 9999* ]]; then diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild index e1f8a86..0be87d5 100644 --- a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild +++ b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=(python3_{8..11} ) +PYTHON_COMPAT=(python3_{9..11} ) DISTUTILS_USE_SETUPTOOLS=rdepend if [[ ${PV} == 9999* ]]; then diff --git a/dev-libs/Ice/Ice-3.7.9999.ebuild b/dev-libs/Ice/Ice-3.7.9999.ebuild index 60c4ece..82d55f0 100644 --- a/dev-libs/Ice/Ice-3.7.9999.ebuild +++ b/dev-libs/Ice/Ice-3.7.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) RUBY_OPTIONAL="yes" USE_RUBY="ruby31" diff --git a/dev-python/aiohttp-json-rpc/aiohttp-json-rpc-0.13.3.ebuild b/dev-python/aiohttp-json-rpc/aiohttp-json-rpc-0.13.3.ebuild index 3e0fcb8..dfb6596 100644 --- a/dev-python/aiohttp-json-rpc/aiohttp-json-rpc-0.13.3.ebuild +++ b/dev-python/aiohttp-json-rpc/aiohttp-json-rpc-0.13.3.ebuild @@ -4,7 +4,7 @@ EAPI="8" DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_9 ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index 6adc657..4d70378 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python{3_8,3_9,3_10} ) +PYTHON_COMPAT=( python{3_9,3_10} ) inherit autotools fcaps linux-info python-single-r1 systemd toolchain-funcs diff --git a/net-im/swift/swift-9999.ebuild b/net-im/swift/swift-9999.ebuild index 5d3766b..05527e4 100644 --- a/net-im/swift/swift-9999.ebuild +++ b/net-im/swift/swift-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..2} luajit ) -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit flag-o-matic lua-single python-any-r1 scons-utils toolchain-funcs diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild index 951fc49..f6df6f3 100644 --- a/net-irc/znc/znc-9999.ebuild +++ b/net-irc/znc/znc-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake python-single-r1 diff --git a/sys-auth/sssd/sssd-2.8.2.ebuild b/sys-auth/sssd/sssd-2.8.2.ebuild index 95de029..6ff582f 100644 --- a/sys-auth/sssd/sssd-2.8.2.ebuild +++ b/sys-auth/sssd/sssd-2.8.2.ebuild @@ -6,7 +6,7 @@ EAPI=8 PLOCALES="ca de es fr ja ko pt_BR ru sv tr uk" PLOCALES_BIN="${PLOCALES} bg cs eu fi hu id it ka nb nl pl pt tg zh_TW zh_CN" PLOCALE_BACKUP="sv" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/sssd.asc inherit autotools linux-info multilib-minimal optfeature plocale \