summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-16 20:40:47 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:27 +0100
commitb61121e3a208e46498323ff3b29f199efffcea22 (patch)
tree65908a28b2a6d6c47aeaab8fa3c38064b00c29a5 /gnu/packages/python-xyz.scm
parent06073063042412484afb86a89539a7144283d5bf (diff)
gnu: Remove python-importlib-resources-6.
* gnu/packages/python-xyz.scm (python-importlib-resources-6): Delete variable. Change-Id: I1ddd5b4c38f5d50f60c6ebb58279c15f7a7c5304
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm28
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 20873a4753..6cd2318409 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14006,34 +14006,6 @@ storage.")
@code{importlib.resources} module for Python 2.7, and Python 3.")
(license license:asl2.0)))
-(define-public python-importlib-resources-6
- (package/inherit python-importlib-resources
- (version "6.4.0")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "importlib_resources" version))
- (sha256
- (base32
- "0ic177y1j3v0zd7fzdg7x2h4c56f7i7xiccfg7is8v04p19v9cnd"))))
- (native-inputs
- (list python-jaraco-collections
- python-jaraco-test
- python-pytest
- python-setuptools
- python-setuptools-scm
- python-wheel))
- (arguments
- (cons*
- #:test-flags
- ;; AttributeError: module 'zipp' has no attribute 'CompleteDirs'
- #~(list "--ignore=importlib_resources/tests/test_contents.py"
- "--ignore=importlib_resources/tests/test_files.py"
- "--ignore=importlib_resources/tests/test_open.py"
- "--ignore=importlib_resources/tests/test_path.py"
- "--ignore=importlib_resources/tests/test_read.py"
- "--ignore=importlib_resources/tests/test_resource.py")
- (package-arguments python-importlib-resources)))))
-
(define-public python-importlib-metadata
(package
(name "python-importlib-metadata")