gnu: python-asap3: Update to 3.13.10.

* gnu/packages/python-science.scm (python-asap3): Update to 3.13.10.
[arguments] <tests?>: Enable.
[native-inputs]: Add python-pytest.

Change-Id: I166dfaf5f07f23d2d835d70f460cfa5f3f31ddb9
This commit is contained in:
Sharlatan Hellseher 2025-12-15 01:07:41 +00:00 committed by Andreas Enge
parent b4db3027b5
commit 4657c8faa7
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -421,18 +421,17 @@ supersedes the RTED algorithm for computing the tree edit distance.")
(define-public python-asap3
(package
(name "python-asap3")
(version "3.13.9")
(version "3.13.10")
(source
(origin
(method url-fetch)
(uri (pypi-uri "asap3" version))
(sha256
(base32 "0r4sx93v2ck4m9ykzj9zaar2l9wk4nrb3d3rlik1nqimk6pnnbm2"))))
(base32 "1qpy9nnwv692hd3cg70n2zwjank25mlsfvvirklijwis3m4lfqg4"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #f)) ;TODO: collecting ... ERROR: Wrong command line.
(native-inputs
(list python-setuptools
(list python-pytest
python-setuptools
which)) ;for build
(propagated-inputs
(list python-ase