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 | |||
| 1336 | reflected in the package visible to Python, without needing a reinstall.") | 1336 | reflected in the package visible to Python, without needing a reinstall.") |
| 1337 | (license license:expat))) | 1337 | (license license:expat))) |
| 1338 | 1338 | ||
| 1339 | ;; This package may be removed when we have Python 3.11 on board. | ||
| 1340 | (define-public python-exceptiongroup | ||
| 1341 | (package | ||
| 1342 | (name "python-exceptiongroup") | ||
| 1343 | (version "1.3.0") | ||
| 1344 | (source | ||
| 1345 | (origin | ||
| 1346 | (method git-fetch) | ||
| 1347 | (uri (git-reference | ||
| 1348 | (url "https://github.com/agronholm/exceptiongroup") | ||
| 1349 | (commit version))) | ||
| 1350 | (file-name (git-file-name name version)) | ||
| 1351 | (sha256 | ||
| 1352 | (base32 "1kygngc6j7hm68w8q327jvym2z4gpyh93g2af6g419qaqqv7axkg")))) | ||
| 1353 | (build-system pyproject-build-system) | ||
| 1354 | (arguments | ||
| 1355 | (list | ||
| 1356 | #:tests? #f ;to keep dependencies to a minimum | ||
| 1357 | #:build-backend "setuptools.build_meta")) | ||
| 1358 | (native-inputs | ||
| 1359 | (list python-flit-scm)) | ||
| 1360 | (propagated-inputs | ||
| 1361 | (list python-typing-extensions)) | ||
| 1362 | (home-page "https://github.com/agronholm/exceptiongroup") | ||
| 1363 | (synopsis "PEP 654 backport from Python 3.11") | ||
| 1364 | (description "This is a backport of the @code{BaseExceptionGroup} and | ||
| 1365 | @code{ExceptionGroup} classes from Python 3.11.") | ||
| 1366 | (license license:expat))) | ||
| 1367 | |||
| 1368 | (define-public python-hatchling | 1339 | (define-public python-hatchling |
| 1369 | (package | 1340 | (package |
| 1370 | (name "python-hatchling") | 1341 | (name "python-hatchling") |
