[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
379/474: gnu: Remove python-typeguard-4.
From: |
guix-commits |
Subject: |
379/474: gnu: Remove python-typeguard-4. |
Date: |
Sat, 30 Nov 2024 18:20:59 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 11083e0cb371ac030759739db8d0106f142dc082
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 6b577175f7..1cb077ce86 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 d87a35b97f..e34c6282cc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27464,26 +27464,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")
- 191/474: gnu: python-pytest-enabler: Break dependency cycle., (continued)
- 191/474: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/11/30
- 197/474: gnu: python-xmltodict: Move to pyproject-build-system., guix-commits, 2024/11/30
- 199/474: gnu: python-cmd2: Move to pyproject-build-system., guix-commits, 2024/11/30
- 211/474: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/11/30
- 207/474: gnu: borgmatic: Move to pyproject-build-system., guix-commits, 2024/11/30
- 231/474: gnu: python-daft: Adjust inputs., guix-commits, 2024/11/30
- 212/474: gnu: python-multidict: Move to pyproject-build-system., guix-commits, 2024/11/30
- 230/474: gnu: Remove python-mrkd., guix-commits, 2024/11/30
- 223/474: gnu: Remove python-mistune-next., guix-commits, 2024/11/30
- 213/474: gnu: python-warcio: Move to pyproject-build-system., guix-commits, 2024/11/30
- 379/474: gnu: Remove python-typeguard-4.,
guix-commits <=
- 388/474: gnu: python-pytest-regressions: Update to 2.5.0., guix-commits, 2024/11/30
- 393/474: gnu: python-anytree: Update to 2.12.0., guix-commits, 2024/11/30
- 399/474: gnu: Add python-pytest-asyncio-0.23., guix-commits, 2024/11/30
- 403/474: gnu: python-uvloop: Update to 0.21.0., guix-commits, 2024/11/30
- 414/474: gnu: Add python-taskgroup., guix-commits, 2024/11/30
- 415/474: gnu: hypercorn: Update to 0.17.3., guix-commits, 2024/11/30
- 430/474: gnu: python-pyflakes: Move to pyproejct-build-system., guix-commits, 2024/11/30
- 218/474: gnu: python-cssselect2: Move to pyproject-build-system., guix-commits, 2024/11/30
- 448/474: gnu: python-omnipath: Remove pre-commit from native-inputs., guix-commits, 2024/11/30
- 449/474: gnu: python-seaborn: Remove pre-commit from native-inputs., guix-commits, 2024/11/30