mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-resolvelib: Update to 1.1.0b1.
* gnu/packages/python-xyz.scm (python-resolvelib): Update to 1.1.0b1. [build-system]: Use pyproject-build-system. [arguments]: Remove. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ida8eb599bcfc02e84fc95ac276fba4ba217a6511
This commit is contained in:
parent
a947c4ea60
commit
c33caf3bcd
1 changed files with 5 additions and 12 deletions
|
@ -16780,7 +16780,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.0.1")
|
(version "1.1.0b1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
;; Tests are missing from the PyPI release.
|
;; Tests are missing from the PyPI release.
|
||||||
|
@ -16791,18 +16791,11 @@ similar to the Python standard library's @code{json} module.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cvgimmfickarm4ks5gb5iply6sf6r4fr3v6zyqyqg45fsgqy753"))))
|
"0y0b4qd1aai50w33szz34kqj8ls42k9shkpp3lvy0jrvzgackp9p"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda* (#:key tests? inputs outputs #:allow-other-keys)
|
|
||||||
(when tests?
|
|
||||||
(add-installed-pythonpath inputs outputs)
|
|
||||||
(invoke "pytest")))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-commentjson python-packaging python-pytest))
|
(list python-commentjson python-packaging 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 "The ResolveLib library provides a @code{Resolver} class that
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue