mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cdflib: Update to 1.3.6.
* gnu/packages/astronomy.scm (python-cdflib): Update to 1.3.6. [native-inputs]: Remove python-setuptools and python-wheel; add python-setuptools-next. Change-Id: Ic155ace0e5b5bd9d0822304e17e4cf91ac3dacfb
This commit is contained in:
parent
878b78e85e
commit
3efd90a13a
1 changed files with 7 additions and 6 deletions
|
@ -3049,7 +3049,7 @@ bad pixel tracking throughout the reduction process.")
|
||||||
(define-public python-cdflib
|
(define-public python-cdflib
|
||||||
(package
|
(package
|
||||||
(name "python-cdflib")
|
(name "python-cdflib")
|
||||||
(version "1.3.4")
|
(version "1.3.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ; no tests in PyPI release
|
(method git-fetch) ; no tests in PyPI release
|
||||||
|
@ -3058,7 +3058,7 @@ bad pixel tracking throughout the reduction process.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1j0q0mgs6y5zyf3sjz49msp471kwl1la4rabga5pbyzfwfmxlihj"))))
|
(base32 "1rlzmwnlz77n8c62h050jc2njy10bfby671p3w7y6r6y6642xrdi"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
@ -3074,16 +3074,17 @@ bad pixel tracking throughout the reduction process.")
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-cov
|
python-pytest-cov
|
||||||
python-pytest-remotedata
|
python-pytest-remotedata
|
||||||
python-setuptools
|
python-setuptools-next
|
||||||
python-setuptools-scm
|
python-setuptools-scm
|
||||||
python-wheel
|
|
||||||
python-xarray))
|
python-xarray))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-numpy))
|
(list python-numpy))
|
||||||
(home-page "https://github.com/MAVENSDC/cdflib")
|
(home-page "https://github.com/MAVENSDC/cdflib")
|
||||||
(synopsis "Python library to deal with NASA's CDF astronmical data format")
|
(synopsis "Python library to deal with NASA's CDF astronmical data format")
|
||||||
(description "This package provides a Python @acronym{CDF, Computable
|
(description
|
||||||
Document Format} reader toolkit.
|
"This package provides a Python @acronym{CDF, Computable Document Format}
|
||||||
|
reader toolkit.
|
||||||
|
|
||||||
It provides the following functionality:
|
It provides the following functionality:
|
||||||
@itemize
|
@itemize
|
||||||
@item Ability to read variables and attributes from CDF files
|
@item Ability to read variables and attributes from CDF files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue