diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-12-24 16:13:28 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-28 13:27:29 +0000 |
| commit | 4940efce8ae94df31c4ef6f06f72f62a0056e7e1 (patch) | |
| tree | 9bc9a7fd8c0e402b55d99d45b13f33ae89073eca /gnu/packages | |
| parent | d0d5278165944d1f6cd5e3442c60aaa281581fbe (diff) | |
gnu: python-grid5000: Update to 1.2.4.
* gnu/packages/python-web.scm (python-grid5000): Update to 1.2.4.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools. Remove python-wheel.
Change-Id: Id63542172273e5b3ce0535c8350c56bcc59f781c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-web.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 24cc26b47a3..391a0063247 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -13350,7 +13350,7 @@ tool for generating Github-style badges as SVG images.") (define-public python-grid5000 (package (name "python-grid5000") - (version "1.2.3") + (version "1.2.4") (source (origin (method git-fetch) (uri (git-reference @@ -13358,12 +13358,12 @@ tool for generating Github-style badges as SVG images.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - "097pm8b68ihk29xz9zv29b1x0bhgjb4lfj8zxk2grbsh7wr9dipg"))) - (build-system python-build-system) - (native-inputs (list python-wheel)) - (propagated-inputs (list python-requests python-ipython python-pyyaml)) + "0px5dr6kn7i5dyy4g42vqap1zpkc4hdvg7prrxdkkl57lfhz5w61"))) + (build-system pyproject-build-system) (arguments (list #:tests? #f)) ; No tests. + (native-inputs (list python-setuptools)) + (propagated-inputs (list python-requests python-ipython python-pyyaml)) (home-page "https://pypi.org/project/python-grid5000/") (synopsis "Grid5000 python client") (description |
