mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python2-setuptools-scm.
* gnu/packages/python-xyz.scm (python2-setuptools-scm): Delete variable. (python-lfdfiles)[properties]: Delete field.
This commit is contained in:
parent
a683c74e9a
commit
9165283a1c
1 changed files with 1 additions and 15 deletions
|
@ -7713,21 +7713,7 @@ child application and control it as if a human were typing commands.")
|
||||||
"Setuptools_scm handles managing your Python package versions in
|
"Setuptools_scm handles managing your Python package versions in
|
||||||
@dfn{software configuration management} (SCM) metadata instead of declaring
|
@dfn{software configuration management} (SCM) metadata instead of declaring
|
||||||
them as the version argument or in a SCM managed file.")
|
them as the version argument or in a SCM managed file.")
|
||||||
(license license:expat)
|
(license license:expat)))
|
||||||
(properties `((python2-variant . ,(delay python2-setuptools-scm))))))
|
|
||||||
|
|
||||||
(define-public python2-setuptools-scm
|
|
||||||
(let ((base (package-with-python2
|
|
||||||
(strip-python2-variant python-setuptools-scm))))
|
|
||||||
(package/inherit base
|
|
||||||
(version "5.0.2") ;no python 2 support in version 6
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "setuptools_scm" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1j75i8avp9fhrkpbabsa8vyvbi49kmxlq6l10xir9qs96kfwx843"))))
|
|
||||||
(propagated-inputs '()))))
|
|
||||||
|
|
||||||
(define-public python-sexpdata
|
(define-public python-sexpdata
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue