Skip to content

Commit 4d05c5f

Browse files
HellseherChristopher Baines
authored and
Christopher Baines
committed
gnu: python-gwcs: Update to 0.18.2.
* gnu/packages/astronomy.scm (python-gwcs): Fix build and update to 0.18.2. [build-system]: Use pyproject-build-system. [arguments]: Remove redundant. [native-inputs]: Use python-jsonschema-next over python-jsonschema to fix tests failing to run due to python-asdf issue with low version of jsonschema, see asdf-format/asdf#1203. Signed-off-by: Christopher Baines <[email protected]>
1 parent f77ff09 commit 4d05c5f

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

gnu/packages/astronomy.scm

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2264,24 +2264,16 @@ install an implementation package such as gwcs.")
22642264
(define-public python-gwcs
22652265
(package
22662266
(name "python-gwcs")
2267-
(version "0.18.0")
2267+
(version "0.18.2")
22682268
(source
22692269
(origin
22702270
(method url-fetch)
22712271
(uri (pypi-uri "gwcs" version))
22722272
(sha256
2273-
(base32 "194j49m8xjjzv9pp8cnj06igz8sdxb0nphyybcc7mhigw0f0kr30"))))
2274-
(build-system python-build-system)
2275-
(arguments
2276-
`(#:phases
2277-
(modify-phases %standard-phases
2278-
(replace 'check
2279-
(lambda* (#:key inputs outputs tests? #:allow-other-keys)
2280-
(when tests?
2281-
(add-installed-pythonpath inputs outputs)
2282-
(invoke "python" "-m" "pytest")))))))
2273+
(base32 "0v9qcq6zl74d6s882s6xmas144jfalvll6va8rvrxmvpx4vqjzhg"))))
2274+
(build-system pyproject-build-system)
22832275
(native-inputs
2284-
(list python-jsonschema
2276+
(list python-jsonschema-next
22852277
python-jmespath
22862278
python-pytest
22872279
python-pytest-doctestplus

0 commit comments

Comments
 (0)