mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-mpl-animators: Update to 1.2.0.
* gnu/packages/astronomy.scm (python-mpl-animators): Update to 1.2.0. [arguments]: <#:phases>: Add 'set-home phase. [native-inputs]: Add python-pytest-doctestplus and python-pytest-xdist. Change-Id: I6cbdc2e51e0841540c0944ceeb3e154ba2907ca7
This commit is contained in:
parent
2210261705
commit
1133194645
1 changed files with 14 additions and 2 deletions
|
@ -2641,17 +2641,29 @@ astronomical tables
|
|||
(define-public python-mpl-animators
|
||||
(package
|
||||
(name "python-mpl-animators")
|
||||
(version "1.1.1")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "mpl_animators" version))
|
||||
(sha256
|
||||
(base32 "078dshs383ny182dac0spg7z0iilcwa0fnwv1vizsr6p1d3ar98b"))))
|
||||
(base32 "0xxzwxp2zss2s5ci6d349nfdc4hcbm10pqmf5zf14yn66plc1r4k"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'check 'set-home
|
||||
(lambda _
|
||||
;; Relax matplotlib warning: ... because the default path
|
||||
;; (/homeless-shelter/.config/matplotlib) is not a writable
|
||||
;; directory ...
|
||||
(setenv "HOME" "/tmp"))))))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-pytest-doctestplus
|
||||
python-pytest-mpl
|
||||
python-pytest-xdist
|
||||
python-setuptools-scm))
|
||||
(propagated-inputs
|
||||
(list python-astropy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue