commit:     78ddc092f95a8551118a62bcc082792ff06c68d5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 16:09:21 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 16:10:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ddc092

dev-python/progress: enable py3.11

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/process-tests/process-tests-2.1.2-r1.ebuild | 2 +-
 dev-python/progress/progress-1.6-r1.ebuild             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/process-tests/process-tests-2.1.2-r1.ebuild 
b/dev-python/process-tests/process-tests-2.1.2-r1.ebuild
index c22e631632e5..8c972224244e 100644
--- a/dev-python/process-tests/process-tests-2.1.2-r1.ebuild
+++ b/dev-python/process-tests/process-tests-2.1.2-r1.ebuild
@@ -17,7 +17,7 @@ LICENSE="BSD"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 # There are no tests at all, under TODO
-# see https://pypi.org/project/process-tests/2.0.2/
+# tests/test_process_tests.py is just empty
 RESTRICT="test"
 
 DOCS=( README.rst )

diff --git a/dev-python/progress/progress-1.6-r1.ebuild 
b/dev-python/progress/progress-1.6-r1.ebuild
index 05156da2a429..5e3d96596ba5 100644
--- a/dev-python/progress/progress-1.6-r1.ebuild
+++ b/dev-python/progress/progress-1.6-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Easy to use progress bars"

Reply via email to