GNU bug report logs - #76746
[PATCH 00/13] Add spotify-downloader.

Previous Next

Package: guix-patches;

Reported by: 45mg <45mg.writes <at> gmail.com>

Date: Tue, 4 Mar 2025 19:11:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: 45mg <45mg.writes <at> gmail.com>
To: 45mg <45mg.writes <at> gmail.com>, 76746 <at> debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>, Lars-Dominik Braun <lars <at> 6xq.net>, Munyoki Kilyungi <me <at> bonfacemunyoki.com>, Sharlatan Hellseher <sharlatanus <at> gmail.com>, Tanguy Le Carrour <tanguy <at> bioneland.org>, jgart <jgart <at> dismail.de>
Subject: [bug#76746] [PATCH v2 08/13] gnu: Add python-syncedlyrics.
Date: Tue, 11 Mar 2025 19:53:27 +0530
* gnu/packages/python-web.scm (python-syncedlyrics): New variable.

Change-Id: I07915603eb234ca7952c3a682510f96e4d634f10
---
 gnu/packages/python-web.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index ac3ee99609..dec3b7d7ba 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -10695,6 +10695,31 @@ (define-public python-shopifyapi
 list, create, update, or delete resources (e.g. Order, Product, Collection).")
     (license license:expat)))
 
+(define-public python-syncedlyrics
+  (package
+    (name "python-syncedlyrics")
+    (version "1.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "syncedlyrics" version))
+       (sha256
+        (base32 "1c361xwxzcxq1vz2wilva8hr2x5s8kgidsxldgcxavasxmlj9crx"))))
+    (build-system pyproject-build-system)
+    (native-inputs (list python-poetry-core python-setuptools python-wheel))
+    (propagated-inputs (list python-beautifulsoup4
+                             python-requests
+                             python-rapidfuzz))
+    (arguments
+     (list
+      #:tests? #f))  ;Tests require network
+    (home-page "https://github.com/moehmeni/syncedlyrics")
+    (synopsis "Library to fetch lyrics from common online lyrics providers")
+    (description
+     "A Python 3 library to get LRC format synchronized lyrics for your
+music.")
+    (license license:expat)))
+
 (define-public python-whatthepatch
   (package
     (name "python-whatthepatch")
-- 
2.48.1





This bug report was last modified 85 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.