GNU bug report logs -
#41807
[PATCHES] Add python-sanic and dependencies.
Previous Next
Reported by: paul <goodoldpaul <at> autistici.org>
Date: Thu, 11 Jun 2020 15:08:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #44 received at 41807 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-mypy-extensions): New variable.
---
gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 46b60ee98b..66fb284eec 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20307,3 +20307,25 @@ permissively licensed, async/await-native I/O library for Python.")
(description "@code{python-aiofiles} is a library for handling local
disk files in asyncio applications.")
(license license:asl2.0)))
+
+(define-public python-mypy-extensions
+ (package
+ (name "python-mypy-extensions")
+ (version "0.4.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "mypy-extensions" version))
+ (sha256
+ (base32
+ "1a04qsk8hd1lqns8w1j7cr0vmvbhg450di5k1i16kqxkbf7q30id"))))
+ (build-system python-build-system)
+ (home-page
+ "https://github.com/python/mypy_extensions")
+ (synopsis
+ "Experimental type system extensions for mypy")
+ (description
+ "@code{python-mypy-extensions} defines experimental extensions
+to the standard @code{typing} module that are supported by the
+@code{mypy} typechecker.")
+ (license license:expat)))
--
2.26.2
This bug report was last modified 4 years and 158 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.