diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-06-28 01:09:24 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-06-29 00:04:44 -0300 |
| commit | 9d8f0a6b658030cb8e74f6353cb838d126bb7d33 (patch) | |
| tree | ce2200a5e1bbd5276c9f6c57f0d3bd9f04fee5d9 /gnu/packages/python-xyz.scm | |
| parent | 1573aa3ae271183259b021e8e998895a2a20a68c (diff) | |
gnu: python-uncertainties: Update to 3.2.3.
* gnu/packages/python-xyz.scm (python-uncertainties): Update to 3.2.3.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Remove python-future.
[native-inputs]: Remove python-nose, python-numpy. Add
python-setuptools, python-setuptools-scm, python-wheel.
[home-page]: Switch to new home page.
Change-Id: I5af89ce8e2e83b02f0942350ecc74ceee331d8b2
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fe42471d1a..966bbf72e0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20564,23 +20564,21 @@ manipulation library.") (define-public python-uncertainties (package (name "python-uncertainties") - (version "3.1.5") + (version "3.2.3") (source (origin (method url-fetch) (uri (pypi-uri "uncertainties" version)) (sha256 (base32 - "00z9xl40czmqk0vmxjvmjvwb41r893l4dad7nj1nh6blw3kw28li")))) - (build-system python-build-system) + "0c9hl35jvld1a1vinh9mdcpfgz4ykqinlm1dj917lqbgd0z6b9bn")))) + (build-system pyproject-build-system) ;; While there are test files, there is no "tests" directory, so the tests ;; fail. (arguments '(#:tests? #false)) - (propagated-inputs - (list python-future)) (native-inputs - (list python-nose python-numpy)) - (home-page "https://uncertainties-python-package.readthedocs.io/") + (list python-setuptools python-setuptools-scm python-wheel)) + (home-page "https://uncertainties.readthedocs.io/en/latest/") (synopsis "Calculations with uncertainties") (description "The uncertainties package transparently handles calculations with |
