mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -05:00
gnu: python-setuptools-scm: Update to 3.3.3.
* gnu/packages/python-xyz.scm (python-setuptools-scm): Update to 3.3.3. (python-setuptools-scm-3.3): Remove variable. (python-lazy-object-proxy)[native-inputs]: Change from PYTHON-SETUPTOOLS-SCM-3.3 to PYTHON-SETUPTOOLS-SCM.
This commit is contained in:
parent
5e1d6787f2
commit
1c4746ee69
1 changed files with 3 additions and 15 deletions
|
@ -4930,13 +4930,13 @@ (define-public python2-pexpect
|
|||
(define-public python-setuptools-scm
|
||||
(package
|
||||
(name "python-setuptools-scm")
|
||||
(version "3.2.0")
|
||||
(version "3.3.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "setuptools_scm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0n3knn3p1sqlx31k2lahn7z9bacvlv8nhlfidj77vz50bxqlgasj"))))
|
||||
"19cyndx23xmpbhz4qrwmfwsmnnaczd0dw7qg977ksq2dbvxy29dx"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/pypa/setuptools_scm/")
|
||||
(synopsis "Manage Python package versions in SCM metadata")
|
||||
|
@ -4946,18 +4946,6 @@ (define-public python-setuptools-scm
|
|||
them as the version argument or in a SCM managed file.")
|
||||
(license license:expat)))
|
||||
|
||||
;; Needed by python-lazy-object-proxy, remove on next update cycle.
|
||||
(define-public python-setuptools-scm-3.3
|
||||
(package
|
||||
(inherit python-setuptools-scm)
|
||||
(version "3.3.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "setuptools_scm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19cyndx23xmpbhz4qrwmfwsmnnaczd0dw7qg977ksq2dbvxy29dx"))))))
|
||||
|
||||
(define-public python2-setuptools-scm
|
||||
(package-with-python2 python-setuptools-scm))
|
||||
|
||||
|
@ -10666,7 +10654,7 @@ (define-public python-lazy-object-proxy
|
|||
(base32
|
||||
"1w1aaay424ciz8fz3fkzxb0pxzfxn184f2whpyn4fx72bn50x47k"))))
|
||||
(native-inputs
|
||||
`(("python-setuptools-scm" ,python-setuptools-scm-3.3)))
|
||||
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/ionelmc/python-lazy-object-proxy")
|
||||
(synopsis "Lazy object proxy for python")
|
||||
|
|
Loading…
Reference in a new issue