GNU bug report logs -
#58868
[PATCH 5/5] python-gaphor: New package
Previous Next
Full log
View this message in rfc822 format
---
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.