diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-03-25 14:52:42 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-25 14:52:42 +0100 |
| commit | 230222f384a8f3aa00186e1b4e81677c5888e5f6 (patch) | |
| tree | a1cb52b9a72f6ca02fbd8f379b80ae9666b61555 /gnu/packages/python-build.scm | |
| parent | faa9be497600092024688f24ded3fa7174836f3b (diff) | |
gnu: Remove python-exceptiongroup.
* gnu/packages/python-build.scm (python-exceptiongroup): Delete variable.
Change-Id: Ia1fbd4890028bbeeb5afb884182a061be18648ef
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 97251de89ab..6bead13ba17 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -1336,35 +1336,6 @@ installed, will expose packages in a local directory on @code{sys.path} in reflected in the package visible to Python, without needing a reinstall.") (license license:expat))) -;; This package may be removed when we have Python 3.11 on board. -(define-public python-exceptiongroup - (package - (name "python-exceptiongroup") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/agronholm/exceptiongroup") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kygngc6j7hm68w8q327jvym2z4gpyh93g2af6g419qaqqv7axkg")))) - (build-system pyproject-build-system) - (arguments - (list - #:tests? #f ;to keep dependencies to a minimum - #:build-backend "setuptools.build_meta")) - (native-inputs - (list python-flit-scm)) - (propagated-inputs - (list python-typing-extensions)) - (home-page "https://github.com/agronholm/exceptiongroup") - (synopsis "PEP 654 backport from Python 3.11") - (description "This is a backport of the @code{BaseExceptionGroup} and -@code{ExceptionGroup} classes from Python 3.11.") - (license license:expat))) - (define-public python-hatchling (package (name "python-hatchling") |
