summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-21 16:04:16 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-21 16:14:01 +0200
commitf1be8cfaad300006000b20b50057350f34d63d2d (patch)
treecd10c9ccd9fed92c9e5cecec1a5eb0230e47b744 /dev-python/prettytable
parentdev-python/stevedore: Enable py3.11 (diff)
downloadgentoo-f1be8cfaad300006000b20b50057350f34d63d2d.tar.gz
gentoo-f1be8cfaad300006000b20b50057350f34d63d2d.tar.bz2
gentoo-f1be8cfaad300006000b20b50057350f34d63d2d.zip
dev-python/prettytable: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/prettytable')
-rw-r--r--dev-python/prettytable/prettytable-3.3.0.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/prettytable/prettytable-3.3.0.ebuild b/dev-python/prettytable/prettytable-3.3.0.ebuild
index e5850a816952..20477a0624fb 100644
--- a/dev-python/prettytable/prettytable-3.3.0.ebuild
+++ b/dev-python/prettytable/prettytable-3.3.0.ebuild
@@ -4,14 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
DESCRIPTION="Easily displaying tabular data in a visually appealing ASCII table format"
HOMEPAGE="
https://github.com/jazzband/prettytable/
- https://pypi.org/project/prettytable/"
+ https://pypi.org/project/prettytable/
+"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
@@ -26,6 +27,7 @@ BDEPEND="
test? (
$(python_gen_impl_dep sqlite)
dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}]
- )"
+ )
+"
distutils_enable_tests pytest