[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#54736: gnu: Add python-sre-yield.
From: |
Ludovic Courtès |
Subject: |
bug#54736: gnu: Add python-sre-yield. |
Date: |
Mon, 18 Apr 2022 23:24:37 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
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’.