mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
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:
parent
be86376b46
commit
31b0d02fa5
1 changed files with 0 additions and 22 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue