guix-patches
[Top][All Lists]
Advanced

[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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]