GNU bug report logs - #54736
gnu: Add python-sre-yield.

Previous Next

Package: guix-patches;

Reported by: Peter Polidoro <peter <at> polidoro.io>

Date: Tue, 5 Apr 2022 19:15:01 UTC

Severity: normal

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 54736 in the body.
You can then email your comments to 54736 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#54736; Package guix-patches. (Tue, 05 Apr 2022 19:15:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Peter Polidoro <peter <at> polidoro.io>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 05 Apr 2022 19:15:01 GMT) Full text and rfc822 format available.

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

From: Peter Polidoro <peter <at> polidoro.io>
To: guix-patches <at> gnu.org
Subject: gnu: Add python-sre-yield.
Date: Tue, 05 Apr 2022 15:13:46 -0400
[0001-gnu-Add-python-sre-yield.patch (text/x-diff, attachment)]
From a15393c931f77aca08f4129a59b864505b5cf884 Mon Sep 17 00:00:00 2001
From: Peter Polidoro <peter <at> 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 <at> posteo.org>
 ;;; Copyright © 2022 Evgeny Pisemsky <evgeny <at> pisemsky.com>
 ;;; Copyright © 2022 drozdov <drozdov <at> portalenergy.tech>
+;;; Copyright © 2022 Peter Polidoro <peter <at> 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





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 18 Apr 2022 21:25:02 GMT) Full text and rfc822 format available.

Notification sent to Peter Polidoro <peter <at> polidoro.io>:
bug acknowledged by developer. (Mon, 18 Apr 2022 21:25:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Peter Polidoro <peter <at> polidoro.io>
Cc: 54736-done <at> debbugs.gnu.org
Subject: Re: bug#54736: gnu: Add python-sre-yield.
Date: Mon, 18 Apr 2022 23:24:37 +0200
Peter Polidoro <peter <at> polidoro.io> skribis:

>>From a15393c931f77aca08f4129a59b864505b5cf884 Mon Sep 17 00:00:00 2001
> From: Peter Polidoro <peter <at> 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’.




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

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

Previous Next


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