all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48512] [PATCH] gnu: Add python-playsound.
@ 2021-05-18 23:02 Adam Kandur via Guix-patches via
  2021-05-19 13:02 ` [bug#48512] add input Adam Kandur via Guix-patches via
  2024-02-15  8:48 ` [bug#48512] [PATCH] gnu: Add python-playsound Hartmut Goebel
  0 siblings, 2 replies; 3+ messages in thread
From: Adam Kandur via Guix-patches via @ 2021-05-18 23:02 UTC (permalink / raw)
  To: 48512

From 812f4897ab8f32f2a9c716246a48b03892d25798 Mon Sep 17 00:00:00 2001
From: Adam Kandur <rndd@tuta.io>
Date: Wed, 19 May 2021 01:58:16 +0300
Subject: [PATCH] gnu: Add python-playsound.

* gnu/packages/python-xyz.scm (python-playsound): New variable.
---
gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f79fc54e24..66d281144a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12409,6 +12409,27 @@ Pytest but stripped of Pytest specific details.")
code.")
     (license license:expat)))

+(define-public python-playsound
+  (let ((revision "0")
+        (commit "907f1fe73375a2156f7e0900c4b42c0a60fa1d00"))
+    (package
+      (name "python-playsound")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+	       (url "https://github.com/TaylorSMarks/playsound")
+	       (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1fh3m115h0c57lj2pfhhqhmsh5awzblb7csi1xc5a6f6slhl059k"))))
+      (build-system python-build-system)
+      (home-page "https://github.com/TaylorSMarks/playsound")
+      (synopsis "Function module for playing sounds")
+      (description "Pure Python, cross platform, single function module with no dependencies for playing sounds.")
+      (license license:expat))))
+
(define-public python-deprecation
   (package
     (name "python-deprecation")
--
2.31.1






^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#48512] add input
  2021-05-18 23:02 [bug#48512] [PATCH] gnu: Add python-playsound Adam Kandur via Guix-patches via
@ 2021-05-19 13:02 ` Adam Kandur via Guix-patches via
  2024-02-15  8:48 ` [bug#48512] [PATCH] gnu: Add python-playsound Hartmut Goebel
  1 sibling, 0 replies; 3+ messages in thread
From: Adam Kandur via Guix-patches via @ 2021-05-19 13:02 UTC (permalink / raw)
  To: 48512

From 8d5e8093b3996ccb95b0f2624c384909299501a2 Mon Sep 17 00:00:00 2001
From: Adam Kandur <rndd@tuta.io>
Date: Wed, 19 May 2021 16:00:58 +0300
Subject: [PATCH] gnu: Add python-playsound.

* gnu/packages/python-xyz.scm (python-playsound): New variable.
---
gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ddaa51b..67d0791 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12408,6 +12408,29 @@ Pytest but stripped of Pytest specific details.")
code.")
     (license license:expat)))

+(define-public python-playsound
+  (let ((revision "0")
+        (commit "907f1fe73375a2156f7e0900c4b42c0a60fa1d00"))
+    (package
+      (name "python-playsound")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+	       (url "https://github.com/TaylorSMarks/playsound")
+	       (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1fh3m115h0c57lj2pfhhqhmsh5awzblb7csi1xc5a6f6slhl059k"))))
+      (build-system python-build-system)
+      (propagated-inputs
+       `(("python-pygobject" ,python-pygobject)))
+      (home-page "https://github.com/TaylorSMarks/playsound")
+      (synopsis "Function module for playing sounds")
+      (description "Pure Python, cross platform, single function module with no dependencies for playing sounds.")
+      (license license:expat))))
+
(define-public python-deprecation
   (package
     (name "python-deprecation")
--
2.31.1






^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#48512] [PATCH] gnu: Add python-playsound.
  2021-05-18 23:02 [bug#48512] [PATCH] gnu: Add python-playsound Adam Kandur via Guix-patches via
  2021-05-19 13:02 ` [bug#48512] add input Adam Kandur via Guix-patches via
@ 2024-02-15  8:48 ` Hartmut Goebel
  1 sibling, 0 replies; 3+ messages in thread
From: Hartmut Goebel @ 2024-02-15  8:48 UTC (permalink / raw)
  To: 48512

Hi,

this software seems to have some release. Why are you not using this 
version but call it "0.0.0"? What random commit is it? Please add a comment.

Anyhow, I'm in favor of *not* including this package at all, since it 
seems to be unmaintained since three years. And we should not include 
dead software.

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-15  8:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18 23:02 [bug#48512] [PATCH] gnu: Add python-playsound Adam Kandur via Guix-patches via
2021-05-19 13:02 ` [bug#48512] add input Adam Kandur via Guix-patches via
2024-02-15  8:48 ` [bug#48512] [PATCH] gnu: Add python-playsound Hartmut Goebel

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.