diff options
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 23 |
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 | |||
| 2158 | split out into a standalone project.") | 2158 | split 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") |
