[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: Add python-musical-scales
From: |
guix-commits |
Subject: |
01/06: gnu: Add python-musical-scales |
Date: |
Sun, 5 Jun 2022 15:28:15 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit ddb7e35bc4eb177d3cfe78973265851b8ab67361
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Mon May 30 22:57:49 2022 +0300
gnu: Add python-musical-scales
* gnu/packages/python-xyz.scm (python-musical-scales): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
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 979a11a5a6..bcc65e289f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29293,3 +29293,24 @@ profile. It supports:
Currently, Linux is the only platform supported by this library.")
(license license:expat)))
+
+(define-public python-musical-scales
+ (package
+ (name "python-musical-scales")
+ (version "1.0.1")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "musical-scales" version))
+ (sha256
+ (base32
+ "1ckn8n37i7b65h0i385ycn0w8sg9na0iabz0kmhxxc1wj0hddkw9"))))
+ (build-system python-build-system)
+ (native-inputs (list python-wheel))
+ (home-page "https://github.com/hmillerbakewell/musical-scale")
+ (synopsis "Retrieve a scale based on a given mode and starting note")
+ (description
+ "Retrieve a scale based on a given mode and starting note.
+Information about these scales can be
+@url{https://en.wikipedia.org/wiki/List_of_musical_scales_and_modes, found on
+Wikipedia}.")
+ (license license:expat)))
- branch master updated (21ca4719b3 -> 2dae3cbecc), guix-commits, 2022/06/05
- 01/06: gnu: Add python-musical-scales,
guix-commits <=
- 02/06: gnu: python-pyflakes: Update to 2.4.0., guix-commits, 2022/06/05
- 04/06: gnu: emacs-ox-gemini: Update to latest commit., guix-commits, 2022/06/05
- 03/06: gitignore: Add .DS_Store., guix-commits, 2022/06/05
- 05/06: gnu: worklog: Remove duplicated word in description., guix-commits, 2022/06/05
- 06/06: gnu: Add apricots., guix-commits, 2022/06/05