From 230222f384a8f3aa00186e1b4e81677c5888e5f6 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 25 Mar 2026 14:52:42 +0100 Subject: gnu: Remove python-exceptiongroup. * gnu/packages/python-build.scm (python-exceptiongroup): Delete variable. Change-Id: Ia1fbd4890028bbeeb5afb884182a061be18648ef --- gnu/packages/python-build.scm | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'gnu/packages/python-build.scm') 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") -- cgit v1.3