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
Cc: Jacob Hrbek <kreyren <at> rixotstudio.cz>
Subject: [bug#58868] [PATCH 3/4] python-better-exceptions: New package
Date: Sat, 29 Oct 2022 17:08:52 +0000
---
 gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6818b50d8e..d9abe8b1d4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9696,6 +9696,25 @@ (define-public python-beautifulsoup4
 converts incoming documents to Unicode and outgoing documents to UTF-8.")
     (license license:expat)))

+(define-public python-better-exceptions
+  (package
+    (name "python-better-exceptions")
+    (version "0.3.3")
+    (synopsis "Pretty and helpful exceptions, automatically")
+    (description "Pretty and helpful exceptions, automatically")
+    (home-page "https://github.com/qix-/better-exceptions")
+    (license license:expat)
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "better_exceptions" version))
+              (sha256
+               (base32
+                "0fs5nfg7xdbx5hb1h1148kax68g9wn0h7cclx3k08psd8hcbrrp4"))))
+    (build-system python-build-system)
+    (arguments
+     ;; FIXME: python-build-system needs update for the check to work: 'Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox'
+     `(#:tests? #f))))
+
 (define-public python-soupsieve
   (package
     (name "python-soupsieve")
--
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.