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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 55576 in the body.
You can then email your comments to 55576 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#55576; Package guix-patches. (Sun, 22 May 2022 13:47:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Pradana Adrinusa AUMARS <paumars <at> courrier.dev>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 22 May 2022 13:47:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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






Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 27 May 2022 21:36:01 GMT) Full text and rfc822 format available.

Notification sent to Pradana Adrinusa AUMARS <paumars <at> courrier.dev>:
bug acknowledged by developer. (Fri, 27 May 2022 21:36:01 GMT) Full text and rfc822 format available.

Message #10 received at 55576-done <at> debbugs.gnu.org (full text, mbox):

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’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 25 Jun 2022 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 305 days ago.

Previous Next


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