summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-27 20:22:40 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-27 20:22:40 +0200
commit1ea8886945608e60c4892ec824b7eafeb7a47cd8 (patch)
treec6912d687c35f5d94fbff8ccc98ac27b756cb283 /dev-python/terminaltables
parentdev-python/suds-community: Enable py3.12 (diff)
downloadgentoo-1ea8886945608e60c4892ec824b7eafeb7a47cd8.tar.gz
gentoo-1ea8886945608e60c4892ec824b7eafeb7a47cd8.tar.bz2
gentoo-1ea8886945608e60c4892ec824b7eafeb7a47cd8.zip
dev-python/terminaltables: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/terminaltables')
-rw-r--r--dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild11
1 files 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"