summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-23 11:12:44 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-23 11:20:08 +0200
commit3a0cda67af95d98077aa4f9e503503a966372dcc (patch)
treee8bf4e1b6d230370900d1d573907217be1aa8ba4 /dev-python/colorclass
parentdev-python/docopt: Enable py3.11 (diff)
downloadgentoo-3a0cda67af95d98077aa4f9e503503a966372dcc.tar.gz
gentoo-3a0cda67af95d98077aa4f9e503503a966372dcc.tar.bz2
gentoo-3a0cda67af95d98077aa4f9e503503a966372dcc.zip
dev-python/colorclass: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/colorclass')
-rw-r--r--dev-python/colorclass/colorclass-2.2.2-r1.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/colorclass/colorclass-2.2.2-r1.ebuild b/dev-python/colorclass/colorclass-2.2.2-r1.ebuild
index cbb806d9b613..139455504c38 100644
--- a/dev-python/colorclass/colorclass-2.2.2-r1.ebuild
+++ b/dev-python/colorclass/colorclass-2.2.2-r1.ebuild
@@ -4,17 +4,19 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
DESCRIPTION="Colorful worry-free console applications for multiple platforms"
HOMEPAGE="
https://pypi.org/project/colorclass/
- https://github.com/matthewdeanmartin/colorclass"
+ https://github.com/matthewdeanmartin/colorclass/
+"
SRC_URI="
https://github.com/matthewdeanmartin/colorclass/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
+ -> ${P}.gh.tar.gz
+"
LICENSE="MIT"
SLOT="0"
@@ -23,7 +25,8 @@ KEYWORDS="amd64 ~arm64 x86"
BDEPEND="
test? (
dev-python/docopt[${PYTHON_USEDEP}]
- )"
+ )
+"
distutils_enable_tests pytest