[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
380/420: gnu: Remove python-typeguard-4.
From: |
guix-commits |
Subject: |
380/420: gnu: Remove python-typeguard-4. |
Date: |
Tue, 26 Nov 2024 16:29:38 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit f1f96bc68424055d82e4a7d467daee31eb0c69b3
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Nov 22 18:30:25 2024 +0000
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
---
gnu/packages/python-check.scm | 2 +-
gnu/packages/python-science.scm | 2 +-
gnu/packages/python-xyz.scm | 20 --------------------
3 files changed, 2 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 077a2b7888..d6001b1dff 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -412,7 +412,7 @@ nosetests, etc...) in Python projects.")
python-mypy
python-numpy
python-setuptools
- python-typeguard-4))
+ python-typeguard))
(propagated-inputs
(list python-asttokens
python-typing-extensions))
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index ac4339bece..19dce1f36e 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1362,7 +1362,7 @@ idea of the remaining amount of computation to be done.")
python-pandas-stubs ;mypy extra
python-pydantic
python-scipy ;hypotheses extra
- python-typeguard-4
+ python-typeguard
python-typing-inspect
python-wrapt))
(native-inputs (list python-dask ;dask extra
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6836869bbc..5885685caa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27441,26 +27441,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")
- 336/420: gnu: python-isort: Update to 5.13.2., (continued)
- 336/420: gnu: python-isort: Update to 5.13.2., guix-commits, 2024/11/26
- 324/420: gnu: python-tomli: Update to 2.1.0., guix-commits, 2024/11/26
- 327/420: gnu: python-editables: Update to 0.5., guix-commits, 2024/11/26
- 357/420: gnu: python-httpbin: Update to 0.10.2., guix-commits, 2024/11/26
- 347/420: gnu: python-blinker: Update to 1.9.0., guix-commits, 2024/11/26
- 360/420: gnu: python-dirty-equals: Update to 0.8.0., guix-commits, 2024/11/26
- 359/420: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/26
- 366/420: gnu: python-pytest-flake8: Update to 1.3.0., guix-commits, 2024/11/26
- 364/420: gnu: python-qstylizer: Update to 0.2.4., guix-commits, 2024/11/26
- 372/420: gnu: python-pytest-random-order: Update to 1.1.1., guix-commits, 2024/11/26
- 380/420: gnu: Remove python-typeguard-4.,
guix-commits <=
- 377/420: gnu: python-asttokens: Update to 2.4.1., guix-commits, 2024/11/26
- 397/420: gnu: python-pytest-relaxed: Update to 2.0.2., guix-commits, 2024/11/26
- 409/420: gnu: python-starlette: Update to 0.41.3., guix-commits, 2024/11/26
- 414/420: gnu: poetry: Update to 1.8.4., guix-commits, 2024/11/26
- 415/420: gnu: Add python-taskgroup., guix-commits, 2024/11/26
- 101/420: gnu: python-openapi-schema-validator: Update to 0.6.2., guix-commits, 2024/11/26
- 111/420: gnu: python-graphql-core: Enable tests., guix-commits, 2024/11/26
- 114/420: gnu: python-sphinx-pytest: Update to 0.2.0., guix-commits, 2024/11/26
- 128/420: gnu: python-pycurl: Update to 7.45.3., guix-commits, 2024/11/26
- 133/420: gnu: python-ipykernel: Update to 6.29.4., guix-commits, 2024/11/26