* [bug#72748] [PATCH] gnu: Add ytcc.
@ 2024-08-21 15:54 Sisiutl
2024-09-12 6:40 ` bug#72748: " Z572
0 siblings, 1 reply; 2+ messages in thread
From: Sisiutl @ 2024-08-21 15:54 UTC (permalink / raw)
To: 72748; +Cc: Sisiutl
* gnu/packages/video.scm (ytcc): New variable.
Change-Id: Iaf4fd7343b02c52a358093ae81aaafbae1eea9bf
---
gnu/packages/video.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f1087994fd..d997a04171 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3315,6 +3315,31 @@ (define-public youtube-viewer
(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 "Command line tool to keep track of your favorite playlists.")
+ (license license:gpl3+)))
+
(define-public libbluray
(package
(name "libbluray")
base-commit: 7ed52500c945f5cba8a93dd0df7b89f9bca6b6e7
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72748: [PATCH] gnu: Add ytcc.
2024-08-21 15:54 [bug#72748] [PATCH] gnu: Add ytcc Sisiutl
@ 2024-09-12 6:40 ` Z572
0 siblings, 0 replies; 2+ messages in thread
From: Z572 @ 2024-09-12 6:40 UTC (permalink / raw)
To: Sisiutl; +Cc: 72748-done
[-- Attachment #1: Type: text/plain, Size: 1687 bytes --]
Sisiutl <sisiutl@egregore.fun> writes:
> * gnu/packages/video.scm (ytcc): New variable.
>
> Change-Id: Iaf4fd7343b02c52a358093ae81aaafbae1eea9bf
> ---
> gnu/packages/video.scm | 25 +++++++++++++++++++++++++
> 1 file changed, 25 insertions(+)
>
> diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
> index f1087994fd..d997a04171 100644
> --- a/gnu/packages/video.scm
> +++ b/gnu/packages/video.scm
> @@ -3315,6 +3315,31 @@ (define-public youtube-viewer
> (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 "Command line tool to keep track of your favorite playlists.")
> + (license license:gpl3+)))
> +
> (define-public libbluray
> (package
> (name "libbluray")
>
> base-commit: 7ed52500c945f5cba8a93dd0df7b89f9bca6b6e7
adjust description and push.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-12 6:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-21 15:54 [bug#72748] [PATCH] gnu: Add ytcc Sisiutl
2024-09-12 6:40 ` bug#72748: " Z572
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.