mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python2-importlib-metadata.
* gnu/packages/python-xyz.scm (python2-importlib-metadata): New public variable.
This commit is contained in:
parent
f15bdfebc6
commit
5efa04dd93
1 changed files with 13 additions and 0 deletions
|
@ -5010,6 +5010,19 @@ its top-level name. This functionality intends to replace most uses of
|
||||||
need to use the older and less efficient @code{pkg_resources} package.")
|
need to use the older and less efficient @code{pkg_resources} package.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public python2-importlib-metadata
|
||||||
|
(let ((base (package-with-python2 (strip-python2-variant
|
||||||
|
python-importlib-metadata))))
|
||||||
|
(package/inherit
|
||||||
|
base
|
||||||
|
(name "python2-importlib-metadata")
|
||||||
|
(propagated-inputs
|
||||||
|
`(("python-configparser" ,python2-configparser)
|
||||||
|
("python-contextlib2" ,python2-contextlib2)
|
||||||
|
("python-importlib-resources" ,python2-importlib-resources)
|
||||||
|
("python-pathlib2" ,python2-pathlib2)
|
||||||
|
,@(package-propagated-inputs base))))))
|
||||||
|
|
||||||
(define-public python-jaraco-packaging
|
(define-public python-jaraco-packaging
|
||||||
(package
|
(package
|
||||||
(name "python-jaraco-packaging")
|
(name "python-jaraco-packaging")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue