diff options
author | Paul Healy <lmiphay@gmail.com> | 2023-06-10 12:50:41 +0100 |
---|---|---|
committer | Paul Healy <lmiphay@gmail.com> | 2023-06-10 12:50:41 +0100 |
commit | 7078e419fbb18fedb31d9d99a414b0ae4d9e7ce0 (patch) | |
tree | 95dd046d403df8a8929f592ec7e700415d66670c /dev-python | |
parent | use py11 (diff) | |
download | lmiphay-7078e419fbb18fedb31d9d99a414b0ae4d9e7ce0.tar.gz lmiphay-7078e419fbb18fedb31d9d99a414b0ae4d9e7ce0.tar.bz2 lmiphay-7078e419fbb18fedb31d9d99a414b0ae4d9e7ce0.zip |
use py11
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/heat-translator/Manifest | 2 | ||||
-rw-r--r-- | dev-python/heat-translator/heat-translator-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/heat-translator/Manifest b/dev-python/heat-translator/Manifest index 75de609..6058df9 100644 --- a/dev-python/heat-translator/Manifest +++ b/dev-python/heat-translator/Manifest @@ -1 +1 @@ -EBUILD heat-translator-9999.ebuild 673 BLAKE2B 24b9dfa35fd158575f58fb68d23e60e0d2dd02ec1144a9dca14fc4546a1ed9228cd05ec5bd5202222558a91b8171ac4fca0da4d5b86bb1e90e4f14e080c7b63c SHA512 ed58d1e23d2cda656fc4713b623d550a33d13ab203d27576dbdd9ac8b6bbd25ee4674b32a6bb5596554a3b2d0a989853cddd9f7ba0de48d416a70e455872d888 +EBUILD heat-translator-9999.ebuild 670 BLAKE2B 2615ce9c0801c439863e09658b7ec4aef404e3815fd373ee42ff2e5d11ea39250c77d830c9d02574ae9a8edac329ec610935e2136733e790c2d4dbc2b29795db SHA512 565d804e330b4a60f1bb306d779b3e640499da9c3e4a042c52dcfa719017e93d4e3c1dc0d5adfdba652297a1e44a4eec7640d482adcfab202e6e88069b8d3587 diff --git a/dev-python/heat-translator/heat-translator-9999.ebuild b/dev-python/heat-translator/heat-translator-9999.ebuild index acf35da..fd5359b 100644 --- a/dev-python/heat-translator/heat-translator-9999.ebuild +++ b/dev-python/heat-translator/heat-translator-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Foundation +# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python3_{8,9}) +PYTHON_COMPAT=(python3_11) inherit eutils distutils-r1 git-r3 |