[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71084] [PATCH 22/26] gnu: Add python-viresclient.
From: |
Sharlatan Hellseher |
Subject: |
[bug#71084] [PATCH 22/26] gnu: Add python-viresclient. |
Date: |
Mon, 20 May 2024 23:12:49 +0100 |
* gnu/packages/astronomy.scm (python-viresclient): New variable.
Change-Id: I690a6d8f1fc80dde1605f50d09f540d556fa881b
---
gnu/packages/astronomy.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 13387c3349..122be3b260 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5214,6 +5214,37 @@ (define-public python-skyfield
orbit around the Earth.")
(license license:expat)))
+(define-public python-viresclient
+ (package
+ (name "python-viresclient")
+ (version "0.11.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "viresclient" version))
+ (sha256
+ (base32 "1npn5ka0cflvl6ngf5b08z59dh79hnyh5v2z4sf0872q9zkwmjjw"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-flit-core python-pytest))
+ (propagated-inputs
+ (list python-cdflib
+ python-jinja2
+ python-netcdf4
+ python-pandas
+ python-requests
+ python-tables
+ python-tqdm
+ python-xarray))
+ (home-page "https://viresclient.readthedocs.io/en/latest/")
+ (synopsis "Python client for interacting with a VirES server")
+ (description
+ "This package provides a Python client for interacting with a
+@code{VirES} server, of which there are two: VirES for
+@url{https://vires.services, Swarm} and VirES for
+@url{https://aeolus.services, Aeolus}")
+ (license license:expat)))
+
(define-public python-wiimatch
(package
(name "python-wiimatch")
--
2.41.0
- [bug#71084] [PATCH 18/26] gnu: python-stsci-image: Update to 2.3.7., (continued)
- [bug#71084] [PATCH 18/26] gnu: python-stsci-image: Update to 2.3.7., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 15/26] gnu: python-rad: Update to 0.20.0, Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 09/26] gnu: python-astroscrappy: Update to 1.2.0., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 16/26] gnu: python-roman-datamodels: Update to 0.20.0., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 14/26] gnu: python-jplephem: Update to 2.22., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 17/26] gnu: python-sunpy: Update to 5.1.3., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 12/26] gnu: python-cdflib: Update to 1.3.1., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 08/26] gnu: python-pyvo: Disable a failing test., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 02/26] gnu: python-ephem: Use pyproject-build-system., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 19/26] gnu: python-specutils: Update to 1.15.0., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 22/26] gnu: Add python-viresclient.,
Sharlatan Hellseher <=
- [bug#71084] [PATCH 26/26] gnu: Add python-yt., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 23/26] gnu: Add python-geopack., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 24/26] gnu: Add python-comm., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 21/26] gnu: python-ewah-bool-utils: Update to 1.2.0., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 20/26] gnu: python-unyt: Fix version detection., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 25/26] gnu: Add python-more-itertools-next., Sharlatan Hellseher, 2024/05/20
- bug#71084: [PATCH 00/26] Astronomy update 2024/05., Andrew Tropin, 2024/05/30