mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-setuptools-scm/next.
* gnu/packages/python-xyz.scm (python-setuptools-scm/next): Remove variable. (python-pikepdf) [native-inputs]: Swap for python-setuptools-scm. * gnu/packages/python-compression.scm (python-multivolumefile, python-bcj-cffi, python-ppmd-cffi, python-p77zr)[native-inputs]: Same. * gnu/packages/pep.scm (python-pep-adapter)[native-inputs]: Same.
This commit is contained in:
parent
e22145ed35
commit
5b6ac91ee4
3 changed files with 6 additions and 18 deletions
|
@ -6338,7 +6338,7 @@ the OleFileIO module from PIL, the Python Image Library.")
|
|||
(native-inputs
|
||||
`(("pybind11" ,pybind11)
|
||||
("python-setuptools" ,python-setuptools)
|
||||
("python-setuptools-scm" ,python-setuptools-scm/next)
|
||||
("python-setuptools-scm" ,python-setuptools-scm)
|
||||
("python-setuptools-scm-git-archive" ,python-setuptools-scm-git-archive)
|
||||
("python-toml" ,python-toml)
|
||||
("python-wheel" ,python-wheel)))
|
||||
|
@ -7277,18 +7277,6 @@ child application and control it as if a human were typing commands.")
|
|||
them as the version argument or in a SCM managed file.")
|
||||
(license license:expat)))
|
||||
|
||||
;; TODO: Merge with 'python-setuptools-scm' on the next rebuild cycle.
|
||||
(define-public python-setuptools-scm/next
|
||||
(package
|
||||
(inherit python-setuptools-scm)
|
||||
(version "5.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "setuptools_scm" version))
|
||||
(sha256
|
||||
(base32 "0ahlrxxkx2xhmxskx57gc96w3bdndflxx30304ihvm7ds136nny8"))))))
|
||||
|
||||
(define-public python2-setuptools-scm
|
||||
(package-with-python2 python-setuptools-scm))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue