unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Adam Kandur via Guix-patches via <guix-patches@gnu.org>
To: 48512@debbugs.gnu.org
Subject: [bug#48512] [PATCH] gnu: Add python-playsound.
Date: Wed, 19 May 2021 01:02:00 +0200 (CEST)	[thread overview]
Message-ID: <Ma0hilj--3-2@tuta.io> (raw)

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






             reply	other threads:[~2021-05-18 23:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-18 23:02 Adam Kandur via Guix-patches via [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Ma0hilj--3-2@tuta.io \
    --to=guix-patches@gnu.org \
    --cc=48512@debbugs.gnu.org \
    --cc=rndd@tuta.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).