mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-distutils/next.
* gnu/packages/python-xyz.scm (python-distutils/next): Remove variable. (python-virtualenv)[propagated-inputs]: Switch from python-distutils/next to python-distutils. * gnu/packages/version-control.scm (pre-commit)[inputs]: Same.
This commit is contained in:
parent
5b6ac91ee4
commit
1d5d115e76
2 changed files with 5 additions and 20 deletions
|
@ -3702,7 +3702,7 @@ e.g. filters, callbacks and errbacks can all be promises.")
|
|||
("python-setuptools-scm" ,python-setuptools-scm)))
|
||||
(propagated-inputs
|
||||
`(("python-appdirs" ,python-appdirs)
|
||||
("python-distlib" ,python-distlib/next)
|
||||
("python-distlib" ,python-distlib)
|
||||
("python-filelock" ,python-filelock)
|
||||
("python-six" ,python-six)))
|
||||
(home-page "https://virtualenv.pypa.io/")
|
||||
|
@ -6231,19 +6231,6 @@ relate to packaging and distribution of Python software. It is intended to be
|
|||
used as the basis for third-party packaging tools.")
|
||||
(license license:psfl)))
|
||||
|
||||
;; TODO: Merge with 'python-distlib' on the next rebuild cycle.
|
||||
(define-public python-distlib/next
|
||||
(package
|
||||
(inherit python-distlib)
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "distlib" version ".zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wdzv7fsjhrkhh1wfkarlhcwa8m00mgcpdsvknmf2qy8f9l13xpd"))))))
|
||||
|
||||
(define-public python-distutils-extra
|
||||
(package
|
||||
(name "python-distutils-extra")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue