all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54736] gnu: Add python-sre-yield.
@ 2022-04-05 19:13 Peter Polidoro
  2022-04-18 21:24 ` bug#54736: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Polidoro @ 2022-04-05 19:13 UTC (permalink / raw)
  To: 54736

[-- Attachment #1: 0001-gnu-Add-python-sre-yield.patch --]
[-- Type: text/x-diff, Size: 1704 bytes --]

From a15393c931f77aca08f4129a59b864505b5cf884 Mon Sep 17 00:00:00 2001
From: Peter Polidoro <peter@polidoro.io>
Date: Tue, 5 Apr 2022 15:12:57 -0400
Subject: [PATCH] gnu: Add python-sre-yield.

* gnu/packages/python-xyz.scm (python-sre-yield): New variable.
---
 gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 30cab6a113..0ad31b7b0d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -118,6 +118,7 @@
 ;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org>
 ;;; Copyright © 2022 Evgeny Pisemsky <evgeny@pisemsky.com>
 ;;; Copyright © 2022 drozdov <drozdov@portalenergy.tech>
+;;; Copyright © 2022 Peter Polidoro <peter@polidoro.io>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -29364,3 +29365,20 @@ (define-public python-aiopg
 database from the asyncio (PEP-3156/tulip) framework.  It wraps
 asynchronous features of the Psycopg database driver.")
     (license license:bsd-3)))
+
+(define-public python-sre-yield
+  (package
+    (name "python-sre-yield")
+    (version "1.2")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "sre_yield" version))
+        (sha256
+          (base32 "12kv3mvdr22g2v9wfr5aabh1f58s817dbh8mrlfzxzxs7hm1lkz9"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-nose))
+    (home-page "https://github.com/google/sre_yield")
+    (synopsis "Expands a regular expression to its possible matches")
+    (description "Expands a regular expression to its possible matches")
+    (license #f)))
-- 
2.35.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54736: gnu: Add python-sre-yield.
  2022-04-05 19:13 [bug#54736] gnu: Add python-sre-yield Peter Polidoro
@ 2022-04-18 21:24 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-04-18 21:24 UTC (permalink / raw)
  To: Peter Polidoro; +Cc: 54736-done

Peter Polidoro <peter@polidoro.io> skribis:

>>From a15393c931f77aca08f4129a59b864505b5cf884 Mon Sep 17 00:00:00 2001
> From: Peter Polidoro <peter@polidoro.io>
> Date: Tue, 5 Apr 2022 15:12:57 -0400
> Subject: [PATCH] gnu: Add python-sre-yield.
>
> * gnu/packages/python-xyz.scm (python-sre-yield): New variable.

[...]

> +    (propagated-inputs (list python-nose))
> +    (home-page "https://github.com/google/sre_yield")
> +    (synopsis "Expands a regular expression to its possible matches")
> +    (description "Expands a regular expression to its possible matches")
> +    (license #f)))

Pushed with minor tweaks, some suggested by ‘guix lint’: inputs,
description, and license.

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-18 21:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-05 19:13 [bug#54736] gnu: Add python-sre-yield Peter Polidoro
2022-04-18 21:24 ` bug#54736: " 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.