[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
249/285: gnu: Add python-pyacoustid.
From: |
guix-commits |
Subject: |
249/285: gnu: Add python-pyacoustid. |
Date: |
Sun, 29 Dec 2019 20:44:41 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 9e353768a14642fe6c3785b84c459b727953680f
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 28 12:42:29 2019 +0100
gnu: Add python-pyacoustid.
* gnu/packages/mp3.scm (python-pyacoustid): New variable.
---
gnu/packages/mp3.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 069c12d..695a01a 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -41,6 +41,7 @@
#:use-module (gnu packages pcre)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
+ #:use-module (gnu packages python-web)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages xiph)
#:use-module (gnu packages pulseaudio)
@@ -552,3 +553,25 @@ is to provide an accurate identifier for record tracks.")
whatever audio backend is available, such as GStreamer, Core Audio, MAD,
FFmpeg, etc.")
(license license:expat)))
+
+(define-public python-pyacoustid
+ (package
+ (name "python-pyacoustid")
+ (version "1.1.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pyacoustid" version))
+ (sha256
+ (base32
+ "1zan6c22ca6sjy0g9ajwjp6mkzw7jv8r3n7jzska09a6x254lf87"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-audioread" ,python-audioread)
+ ("python-requests" ,python-requests)))
+ (home-page "https://github.com/sampsyo/pyacoustid")
+ (synopsis "Bindings for Chromaprint acoustic fingerprinting")
+ (description
+ "This package provides bindings for the Chromaprint acoustic
+fingerprinting library and the Acoustid API.")
+ (license license:expat)))
- 209/285: gnu: r-summarizedexperiment: Update to 1.16.1., (continued)
- 209/285: gnu: r-summarizedexperiment: Update to 1.16.1., guix-commits, 2019/12/29
- 214/285: gnu: r-bigmemory: Update to 4.5.36., guix-commits, 2019/12/29
- 215/285: gnu: r-robust: Update to 0.4-18.2., guix-commits, 2019/12/29
- 218/285: gnu: r-biocsingular: Update to 1.2.1., guix-commits, 2019/12/29
- 219/285: gnu: r-enrichplot: Update to 1.6.1., guix-commits, 2019/12/29
- 220/285: gnu: r-clusterprofiler: Update to 3.14.2., guix-commits, 2019/12/29
- 210/285: gnu: r-topgo: Update to 2.38.1., guix-commits, 2019/12/29
- 217/285: gnu: r-affycoretools: Update to 1.58.3., guix-commits, 2019/12/29
- 222/285: gnu: r-multiassayexperiment: Update to 1.12.1., guix-commits, 2019/12/29
- 221/285: gnu: r-rgadem: Update to 2.34.1., guix-commits, 2019/12/29
- 249/285: gnu: Add python-pyacoustid.,
guix-commits <=
- 252/285: gnu: python-waf: Update to 2.0.19., guix-commits, 2019/12/29
- 257/285: gnu: portaudio: Add C++ bindings., guix-commits, 2019/12/29
- 256/285: gnu: emacs-shroud: Update to 1.105., guix-commits, 2019/12/29
- 254/285: gnu: Add ardupilot., guix-commits, 2019/12/29
- 259/285: gnu: Add copyq., guix-commits, 2019/12/29
- 263/285: gnu: ruby-ansi: Don't use unstable tarball., guix-commits, 2019/12/29
- 248/285: gnu: Add python-audioread., guix-commits, 2019/12/29
- 251/285: gnu: Add gnome-themes-extra, guix-commits, 2019/12/29
- 267/285: gnu: emacs-auth-source-pass: Use upstream URL., guix-commits, 2019/12/29
- 278/285: profiles: Add 'map-manifest-entries'., guix-commits, 2019/12/29