mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-shellingham: Update to 1.5.4.
* gnu/packages/python-xyz.scm (python-shellingham): Update to 1.5.4. [build-system]: Use pyproject-build-system. [arguments]<#:phases> Do not override the 'check' phase. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I4bb680ac627497394067145fab5693f76f1c89e7
This commit is contained in:
parent
427e50ac7c
commit
c48521a40b
1 changed files with 4 additions and 11 deletions
|
@ -23131,23 +23131,16 @@ implementation has been adapted, improved, and fixed from Molten.")
|
||||||
(define-public python-shellingham
|
(define-public python-shellingham
|
||||||
(package
|
(package
|
||||||
(name "python-shellingham")
|
(name "python-shellingham")
|
||||||
(version "1.5.1")
|
(version "1.5.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "shellingham" version))
|
(uri (pypi-uri "shellingham" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0iawv24xx6vhwbhqlxyyg901f8pf6abqyfg0711v1bvlipx83g21"))))
|
(base32 "1ph46hv920ha9clwxgrllbrphh0ww4v4pjmkbb9mnzj8kmrs1g4d"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
|
||||||
'(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
|
||||||
(when tests?
|
|
||||||
(invoke "python" "-m" "pytest" "-v")))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest python-pytest-mock))
|
(list python-pytest python-pytest-mock python-setuptools python-wheel))
|
||||||
(home-page "https://github.com/sarugaku/shellingham")
|
(home-page "https://github.com/sarugaku/shellingham")
|
||||||
(synopsis "Tool to detect surrounding shell")
|
(synopsis "Tool to detect surrounding shell")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue