aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/python.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r--gn/packages/python.scm25
1 files changed, 1 insertions, 24 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index d728ef3..020a6a9 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -1899,27 +1899,4 @@ concepts.")
(base32 "1al030ix0w63hr4s3mqry6s0mlqdj8p242pdqks06br7c25nx3yj"))))
(propagated-inputs
(modify-inputs (package-propagated-inputs yoyo-migrations)
- (append python-importlib-metadata)))))
-
-(define-public python-mypy-0.981
- (package
- (inherit python-mypy)
- (name "python-mypy")
- (version "0.981")
- (source
- (origin
- ;; Because of https://github.com/python/mypy/issues/9584, the
- ;; mypyc/analysis directory is missing in the PyPI archive, leading to
- ;; test failures.
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/python/mypy")
- (commit (string-append "v" version))
- ;; Fetch git submodules otherwise typeshed is not fetched.
- ;; Typeshed is a collection of Python sources type annotation
- ;; (data) files.
- (recursive? #t)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0awigl51an7466yk236f9vsbqpz2jzd6dsg9v5a4cia37vz4li0a"))))))
+ (append python-importlib-metadata)))))