[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#77190] [PATCH 13/34] gnu: python-mpl-animators: Update to 1.2.1.
From: |
Sharlatan Hellseher |
Subject: |
[bug#77190] [PATCH 13/34] gnu: python-mpl-animators: Update to 1.2.1. |
Date: |
Sat, 22 Mar 2025 20:28:46 +0000 |
* gnu/packages/astronomy.scm (python-mpl-animators): Update to 1.2.1.
[native-inputs]: Remove python-pytest-xdist and python-setuptools-scm; add
python-setuptools-scm-next.
Change-Id: I69befc54fcb77a7c74a876be93f58eaf5a71fb27
---
gnu/packages/astronomy.scm | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index a898309d54..91a5d84d34 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4709,31 +4709,30 @@ (define-public python-kanon
(define-public python-mpl-animators
(package
(name "python-mpl-animators")
- (version "1.2.0")
+ (version "1.2.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "mpl_animators" version))
(sha256
- (base32 "0xxzwxp2zss2s5ci6d349nfdc4hcbm10pqmf5zf14yn66plc1r4k"))))
+ (base32 "1jscdgx1ynqvidh0kc6jxhjlp7lxhilwnp5pb6ddi7nb10as90kz"))))
(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"))))))
+ (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
- python-setuptools-scm
+ python-setuptools-scm-next
python-wheel))
(propagated-inputs
(list python-astropy
--
2.48.1
- [bug#77190] [PATCH 20/34] gnu: python-sunkit-image: Update to 0.6.1., (continued)
- [bug#77190] [PATCH 20/34] gnu: python-sunkit-image: Update to 0.6.1., Sharlatan Hellseher, 2025/03/22
- [bug#77190] [PATCH 17/34] gnu: python-radiospectra: Update to 0.6.1., Sharlatan Hellseher, 2025/03/22
- [bug#77190] [PATCH 18/34] gnu: python-specreduce: Update to 1.5.1., Sharlatan Hellseher, 2025/03/22
- [bug#77190] [PATCH 23/34] gnu: Add python-stsci-tools., Sharlatan Hellseher, 2025/03/22
- [bug#77190] [PATCH 16/34] gnu: python-pysat: Update to 3.2.2., Sharlatan Hellseher, 2025/03/22
- [bug#77190] [PATCH 10/34] gnu: python-crds: Enable some tests., Sharlatan Hellseher, 2025/03/22
- [bug#77190] [PATCH 21/34] gnu: python-sunpy-soar: Update to 1.11.1., Sharlatan Hellseher, 2025/03/22
- [bug#77190] [PATCH 30/34] gnu: Add tempo., Sharlatan Hellseher, 2025/03/22
- [bug#77190] [PATCH 12/34] gnu: python-glue-qt: Enable tests., Sharlatan Hellseher, 2025/03/22
- [bug#77190] [PATCH 31/34] gnu: Add python-pint-pulsar., Sharlatan Hellseher, 2025/03/22
- [bug#77190] [PATCH 13/34] gnu: python-mpl-animators: Update to 1.2.1.,
Sharlatan Hellseher <=
- [bug#77190] [PATCH 11/34] gnu: python-glue-qt: Update to 0.3.3., Sharlatan Hellseher, 2025/03/22
- [bug#77190] [PATCH 27/34] gnu: Add python-stsci-skypac., Sharlatan Hellseher, 2025/03/22
- [bug#77190] [PATCH 33/34] gnu: Add python-streamtracer., Sharlatan Hellseher, 2025/03/22
- [bug#77190] [PATCH 34/34] gnu: Add python-sunkit-magex., Sharlatan Hellseher, 2025/03/22
- [bug#77190] [PATCH 28/34] gnu: Add python-algopy., Sharlatan Hellseher, 2025/03/22
- [bug#77190] [PATCH 29/34] gnu: Add python-numdifftools., Sharlatan Hellseher, 2025/03/22
- [bug#77190] [PATCH 32/34] gnu: Add tempo2., Sharlatan Hellseher, 2025/03/22
- [bug#77190] [PATCH 26/34] gnu: Add python-stwcs., Sharlatan Hellseher, 2025/03/22
- [bug#77190] [PATCH 24/34] gnu: Add python-fitsblender., Sharlatan Hellseher, 2025/03/22
- [bug#77190] [PATCH 25/34] gnu: Add python-simplify-polyline., Sharlatan Hellseher, 2025/03/22