diff options
author | Paul Healy <lmiphay@gmail.com> | 2023-06-10 12:46:06 +0100 |
---|---|---|
committer | Paul Healy <lmiphay@gmail.com> | 2023-06-10 12:46:06 +0100 |
commit | dbef5c4ae7416fe34ea6148e0a6b55863a183192 (patch) | |
tree | 4c2331f1d5428043245742930abe0508762f62fa /dev-python | |
parent | use py11 (diff) | |
download | lmiphay-dbef5c4ae7416fe34ea6148e0a6b55863a183192.tar.gz lmiphay-dbef5c4ae7416fe34ea6148e0a6b55863a183192.tar.bz2 lmiphay-dbef5c4ae7416fe34ea6148e0a6b55863a183192.zip |
use py11
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyswagger/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pyswagger/pyswagger-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyswagger/Manifest b/dev-python/pyswagger/Manifest index ebc13d4..557495f 100644 --- a/dev-python/pyswagger/Manifest +++ b/dev-python/pyswagger/Manifest @@ -1 +1 @@ -EBUILD pyswagger-9999.ebuild 630 BLAKE2B 57ab19c60dee731050671e87e2dcd74e59e896845e54b7951066975c44cb730ebaed5447793a7abafd6d98498c614d5a3d1c8c3f7c1517b6aea95e3ea2d88d77 SHA512 00bf3b7397d689b72ff01d1f3316410a031928642a19fff265c02b25230e261a6ea7c4685a5670fc2d75865b93071c52a976b5ba524fa2ec847d6cbc3cc5bd03 +EBUILD pyswagger-9999.ebuild 627 BLAKE2B 8e69c63d50fa2e5822420914abf8831248da58a9c538c5b034f4e760ddf6d4f9d16c16549e14a1d208a31550fab4e2b8f88c89c4ccb6935bda60a17a978ec888 SHA512 9b7e160084177dbe02f1989eb0744b71d2c791cd18069512632b36170c86f7381bc2bbe539ec62ff46313b975716c6a0b6400b7124a70411395edb7a81763997 diff --git a/dev-python/pyswagger/pyswagger-9999.ebuild b/dev-python/pyswagger/pyswagger-9999.ebuild index 2b253a2..83d496d 100644 --- a/dev-python/pyswagger/pyswagger-9999.ebuild +++ b/dev-python/pyswagger/pyswagger-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 |