GNU bug report logs -
#64134
[PATCH 00/17] Add some Python financial libraries.
Previous Next
Full log
Message #29 received at 64134 <at> debbugs.gnu.org (full text, mbox):
* 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 113 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.