--- Begin Message ---
Subject: |
[PATCH 0/5] gnu: Add python-sunpy. |
Date: |
Thu, 24 Nov 2022 11:23:29 +0000 |
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
--
2.38.0
--- End Message ---
--- Begin Message ---
Subject: |
Re: [bug#59542] [PATCH 0/5] gnu: Add python-sunpy. |
Date: |
Fri, 25 Nov 2022 10:56:39 +0000 |
User-agent: |
mu4e 1.8.11; emacs 28.2 |
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
signature.asc
Description: PGP signature
--- End Message ---