* [bug#55576] [PATCH] gnu: Add python-srt.
@ 2022-05-22 13:46 Pradana Adrinusa AUMARS via Guix-patches via
2022-05-27 21:35 ` bug#55576: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Pradana Adrinusa AUMARS via Guix-patches via @ 2022-05-22 13:46 UTC (permalink / raw)
To: 55576
From 681b38824f246167d611eb6d35fb76be5029080b Mon Sep 17 00:00:00 2001
From: Pradana AUMARS <paumars@courrier.dev>
Date: Sun, 22 May 2022 15:45:04 +0200
Subject: [PATCH] gnu: Add python-srt.
* gnu/packages/python-xyz (python-srt): New variable.
---
gnu/packages/python-xyz.scm | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3c4fa16d16..11b5f1d2f9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -107,7 +107,7 @@
;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
;;; Copyright © 2021 Simon Streit <simon@netpanic.org>
;;; Copyright © 2021 Daniel Meißner <daniel.meissner-i4k@ruhr-uni-bochum.de>
-;;; Copyright © 2021 Pradana Aumars <paumars@courrier.dev>
+;;; Copyright © 2021, 2022 Pradana Aumars <paumars@courrier.dev>
;;; Copyright © 2021, 2022 Felix Gruber <felgru@posteo.net>
;;; Copyright © 2021 Sébastien Lerique <sl@eauchat.org>
;;; Copyright © 2021 Raphaël Mélotte <raphael.melotte@mind.be>
@@ -31449,3 +31449,21 @@ (define-public python-murmurhash
(synopsis "Cython bindings for MurmurHash2")
(description "This package provides Cython bindings for MurmurHash2.")
(license license:expat)))
+
+(define-public python-srt
+ (package
+ (name "python-srt")
+ (version "3.5.2")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "srt" version))
+ (sha256
+ (base32
+ "0l24710spxarijmv3h7iicvx0lv6m3d4xg77nd9kyv8jwifav93s"))))
+ (build-system python-build-system)
+ (home-page "https://github.com/cdown/srt")
+ (synopsis "SRT parsing library")
+ (description
+ "Tiny but featureful Python library for parsing, modifying, and composing
+SRT files.")
+ (license license:expat)))
--
2.36.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#55576: [PATCH] gnu: Add python-srt.
2022-05-22 13:46 [bug#55576] [PATCH] gnu: Add python-srt Pradana Adrinusa AUMARS via Guix-patches via
@ 2022-05-27 21:35 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-05-27 21:35 UTC (permalink / raw)
To: Pradana Adrinusa AUMARS; +Cc: 55576-done
Hi,
Pradana Adrinusa AUMARS <paumars@courrier.dev> skribis:
>>From 681b38824f246167d611eb6d35fb76be5029080b Mon Sep 17 00:00:00 2001
> From: Pradana AUMARS <paumars@courrier.dev>
> Date: Sun, 22 May 2022 15:45:04 +0200
> Subject: [PATCH] gnu: Add python-srt.
>
> * gnu/packages/python-xyz (python-srt): New variable.
I adjusted the description as per our guidelines, pass it through ‘guix
style’, and committed the result.
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-27 21:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-22 13:46 [bug#55576] [PATCH] gnu: Add python-srt Pradana Adrinusa AUMARS via Guix-patches via
2022-05-27 21:35 ` bug#55576: " Ludovic Courtès
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.