mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-resolvelib: Update to 1.1.0.
* gnu/packages/python-xyz.scm (python-resolvelib): Update to 1.1.0. [native-inputs]: Remove python-commentjson. Change-Id: I6977761a6dfd4aca754b8c9c814806b662a61614
This commit is contained in:
parent
6104249936
commit
2e33d34cd7
1 changed files with 9 additions and 7 deletions
|
@ -17590,7 +17590,7 @@ similar to the Python standard library's @code{json} module.")
|
||||||
(define-public python-resolvelib
|
(define-public python-resolvelib
|
||||||
(package
|
(package
|
||||||
(name "python-resolvelib")
|
(name "python-resolvelib")
|
||||||
(version "1.1.0b1")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
;; Tests are missing from the PyPI release.
|
;; Tests are missing from the PyPI release.
|
||||||
|
@ -17600,16 +17600,18 @@ similar to the Python standard library's @code{json} module.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0pw99897mm2y7pa2g35z0f7vcmgh42xglz5szbrvigczvwa605sh"))))
|
||||||
"0y0b4qd1aai50w33szz34kqj8ls42k9shkpp3lvy0jrvzgackp9p"))))
|
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-commentjson python-packaging python-pytest
|
(list python-packaging
|
||||||
python-setuptools python-wheel))
|
python-pytest
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
(home-page "https://github.com/sarugaku/resolvelib")
|
(home-page "https://github.com/sarugaku/resolvelib")
|
||||||
(synopsis "Abstract dependencies resolver")
|
(synopsis "Abstract dependencies resolver")
|
||||||
(description "The ResolveLib library provides a @code{Resolver} class that
|
(description
|
||||||
includes dependency resolution logic.")
|
"The ResolveLib library provides a @code{Resolver} class that includes
|
||||||
|
dependency resolution logic.")
|
||||||
(license license:isc)))
|
(license license:isc)))
|
||||||
|
|
||||||
(define-public python-commonmark
|
(define-public python-commonmark
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue