* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/playsound/
@ 2021-10-17 15:58 Shaoyu Tseng
0 siblings, 0 replies; 4+ messages in thread
From: Shaoyu Tseng @ 2021-10-17 15:58 UTC (permalink / raw
To: gentoo-commits
commit: 9ba5d906e93d02718b822225e60bf3cf44fe2e48
Author: Shaoyu Tseng <shaoyu0209 <AT> tuta <DOT> io>
AuthorDate: Sun Oct 17 15:15:43 2021 +0000
Commit: Shaoyu Tseng <shaoyu0209 <AT> tuta <DOT> io>
CommitDate: Sun Oct 17 15:15:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ba5d906
dev-python/playsound: new package
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Shaoyu Tseng <shaoyu0209 <AT> tuta.io>
dev-python/playsound/Manifest | 1 +
dev-python/playsound/metadata.xml | 12 ++++++++++++
dev-python/playsound/playsound-1.3.0.ebuild | 17 +++++++++++++++++
3 files changed, 30 insertions(+)
diff --git a/dev-python/playsound/Manifest b/dev-python/playsound/Manifest
new file mode 100644
index 000000000..198688b4c
--- /dev/null
+++ b/dev-python/playsound/Manifest
@@ -0,0 +1 @@
+DIST playsound-1.3.0.tar.gz 7650 BLAKE2B 27a601e2df63149e41707f1004ee301800d2e75abf81ce21d3e32c0ddce04f1fa3a9bd463637e1e0438f7ffe13bf0090bb120835f6f3a4eeca1c5bf41f0bbe5c SHA512 d64203542347938bb92616203423eae622c4a9a9b0dc78c8e000786eb6393cabfc092db3f3d799a40a290e762fd41cd068df8f83f7cb291c0ceaf8bc4fbc4184
diff --git a/dev-python/playsound/metadata.xml b/dev-python/playsound/metadata.xml
new file mode 100644
index 000000000..4030f5782
--- /dev/null
+++ b/dev-python/playsound/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>shaoyu0209@tuta.io</email>
+ <name>Shaoyu Tseng</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">playsound</remote-id>
+ <remote-id type="github">TaylorSMarks/playsound</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/playsound/playsound-1.3.0.ebuild b/dev-python/playsound/playsound-1.3.0.ebuild
new file mode 100644
index 000000000..55f5a577e
--- /dev/null
+++ b/dev-python/playsound/playsound-1.3.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Single function module with no dependencies for playing sounds."
+HOMEPAGE="https://pypi.org/project/playsound/ https://github.com/TaylorSMarks/playsound"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/playsound/
2021-12-15 11:02 Andrew Ammerlaan
@ 2021-12-15 11:02 ` Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-12-15 11:02 UTC (permalink / raw
To: gentoo-commits
commit: 9e78a962009c6e2fd2e60ba484ed796cf80071a6
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 10:58:46 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 10:58:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e78a962
dev-python/playsound: drop RedundantUriRename
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/playsound/playsound-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/playsound/playsound-1.3.0.ebuild b/dev-python/playsound/playsound-1.3.0.ebuild
index 55f5a577e..b37c26d9c 100644
--- a/dev-python/playsound/playsound-1.3.0.ebuild
+++ b/dev-python/playsound/playsound-1.3.0.ebuild
@@ -7,7 +7,7 @@ inherit distutils-r1
DESCRIPTION="Single function module with no dependencies for playing sounds."
HOMEPAGE="https://pypi.org/project/playsound/ https://github.com/TaylorSMarks/playsound"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/playsound/
@ 2024-04-14 0:25 Julien Roy
2024-04-14 1:21 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
0 siblings, 1 reply; 4+ messages in thread
From: Julien Roy @ 2024-04-14 0:25 UTC (permalink / raw
To: gentoo-commits
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}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/playsound/
2024-04-14 0:25 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/playsound/ Julien Roy
@ 2024-04-14 1:21 ` Julien Roy
0 siblings, 0 replies; 4+ messages in thread
From: Julien Roy @ 2024-04-14 1:21 UTC (permalink / raw
To: gentoo-commits
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}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-04-14 1:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-14 0:25 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/playsound/ Julien Roy
2024-04-14 1:21 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2021-12-15 11:02 Andrew Ammerlaan
2021-12-15 11:02 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-10-17 15:58 Shaoyu Tseng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox