GNU bug report logs - #58868
[PATCH 5/5] python-gaphor: New package

Previous Next

Package: guix-patches;

Reported by: Jacob Hrbek <kreyren <at> rixotstudio.cz>

Date: Sat, 29 Oct 2022 17:00:02 UTC

Severity: normal

Tags: patch

Done: jgart <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Jacob Hrbek <kreyren <at> rixotstudio.cz>
To: 58868 <at> debbugs.gnu.org
Subject: [bug#58868] [PATCH 1/5] python-generic: New Package
Date: Sat, 29 Oct 2022 17:17:30 +0000
missed one patch

-- Jacob "Kreyren" Hrbek

Sent with Proton Mail secure email.

------- Original Message -------
On Saturday, October 29th, 2022 at 7:16 PM, Jacob Hrbek <kreyren <at> rixotstudio.cz> wrote:


> ---
> gnu/packages/python-xyz.scm | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
> 
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
> index 1c2f9d7b73..8343f9e907 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -30874,6 +30874,23 @@ (define-public python-geomet
> versa. Extended WKB/WKT are also supported.")
> (license license:asl2.0)))
> 
> +(define-public python-generic
> + (package
> + (name "python-generic")
> + (version "1.1.0")
> + (home-page "https://generic.readthedocs.io/")
> + (synopsis "Generic programming library for Python")
> + (description "Generic programming library for Python")
> + (license license:bsd-3)
> + (source (origin
> + (method url-fetch)
> + (uri (pypi-uri "generic" version))
> + (sha256
> + (base32
> + "1q0gjinxyl3wingag6fk5fv5l098ng5skz8himk3wj6r9fh3pppz"))))
> + (build-system python-build-system)
> + (inputs (list python-exceptiongroup)))) ;; Needed for 'sanity-check' phase
> +
> (define-public python-bsdiff4
> (package
> (name "python-bsdiff4")
> --
> 2.37.3




This bug report was last modified 126 days ago.

Previous Next


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