commit: a930401b66b1405c3293eddce62def17b5f5ae84
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 1 13:24:22 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 1 13:24:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a930401b
dev-python/progress: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/progress/progress-1.6-r1.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/dev-python/progress/progress-1.6-r1.ebuild
b/dev-python/progress/progress-1.6-r1.ebuild
index 913c3bc95e47..8e8db1c0c2d0 100644
--- a/dev-python/progress/progress-1.6-r1.ebuild
+++ b/dev-python/progress/progress-1.6-r1.ebuild
@@ -4,12 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
inherit distutils-r1 pypi
DESCRIPTION="Easy to use progress bars"
-HOMEPAGE="https://pypi.org/project/progress/
- https://github.com/verigak/progress/"
+HOMEPAGE="
+ https://github.com/verigak/progress/
+ https://pypi.org/project/progress/
+"
SLOT="0"
LICENSE="ISC"