mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -05:00
gnu: python-schema-salad: Update to 8.2.20211116214159.
* gnu/packages/bioinformatics.scm (python-schema-salad): Update to 8.2.20211116214159. [arguments]: Remove trailing #T. [propagated-inputs]: Replace python-cachecontrol-0.11 with python-cachecontrol. [native-inputs]: Add python-black.
This commit is contained in:
parent
16474f85cf
commit
6e67cda755
1 changed files with 6 additions and 6 deletions
|
@ -2936,14 +2936,14 @@ (define-public python2-pybigwig
|
||||||
(define-public python-schema-salad
|
(define-public python-schema-salad
|
||||||
(package
|
(package
|
||||||
(name "python-schema-salad")
|
(name "python-schema-salad")
|
||||||
(version "7.1.20210316164414")
|
(version "8.2.20211116214159")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "schema-salad" version))
|
(uri (pypi-uri "schema-salad" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04jaykdpgfnkrghvli5swxzqp7yba842am4bz42hcfljsmkrxvrk"))))
|
"005dh2y45x92zl8sf2sqjmfvcqr4hrz8dfckgkckv87003v7lwqc"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -2955,10 +2955,9 @@ (define-public python-schema-salad
|
||||||
(("^def test_(secondaryFiles|outputBinding)" all)
|
(("^def test_(secondaryFiles|outputBinding)" all)
|
||||||
(string-append "@pytest.mark.skip(reason="
|
(string-append "@pytest.mark.skip(reason="
|
||||||
"\"test requires network access\")\n"
|
"\"test requires network access\")\n"
|
||||||
all)))
|
all))))))))
|
||||||
#t)))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-cachecontrol" ,python-cachecontrol-0.11)
|
`(("python-cachecontrol" ,python-cachecontrol)
|
||||||
("python-lockfile" ,python-lockfile)
|
("python-lockfile" ,python-lockfile)
|
||||||
("python-mistune" ,python-mistune)
|
("python-mistune" ,python-mistune)
|
||||||
("python-rdflib" ,python-rdflib)
|
("python-rdflib" ,python-rdflib)
|
||||||
|
@ -2967,7 +2966,8 @@ (define-public python-schema-salad
|
||||||
("python-ruamel.yaml" ,python-ruamel.yaml)
|
("python-ruamel.yaml" ,python-ruamel.yaml)
|
||||||
("python-typing-extensions" ,python-typing-extensions)))
|
("python-typing-extensions" ,python-typing-extensions)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)
|
`(("python-black" ,python-black)
|
||||||
|
("python-pytest" ,python-pytest)
|
||||||
("python-pytest-runner" ,python-pytest-runner)))
|
("python-pytest-runner" ,python-pytest-runner)))
|
||||||
(home-page "https://github.com/common-workflow-language/schema_salad")
|
(home-page "https://github.com/common-workflow-language/schema_salad")
|
||||||
(synopsis "Schema Annotations for Linked Avro Data (SALAD)")
|
(synopsis "Schema Annotations for Linked Avro Data (SALAD)")
|
||||||
|
|
Loading…
Reference in a new issue