[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: Add ytcc.
From: |
guix-commits |
Subject: |
03/09: gnu: Add ytcc. |
Date: |
Thu, 12 Sep 2024 02:29:51 -0400 (EDT) |
z572 pushed a commit to branch master
in repository guix.
commit 0b17ad1e8b9056a0af621ebb8c5faf4b029ad34d
Author: Sisiutl <sisiutl@egregore.fun>
AuthorDate: Wed Aug 21 17:54:49 2024 +0200
gnu: Add ytcc.
* gnu/packages/video.scm (ytcc): New variable.
Change-Id: Iaf4fd7343b02c52a358093ae81aaafbae1eea9bf
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
---
gnu/packages/video.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index ae6d684ada..40915117d4 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3346,6 +3346,32 @@ Both command-line and GTK2 interface are available.")
(home-page "https://github.com/trizen/youtube-viewer")
(license license:perl-license)))
+(define-public ytcc
+ (package
+ (name "ytcc")
+ (version "2.6.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "ytcc" version))
+ (sha256
+ (base32 "0laaj7m9mkn421hsljaqyhj2az641lg4y7ym6l8jl1xgs1vl9b4b"))))
+ (build-system pyproject-build-system)
+ (inputs (list python-click
+ python-wcwidth
+ python-websockets
+ python-urllib3-next
+ python-requests-next
+ python-pycryptodomex
+ python-mutagen
+ python-brotli
+ yt-dlp))
+ (home-page "https://github.com/woefe/ytcc")
+ (synopsis "Command line tool to keep track of your favorite playlists")
+ (description "ytcc is a command line tool to keep track of your favorite
+playlists.")
+ (license license:gpl3+)))
+
(define-public libbluray
(package
(name "libbluray")
- branch master updated (71735eae4f -> 86690427b6), guix-commits, 2024/09/12
- 01/09: gnu: emacs-puni: Update to 0-2.72e091ef., guix-commits, 2024/09/12
- 03/09: gnu: Add ytcc.,
guix-commits <=
- 06/09: gnu: coq-bignums: Update to 9.0.0+coq8.18., guix-commits, 2024/09/12
- 02/09: gnu: boinc-client, boinc-server: Update to 8.0.2., guix-commits, 2024/09/12
- 04/09: gnu: coq: Propagate ocaml-zarith., guix-commits, 2024/09/12
- 05/09: gnu: coq: Update to 8.18.0., guix-commits, 2024/09/12
- 07/09: gnu: coq-bignums: Update style., guix-commits, 2024/09/12
- 08/09: gnu: coq-equations: Update to 1.3-8.18., guix-commits, 2024/09/12
- 09/09: gnu: coq-equations: Update style., guix-commits, 2024/09/12