mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: parfive: Renamve variable.
The most of the time Parfive is used as Python's library which complicates using Guix import, this change align the name with expected by importer. * gnu/packages/python-web.scm (parfive): Rename variable to python-parfive. * gnu/packages/astronomy.scm (python-sunpy, python-sunpy-minimal) [propagated-inputs]: Remove parfive; add python-parfive. Change-Id: I1a6d29f64d9aa49caff2838125f0ee2ca0e65b46
This commit is contained in:
parent
22a9f2dad1
commit
6eef69608e
2 changed files with 6 additions and 6 deletions
|
@ -7327,8 +7327,7 @@ and @code{astropy}.")
|
||||||
python-setuptools-scm-next
|
python-setuptools-scm-next
|
||||||
python-wheel))
|
python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list parfive
|
(list python-asdf
|
||||||
python-asdf
|
|
||||||
python-asdf-astropy
|
python-asdf-astropy
|
||||||
python-astropy
|
python-astropy
|
||||||
python-beautifulsoup4
|
python-beautifulsoup4
|
||||||
|
@ -7344,6 +7343,7 @@ and @code{astropy}.")
|
||||||
python-mpl-animators
|
python-mpl-animators
|
||||||
python-numpy
|
python-numpy
|
||||||
python-pandas
|
python-pandas
|
||||||
|
python-parfive
|
||||||
python-pyerfa
|
python-pyerfa
|
||||||
python-reproject
|
python-reproject
|
||||||
python-scikit-image
|
python-scikit-image
|
||||||
|
@ -7372,10 +7372,10 @@ to the SolarSoft data analysis environment.")
|
||||||
python-setuptools-scm-next
|
python-setuptools-scm-next
|
||||||
python-wheel))
|
python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list parfive
|
(list python-astropy-minimal
|
||||||
python-astropy-minimal
|
|
||||||
python-fsspec
|
python-fsspec
|
||||||
python-mpl-animators
|
python-mpl-animators
|
||||||
|
python-parfive
|
||||||
python-pyerfa)))))
|
python-pyerfa)))))
|
||||||
|
|
||||||
(define-public python-sunpy-soar
|
(define-public python-sunpy-soar
|
||||||
|
|
|
@ -2338,9 +2338,9 @@ HTTP servers, RESTful APIs, and web services.")
|
||||||
(properties `((lint-hidden-cve . ("CVE-2019-10751"))))
|
(properties `((lint-hidden-cve . ("CVE-2019-10751"))))
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public parfive
|
(define-public python-parfive
|
||||||
(package
|
(package
|
||||||
(name "parfive")
|
(name "python-parfive")
|
||||||
(version "2.2.0")
|
(version "2.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue