From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 635E6158043 for ; Sun, 14 Apr 2024 01:21:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3F08E2A2F; Sun, 14 Apr 2024 01:21:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BF0DE2A2F for ; Sun, 14 Apr 2024 01:21:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1C633433E0 for ; Sun, 14 Apr 2024 01:21:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3020916E0 for ; Sun, 14 Apr 2024 01:21:37 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713051182.b66bc458977f6d9ab0bb1e4637a9a68f486a3af4.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/playsound/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/playsound/playsound-1.3.0.ebuild X-VCS-Directories: dev-python/playsound/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: b66bc458977f6d9ab0bb1e4637a9a68f486a3af4 X-VCS-Branch: master Date: Sun, 14 Apr 2024 01:21:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3f42ab8f-c5b8-45e7-ba04-d35f4ee100fd X-Archives-Hash: 008da63b5aa47dd0e7f29a14bda89bab Message-ID: <20240414012137.PMXTQ6g8SssoCCypCsKHM1AhlmXYhyMatl5XyhnCEo8@z> commit: b66bc458977f6d9ab0bb1e4637a9a68f486a3af4 Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 23:33:02 2024 +0000 Commit: Julien Roy jroy 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 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}"