diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-22 18:30:25 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:23:29 +0000 |
| commit | e5a6faeb123c92678d941d6dd7dca3dd8c5c95e7 (patch) | |
| tree | 369076dd040eeb1d84cd22fb1921010ee8d12fb5 /gnu/packages/python-xyz.scm | |
| parent | b0b7fc0484d84885bde88e70ac4f429139a0188b (diff) | |
gnu: Remove python-typeguard-4.
* gnu/packages/python-xyz.scm (python-typeguard-4): Delete variable.
* gnu/packages/python-check.scm (python-icontract) [native-inputs]:
Remove python-typeguard-4; add python-typeguard.
* gnu/packages/python-science.scm (python-pandera) [propagated-inputs]:
Remove python-typeguard-4; add python-typeguard.
Change-Id: Ie20deee06629452c804fa6f62b1bd1f67038bc86
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1410f65d29..78f924af88 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27548,26 +27548,6 @@ based on the CPython 2.7 and 3.7 parsers.") with PEP 484 argument (and return) type annotations.") (license license:expat))) -(define-public python-typeguard-4 - (package - (inherit python-typeguard) - (name "python-typeguard") - ;; This is the latest version we can use, because python-typeguard >= - ;; 4.0.1 requires python-typing-extensions >= 4.7.0. - (version "4.0.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "typeguard" version)) - (sha256 - (base32 "11yrc7pv2fajmicwiyc92sb5gphlw3zbxww8f2prrsh6rgdv6kqr")))) - (build-system pyproject-build-system) - (arguments - (list #:test-flags '(list "--ignore=tests/mypy"))) - (propagated-inputs (list python-typing-extensions)) - (native-inputs (modify-inputs (package-native-inputs python-typeguard) - (append python-setuptools python-wheel))))) - (define-public bpython (package (name "bpython") |
