mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -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
|
(define-public python-setuptools-scm
|
||||||
(package
|
(package
|
||||||
(name "python-setuptools-scm")
|
(name "python-setuptools-scm")
|
||||||
(version "3.2.0")
|
(version "3.3.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "setuptools_scm" version))
|
(uri (pypi-uri "setuptools_scm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n3knn3p1sqlx31k2lahn7z9bacvlv8nhlfidj77vz50bxqlgasj"))))
|
"19cyndx23xmpbhz4qrwmfwsmnnaczd0dw7qg977ksq2dbvxy29dx"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://github.com/pypa/setuptools_scm/")
|
(home-page "https://github.com/pypa/setuptools_scm/")
|
||||||
(synopsis "Manage Python package versions in SCM metadata")
|
(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.")
|
them as the version argument or in a SCM managed file.")
|
||||||
(license license:expat)))
|
(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
|
(define-public python2-setuptools-scm
|
||||||
(package-with-python2 python-setuptools-scm))
|
(package-with-python2 python-setuptools-scm))
|
||||||
|
|
||||||
|
@ -10666,7 +10654,7 @@ (define-public python-lazy-object-proxy
|
||||||
(base32
|
(base32
|
||||||
"1w1aaay424ciz8fz3fkzxb0pxzfxn184f2whpyn4fx72bn50x47k"))))
|
"1w1aaay424ciz8fz3fkzxb0pxzfxn184f2whpyn4fx72bn50x47k"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools-scm" ,python-setuptools-scm-3.3)))
|
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://github.com/ionelmc/python-lazy-object-proxy")
|
(home-page "https://github.com/ionelmc/python-lazy-object-proxy")
|
||||||
(synopsis "Lazy object proxy for python")
|
(synopsis "Lazy object proxy for python")
|
||||||
|
|
Loading…
Reference in a new issue