gnu: python-cftime: Update to 1.5.1.1.

* gnu/packages/python-xyz.scm (python-cftime): Update to 1.5.1.1.
[native-inputs]: Add python-check-manifest, python-coverage, python-sphinx,
python-twine, python-wheel.
[home-page]: Use page linked in the GitHub repository.
[license]: Change to expat according to the GitHub repository.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Vinicius Monego 2022-01-15 15:51:42 +00:00 committed by Ludovic Courtès
parent e35deac9e7
commit 4af273e0a8
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -80,7 +80,7 @@
;;; Copyright © 2020 Josh Holland <josh@inv.alid.pw> ;;; Copyright © 2020 Josh Holland <josh@inv.alid.pw>
;;; Copyright © 2020 Yuval Kogman <nothingmuch@woobling.org> ;;; Copyright © 2020 Yuval Kogman <nothingmuch@woobling.org>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020, 2021 Vinicius Monego <monego@posteo.net> ;;; Copyright © 2020, 2021, 2022 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020 Guy Fleury Iteriteka <gfleury@disroot.org> ;;; Copyright © 2020 Guy Fleury Iteriteka <gfleury@disroot.org>
;;; Copyright © 2020 Hendursaga <hendursaga@yahoo.com> ;;; Copyright © 2020 Hendursaga <hendursaga@yahoo.com>
;;; Copyright © 2020 Malte Frank Gerdes <malte.f.gerdes@gmail.com> ;;; Copyright © 2020 Malte Frank Gerdes <malte.f.gerdes@gmail.com>
@ -1475,26 +1475,31 @@ (define-public python-sh
(define-public python-cftime (define-public python-cftime
(package (package
(name "python-cftime") (name "python-cftime")
(version "1.0.4.2") (version "1.5.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "cftime" version)) (uri (pypi-uri "cftime" version))
(sha256 (sha256
(base32 "0w0gi6jnch38hiygl62j4xkcirv4y3dcwrvxl9p7bsk6j27lzihs")))) (base32 "0l1a22zlhdpgaisibvvm7dhij4vzfm661rnv00y2snpyqxpdgi3d"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
(list python-numpy)) (list python-numpy))
(native-inputs (native-inputs
(list python-coveralls python-cython python-pytest-cov)) (list python-check-manifest
(home-page "https://github.com/Unidata/cftime") python-coverage
python-coveralls
python-cython
python-pytest-cov
python-sphinx
python-twine
python-wheel))
(home-page "https://unidata.github.io/cftime/")
(synopsis "Library for time handling") (synopsis "Library for time handling")
(description (description
"This package provides time-handling functionality that used to be part "This package provides time-handling functionality that used to be part
of the netcdf4 package before.") of the netcdf4 package before.")
;; This package claims to include code under the GPLv3 but is released (license license:expat)))
;; under ISC.
(license (list license:isc license:gpl3+))))
(define-public python-netcdf4 (define-public python-netcdf4
(package (package