summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:48:21 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-06-18 11:21:57 +0100
commit472f4f832425e7aad1b9e49882a3aa95255d5b76 (patch)
tree05fc5b42deaaf426629cecaba0fadbb0d7ac9b56 /gnu/packages/python-check.scm
parent535ccf630e89a0c490d9a9e2d3b246c3bd2808f2 (diff)
gnu: Remove python-pyannotate.
* gnu/packages/python-check.scm (python-pyannotate): Delete variable. Relates-to: guix/guix!8790
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm23
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 35e99ee4835..2b9151d329c 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2158,29 +2158,6 @@ It was originally developed as part of @code{psutil} test suite, and later
2158split out into a standalone project.") 2158split out into a standalone project.")
2159 (license license:bsd-3))) 2159 (license license:bsd-3)))
2160 2160
2161(define-public python-pyannotate
2162 (package
2163 (name "python-pyannotate")
2164 (version "1.2.0")
2165 (source
2166 (origin
2167 (method git-fetch)
2168 (uri (git-reference
2169 (url "https://github.com/dropbox/pyannotate")
2170 (commit (string-append "v" version))))
2171 (file-name (git-file-name name version))
2172 (sha256
2173 (base32 "0gmhl4ldan0p774dhrs9a7bmjjphlsy3hhfqq84gak15rdjs59ga"))))
2174 (build-system pyproject-build-system)
2175 (arguments (list #:test-backend #~'unittest))
2176 (native-inputs (list python-setuptools))
2177 (propagated-inputs (list python-mypy-extensions python-six))
2178 (home-page "https://github.com/dropbox/pyannotate")
2179 (synopsis "Auto-generate PEP-484 annotations")
2180 (description
2181 "This package, PyAnnotate, is used to auto-generate PEP-484 annotations.")
2182 (license license:asl2.0)))
2183
2184(define-public python-pycotap 2161(define-public python-pycotap
2185 (package 2162 (package
2186 (name "python-pycotap") 2163 (name "python-pycotap")