commit: b66bc458977f6d9ab0bb1e4637a9a68f486a3af4
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 23:33:02 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 23:33:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b66bc458
dev-python/playsound: update DESCRIPTION, HOMEPAGE
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/playsound/playsound-1.3.0.ebuild | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/dev-python/playsound/playsound-1.3.0.ebuild
b/dev-python/playsound/playsound-1.3.0.ebuild
index adfad3c27f..15fcb012ae 100644
--- a/dev-python/playsound/playsound-1.3.0.ebuild
+++ b/dev-python/playsound/playsound-1.3.0.ebuild
@@ -1,15 +1,18 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_10 pypy3 )
+
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
inherit distutils-r1 pypi
-DESCRIPTION="Single function module with no dependencies for playing sounds."
-HOMEPAGE="https://pypi.org/project/playsound/
https://github.com/TaylorSMarks/playsound"
+DESCRIPTION="Single function module with no dependencies for playing sounds"
+HOMEPAGE="
+ https://pypi.org/project/playsound/
+ https://github.com/TaylorSMarks/playsound
+"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-DEPEND="${RDEPEND}"