mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cftime: Update to 1.6.4.
* gnu/packages/python-xyz.scm (python-cftime): Update to 1.6.4. [arguments]{phases}: Add phase 'remove-unwanted-dev-dependencies. [native-inputs]: Remove python-check-manifest, python-pytest-cov. Add python-setuptools.
This commit is contained in:
parent
6783699f74
commit
090f572edf
1 changed files with 13 additions and 7 deletions
|
@ -4014,22 +4014,28 @@ Unicode-to-LaTeX conversion.")
|
|||
(define-public python-cftime
|
||||
(package
|
||||
(name "python-cftime")
|
||||
(version "1.6.2")
|
||||
(version "1.6.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "cftime" version))
|
||||
(sha256
|
||||
(base32 "1lp6jrjjgl18csn4bcnphn0l16ag4aynvn7x0kins155p07w0546"))))
|
||||
(base32 "1p5fw25hjqpzwxw3662f72ga30kpf8pbbph8fgb7x2kmjdhl09g3"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'remove-unwanted-dev-dependencies
|
||||
(lambda _
|
||||
(substitute* "requirements-dev.txt"
|
||||
(("(check-manifest|coverage|coveralls|pytest-cov|twine)")
|
||||
"")))))))
|
||||
(propagated-inputs
|
||||
(list python-numpy))
|
||||
(native-inputs
|
||||
(list python-check-manifest
|
||||
python-coverage
|
||||
python-coveralls
|
||||
python-cython
|
||||
python-pytest-cov
|
||||
(list python-cython
|
||||
python-pytest
|
||||
python-setuptools
|
||||
python-sphinx
|
||||
python-twine
|
||||
python-wheel))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue