[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72741] [PATCH 12/32] gnu: python-mpl-animators: Update to 1.2.0.
From: |
Sharlatan Hellseher |
Subject: |
[bug#72741] [PATCH 12/32] gnu: python-mpl-animators: Update to 1.2.0. |
Date: |
Wed, 21 Aug 2024 01:03:14 +0100 |
* 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
---
gnu/packages/astronomy.scm | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index c3d912ca21..51dd065109 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2641,17 +2641,29 @@ (define-public python-kanon
(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
--
2.41.0
- [bug#72741] [PATCH 00/32] Astronomy update 2024/08., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 02/32] gnu: indi-2.0: Update to 2.0.9., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 03/32] gnu: python-astroplan: Update to 0.10.1., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 01/32] gnu: indi-2.0: Adjust package style., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 14/32] gnu: python-radiospectra: Update to 0.6.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 04/32] gnu: python-astropy-iers-data: Update to 0.2024.8.12.0.32.58., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 08/32] gnu: python-drms: Update to 0.8.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 07/32] gnu: python-czml3: Update to 1.0.2., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 10/32] gnu: python-glue-core: Adjust inputs., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 12/32] gnu: python-mpl-animators: Update to 1.2.0.,
Sharlatan Hellseher <=
- [bug#72741] [PATCH 26/32] gnu: Add python-specreduce., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 06/32] gnu: python-crds: Update to 11.18.1., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 09/32] gnu: python-dust-extinction: Update to 1.5., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 13/32] gnu: python-rad: Update to 0.21.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 23/32] gnu: python-viresclient: Update to 0.12.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 05/32] gnu: python-astropy: Update to 6.1.2., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 17/32] gnu: python-specutils: Update to 1.16.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 20/32] gnu: python-stcal: Update to 1.8.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 24/32] gnu: Add python-soxs., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 11/32] gnu: python-glymur: Update to 0.13.5., Sharlatan Hellseher, 2024/08/20