mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 20:12:11 +02:00
gnu: python-snakemake-interface-storage-plugins: Update to 3.6.0.
* gnu/packages/python-science.scm (python-snakemake-interface-storage-plugins): Update to 3.6.0. [arguments]<#:phases>: Add phase 'relax-requirements. Change-Id: I5e0028168d261ba12dbce846253ca4c8274710d7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Andreas Enge
parent
98b269d0df
commit
ceed5daa2b
@@ -3517,7 +3517,7 @@ its software deployment plugins.")
|
|||||||
(define-public python-snakemake-interface-storage-plugins
|
(define-public python-snakemake-interface-storage-plugins
|
||||||
(package
|
(package
|
||||||
(name "python-snakemake-interface-storage-plugins")
|
(name "python-snakemake-interface-storage-plugins")
|
||||||
(version "3.3.0")
|
(version "3.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@@ -3527,13 +3527,18 @@ its software deployment plugins.")
|
|||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05n5xgwagb01nyzi8xfvp0nvdfl24lxidgksm7k86p68n1rijd5a"))))
|
(base32 "1dh52nkvq9zhh28xmbbq74kzhzagcy48d3vgb39bd3ckjz8libgy"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:tests? #f ;circular dependency on snakemake
|
#:tests? #f ;circular dependency on snakemake
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'relax-requirements
|
||||||
|
(lambda _
|
||||||
|
(substitute* "pyproject.toml"
|
||||||
|
(("wrapt = \".*\"")
|
||||||
|
"wrapt = \"*\""))))
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
|
|||||||
Reference in New Issue
Block a user