GNU bug report logs - #64134
[PATCH 00/17] Add some Python financial libraries.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Sat, 17 Jun 2023 15:18:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Vinicius Monego <monego <at> posteo.net>
To: 64134 <at> debbugs.gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [bug#64134] [PATCH 08/17] gnu: Add python-interface-meta.
Date: Sat, 17 Jun 2023 15:18:31 +0000
* gnu/packages/python-xyz.scm (python-interface-meta): New variable.
---
 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 fe05cc16e4..4c1a5fb7c8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30274,6 +30274,25 @@ (define-public python-escapism
 result.")
     (license license:expat)))
 
+(define-public python-interface-meta
+  (package
+    (name "python-interface-meta")
+    (version "1.3.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "interface_meta" version))
+              (sha256
+               (base32
+                "18brkmz2ssjikkrkb23cwccp683yi6y1alfdbmjvjgxpppw96i4a"))))
+    (build-system pyproject-build-system)
+    (native-inputs (list python-poetry-core python-pytest))
+    (home-page "https://github.com/matthewwardrop/interface_meta")
+    (synopsis "Expose an extensible API with enforced method signatures")
+    (description
+     "@code{interface_meta} provides a convenient way to expose an extensible
+API with enforced method signatures and consistent documentation.")
+    (license license:expat)))
+
 (define-public python-recommonmark
   (package
     (name "python-recommonmark")
-- 
2.34.1





This bug report was last modified 112 days ago.

Previous Next


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