commit:     1ea8886945608e60c4892ec824b7eafeb7a47cd8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 18:22:40 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 18:22:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea88869

dev-python/terminaltables: Enable py3.12

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild 
b/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
index 6c47f303466c..beb444e77b45 100644
--- a/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
+++ b/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
@@ -4,15 +4,20 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 
 DESCRIPTION="Generate simple tables in terminals from a nested list of strings"
-HOMEPAGE="https://robpol86.github.io/terminaltables/";
+HOMEPAGE="
+       https://robpol86.github.io/terminaltables/
+       https://github.com/matthewdeanmartin/terminaltables/
+       https://pypi.org/project/terminaltables/
+"
 SRC_URI="
        
https://github.com/matthewdeanmartin/terminaltables/archive/v${PV}.tar.gz
-               -> ${P}.tar.gz"
+               -> ${P}.tar.gz
+"
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to