From: Pradana Adrinusa AUMARS via Guix-patches via <guix-patches@gnu.org>
To: 55576@debbugs.gnu.org
Subject: [bug#55576] [PATCH] gnu: Add python-srt.
Date: Sun, 22 May 2022 15:46:31 +0200 [thread overview]
Message-ID: <73b5d5ed5d012bb8b66e51e01c7b650dcb2b9ff1.camel@courrier.dev> (raw)
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
next reply other threads:[~2022-05-22 13:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-22 13:46 Pradana Adrinusa AUMARS via Guix-patches via [this message]
2022-05-27 21:35 ` bug#55576: [PATCH] gnu: Add python-srt Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=73b5d5ed5d012bb8b66e51e01c7b650dcb2b9ff1.camel@courrier.dev \
--to=guix-patches@gnu.org \
--cc=55576@debbugs.gnu.org \
--cc=paumars@courrier.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.