commit:     893ef6c9912c05f8bb13d3b0896af3c44a4714b0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 19:45:41 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 19:57:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893ef6c9

dev-python/pulsectl: Enable py3.11

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pulsectl/pulsectl-22.3.2.ebuild | 6 ++++--
 1 file 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

Reply via email to