summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-19 09:48:13 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-19 09:52:19 +0200
commit6f113668e81af49682c3abb27b534ad7eaaf3a04 (patch)
tree14e1cd44acf3b43df75cc7bf9e8daffc0106d5c2 /dev-python/irc
parentdev-lua/luarocks: arm64 stable wrt bug #846371 (diff)
downloadgentoo-6f113668e81af49682c3abb27b534ad7eaaf3a04.tar.gz
gentoo-6f113668e81af49682c3abb27b534ad7eaaf3a04.tar.bz2
gentoo-6f113668e81af49682c3abb27b534ad7eaaf3a04.zip
dev-python/irc: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/irc')
-rw-r--r--dev-python/irc/irc-20.0.0-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/irc/irc-20.0.0-r1.ebuild b/dev-python/irc/irc-20.0.0-r1.ebuild
index 9e1600a8771c..c3c70303015a 100644
--- a/dev-python/irc/irc-20.0.0-r1.ebuild
+++ b/dev-python/irc/irc-20.0.0-r1.ebuild
@@ -4,12 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="IRC client framework written in Python"
-HOMEPAGE="https://github.com/jaraco/irc"
+HOMEPAGE="
+ https://github.com/jaraco/irc/
+ https://pypi.org/project/irc/
+"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"