gnu: Remove python-pathlib2.

* gnu/packages/python-xyz.scm (python-pathlib2): Delete variable.

Fixes: guix/guix#3598
Change-Id: I8ddd33e296149d186b631545d3d8ca0e41661127
This commit is contained in:
Andreas Enge 2025-11-17 17:01:51 +01:00
parent be86376b46
commit 31b0d02fa5
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -13821,28 +13821,6 @@ functions like pickle, json or PyYAML module.")
access resources on demand with separate accessor layer.")
(license license:asl2.0)))
(define-public python-pathlib2
(package
(name "python-pathlib2")
(version "2.3.7.post1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pathlib2" version))
(sha256
(base32
"0hf62d0lsf37vnr5fxqp5rfn85njgsr45j4rw71w10wbi6nyvq4z"))))
(build-system python-build-system)
(propagated-inputs
(list python-scandir python-six))
(home-page "https://pypi.org/project/pathlib2/")
(synopsis "Object-oriented file system paths")
(description "The goal of pathlib2 is to provide a backport of the
standard @code{pathlib} module which tracks the standard library module, so
all the newest features of the standard @code{pathlib} can be used also on
older Python versions.")
(license license:expat)))
(define-public python-importlib-resources
(package
(name "python-importlib-resources")