gnu: python-pyvo: Update to 1.5.3.

* gnu/packages/astronomy.scm (python-pyvo): Update to 1.5.3.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I75aac22869320c78cd036c3be1ffe6892469ee59
This commit is contained in:
Sharlatan Hellseher 2024-10-19 23:02:28 +01:00
parent 1c8b774584
commit abf8999eee
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3970,18 +3970,24 @@ (define-public python-pyavm
(define-public python-pyvo
(package
(name "python-pyvo")
(version "1.5.2")
(version "1.5.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyvo" version))
(sha256
(base32 "0wcg3jhfwjd9gqs74mw63sgi1yhmgljx1bwk3mxn0p6fv924r8mq"))))
(base32 "0zlqn7qflv5ipmlqkq85qjgggz84zi67jm45w4ayfapmhh74sa7x"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest-astropy python-requests-mock python-setuptools-scm))
(list python-pytest-astropy
python-requests-mock
python-setuptools
python-setuptools-scm
python-wheel))
(propagated-inputs
(list python-astropy python-pillow python-requests))
(list python-astropy
python-pillow
python-requests))
(home-page "https://github.com/astropy/pyvo")
(synopsis "Access Virtual Observatory data and services")
(description