mbox series

[bug#59542,0/5] gnu: Add python-sunpy.

Message ID 20221124112329.22862-1-sharlatanus@gmail.com
Headers show
Series gnu: Add python-sunpy. | expand

Message

Sharlatan Hellseher Nov. 24, 2022, 11:23 a.m. UTC
Hi Guix team!

This is the last set of patches which adding with SunPy - solar data analysis
environment for Python.

python-opencv is required for tests only which are silent right now, package
is not presented Guix yet and require a more attention due to complexity.

Build was tested only on x86_64 hardware.

> ./pre-inst-env guix build python-drms python-mpl-animators python-hvpy python-reproject python-sunpy --rounds=2
> /gnu/store/a4afv7qc124szmfn6z08m1c66m3gpv6m-python-sunpy-4.0.6
> /gnu/store/brx97jn7k5iixqpgvkbgl4i3kzyvkm3f-python-reproject-0.9.1
> /gnu/store/f6zbxpvglgq9kj16js2pkw3iy6mmv37m-python-hvpy-1.0.1
> /gnu/store/i143f9pijxs01v280cq6hr1132nafdza-python-mpl-animators-1.1.0
> /gnu/store/f2072k95gjjjfrhjk2rzk158hlp6bdv4-python-drms-0.6.3

Sharlatan Hellseher (5):
  gnu: Add python-drms.
  gnu: Add python-mpl-animators.
  gnu: Add python-hvpy.
  gnu: Add python-reproject.
  gnu: Add python-sunpy.

 gnu/packages/astronomy.scm | 225 +++++++++++++++++++++++++++++++++++++
 1 file changed, 225 insertions(+)


base-commit: 22d44f87763f86a05e9679d9ad2c99e17f4c79be

Comments

Christopher Baines Nov. 25, 2022, 10:56 a.m. UTC | #1
Sharlatan Hellseher <sharlatanus@gmail.com> writes:

> Hi Guix team!
>
> This is the last set of patches which adding with SunPy - solar data analysis
> environment for Python.
>
> python-opencv is required for tests only which are silent right now, package
> is not presented Guix yet and require a more attention due to complexity.
>
> Build was tested only on x86_64 hardware.
>
>> ./pre-inst-env guix build python-drms python-mpl-animators python-hvpy python-reproject python-sunpy --rounds=2
>> /gnu/store/a4afv7qc124szmfn6z08m1c66m3gpv6m-python-sunpy-4.0.6
>> /gnu/store/brx97jn7k5iixqpgvkbgl4i3kzyvkm3f-python-reproject-0.9.1
>> /gnu/store/f6zbxpvglgq9kj16js2pkw3iy6mmv37m-python-hvpy-1.0.1
>> /gnu/store/i143f9pijxs01v280cq6hr1132nafdza-python-mpl-animators-1.1.0
>> /gnu/store/f2072k95gjjjfrhjk2rzk158hlp6bdv4-python-drms-0.6.3
>
> Sharlatan Hellseher (5):
>   gnu: Add python-drms.
>   gnu: Add python-mpl-animators.
>   gnu: Add python-hvpy.
>   gnu: Add python-reproject.
>   gnu: Add python-sunpy.
>
>  gnu/packages/astronomy.scm | 225 +++++++++++++++++++++++++++++++++++++
>  1 file changed, 225 insertions(+)

Thanks! I fixed a couple lint warnings and pushed to master as
78ee6dcfe13c1561ff1d5cdfc2c2d4fa8afe0883.

Chris