[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63542] [PATCH 12/19] gnu: python-astroquery: Use Gexp.
From: |
Vinicius Monego |
Subject: |
[bug#63542] [PATCH 12/19] gnu: python-astroquery: Use Gexp. |
Date: |
Tue, 23 May 2023 22:15:00 +0000 |
Em qua, 2023-05-17 às 00:23 +0100, Sharlatan Hellseher escreveu:
> * gnu/packages/astronomy.scm (python-astroquery): Use Gexp to
> simplify
> package style.
> ---
> gnu/packages/astronomy.scm | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
> index be4961b49e..5f5de193d0 100644
> --- a/gnu/packages/astronomy.scm
> +++ b/gnu/packages/astronomy.scm
> @@ -1280,15 +1280,15 @@ (define-public python-astroquery
> (base32
> "1vhkzsqlgn3ji5by2rdf2gwklhbyzvpzb1iglalhqjkkrdaaaz1h"))))
> (build-system python-build-system)
>
Astroquery contains pyproject.toml in its source code, did you attempt
to switch to pyproject-build-system here?
> (arguments
> - `(#:phases
> - (modify-phases %standard-phases
> + (list
> + #:phases
> + #~(modify-phases %standard-phases
> (add-before 'check 'writable-home
> (lambda _ ; some tests need a writable
> home
> (setenv "HOME" (getcwd))))
> (replace 'check
> - (lambda* (#:key inputs outputs tests? #:allow-other-keys)
> + (lambda* (#:key tests? #:allow-other-keys)
> (when tests?
> - (add-installed-pythonpath inputs outputs)
> (invoke "python" "-m" "pytest" "--pyargs"
> "astroquery"
> ;; Skip tests that require online data.
> "-m" "not remote_data")))))))
[...]
Vinicius
- [bug#63542] [PATCH 07/19] gnu: python-ccdproc: Enable tests., (continued)
- [bug#63542] [PATCH 07/19] gnu: python-ccdproc: Enable tests., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 09/19] gnu: python-pyvo: Update to 1.4.1., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 19/19] gnu: python-asdf-coordinates-schemas: Update to 0.2.0., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 10/19] gnu: python-fitsio: Use Gexp., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 11/19] gnu: python-astropy-healpix: Use Gexp., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 15/19] gnu: python-poppy: Update to 1.1.1., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 17/19] gnu: python-ephem: Update to 4.1.4., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 18/19] gnu: python-asdf: Update to 2.15.0., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 12/19] gnu: python-astroquery: Use Gexp., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 12/19] gnu: python-astroquery: Use Gexp.,
Vinicius Monego <=
- [bug#63542] [PATCH 13/19] gnu: python-pynbody: Update to 1.3.1, simplify., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 16/19] gnu: python-photutils: Update to 1.7.0., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 14/19] gnu: python-astral: Update to 3.2., Sharlatan Hellseher, 2023/05/16
- [bug#63542], Sharlatan Hellseher, 2023/05/23
- [bug#63542] [PATCH v2 00/20]: Cover review points., Sharlatan Hellseher, 2023/05/24