[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68641] [PATCH 12/19] gnu: Add python-specutils.
From: |
Maxim Cournoyer |
Subject: |
[bug#68641] [PATCH 12/19] gnu: Add python-specutils. |
Date: |
Wed, 24 Jan 2024 09:15:09 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
Sharlatan Hellseher <sharlatanus@gmail.com> writes:
> * gnu/packages/astronomy.scm (python-specutils): New variable.
>
> Change-Id: Id109b9b1c385b7fe3ff9a3a5406d1930c8ff1ffb
> ---
> gnu/packages/astronomy.scm | 49 ++++++++++++++++++++++++++++++++++++++
> 1 file changed, 49 insertions(+)
>
> diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
> index c5e7da59f9..7e1dd3ed82 100644
> --- a/gnu/packages/astronomy.scm
> +++ b/gnu/packages/astronomy.scm
> @@ -2704,6 +2704,55 @@ (define-public python-spectral-cube
> @end itemize")
> (license license:bsd-3)))
>
> +(define-public python-specutils
> + (package
> + (name "python-specutils")
> + (version "1.12.0")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (pypi-uri "specutils" version))
> + (sha256
> + (base32 "10nq00q71cyj0p74g3kyzb4hrwkbvhsd6m5zvxifc035rfnvc2qv"))))
> + (build-system pyproject-build-system)
> + (arguments
> + (list
> + ;; Disabling test requiring access to download
> + ;; https://datacenter.iers.org/data/9/finals2000A.all
If you enclose the URL between < > to distinguish it from the rest of
the text, you can then add a trailing '.' to the end of the comment.
> + ;; XXX: Check if test data may be packed as stand along package.
typo: standalone.
--
Thanks,
Maxim
- [bug#68641] [PATCH 00/19] gnu: Astronomy 2024/01 updates., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 01/19] gnu: stellarium: Update to 23.4., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 06/19] gnu: python-drms: Update to 0.7.1., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 03/19] gnu: gpredict: Update home-page and description., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 09/19] gnu: python-sunpy: Update to 5.1.1., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 05/19] gnu: python-crds: Update to 11.17.14., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 04/19] gnu: libxisf: Update to 0.2.11., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 14/19] gnu: python-tweakwcs: Update to 0.8.6., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 11/19] gnu: Add python-dust-extinction., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 12/19] gnu: Add python-specutils., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 12/19] gnu: Add python-specutils.,
Maxim Cournoyer <=
- [bug#68641] [PATCH 08/19] gnu: python-stcal: Update to 1.5.2., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 07/19] gnu: python-pyvo: Update to 1.5., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 15/19] gnu: python-skyfield: Update to 1.47., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 10/19] gnu: Add python-ndcube., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 16/19] gnu: python-stsynphot: Fix build., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 13/19] gnu: python-synphot: Enable more options., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 02/19] gnu: indi-2.0: Update to 2.0.5., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 17/19] gnu: libpasastro: Use G-Expressions., Sharlatan Hellseher, 2024/01/21