summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-26 20:45:41 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-26 20:57:27 +0100
commit893ef6c9912c05f8bb13d3b0896af3c44a4714b0 (patch)
tree9189c02cf344b796703955d217bfd62c188d1ae7
parentwww-misc/urlwatch: drop 2.22 (diff)
downloadgentoo-893ef6c9912c05f8bb13d3b0896af3c44a4714b0.tar.gz
gentoo-893ef6c9912c05f8bb13d3b0896af3c44a4714b0.tar.bz2
gentoo-893ef6c9912c05f8bb13d3b0896af3c44a4714b0.zip
dev-python/pulsectl: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pulsectl/pulsectl-22.3.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/pulsectl/pulsectl-22.3.2.ebuild b/dev-python/pulsectl/pulsectl-22.3.2.ebuild
index 248a823fd025..6607acd14b45 100644
--- a/dev-python/pulsectl/pulsectl-22.3.2.ebuild
+++ b/dev-python/pulsectl/pulsectl-22.3.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..10} )
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
inherit distutils-r1 pypi
@@ -18,6 +18,8 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND="media-sound/pulseaudio"
+RDEPEND="
+ media-sound/pulseaudio
+"
distutils_enable_tests unittest