GNU bug report logs - #55576
[PATCH] gnu: Add python-srt.

Previous Next

Package: guix-patches;

Reported by: Pradana Adrinusa AUMARS <paumars <at> courrier.dev>

Date: Sun, 22 May 2022 13:47:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Pradana Adrinusa AUMARS <paumars <at> courrier.dev>
Subject: bug#55576: closed (Re: bug#55576: [PATCH] gnu: Add python-srt.)
Date: Fri, 27 May 2022 21:36:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#55576: [PATCH] gnu: Add python-srt.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 55576 <at> debbugs.gnu.org.

-- 
55576: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55576
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Pradana Adrinusa AUMARS <paumars <at> courrier.dev>
Cc: 55576-done <at> debbugs.gnu.org
Subject: Re: bug#55576: [PATCH] gnu: Add python-srt.
Date: Fri, 27 May 2022 23:35:36 +0200
Hi,

Pradana Adrinusa AUMARS <paumars <at> courrier.dev> skribis:

>>From 681b38824f246167d611eb6d35fb76be5029080b Mon Sep 17 00:00:00 2001
> From: Pradana AUMARS <paumars <at> 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’.

[Message part 3 (message/rfc822, inline)]
From: Pradana Adrinusa AUMARS <paumars <at> courrier.dev>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add python-srt.
Date: Sun, 22 May 2022 15:46:31 +0200
From 681b38824f246167d611eb6d35fb76be5029080b Mon Sep 17 00:00:00 2001
From: Pradana AUMARS <paumars <at> 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 <at> protonmail.com>
 ;;; Copyright © 2021 Simon Streit <simon <at> netpanic.org>
 ;;; Copyright © 2021 Daniel Meißner <daniel.meissner-i4k <at> ruhr-uni-bochum.de>
-;;; Copyright © 2021 Pradana Aumars <paumars <at> courrier.dev>
+;;; Copyright © 2021, 2022 Pradana Aumars <paumars <at> courrier.dev>
 ;;; Copyright © 2021, 2022 Felix Gruber <felgru <at> posteo.net>
 ;;; Copyright © 2021 Sébastien Lerique <sl <at> eauchat.org>
 ;;; Copyright © 2021 Raphaël Mélotte <raphael.melotte <at> 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





This bug report was last modified 3 years and 81 days ago.

Previous Next


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