[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/45: gnu: python-astropy: Update to 6.1.6.
From: |
guix-commits |
Subject: |
15/45: gnu: python-astropy: Update to 6.1.6. |
Date: |
Sat, 30 Nov 2024 10:16:35 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 36cebfd290da272d0f92e02f98faee43d2f41f57
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Nov 14 21:31:35 2024 +0000
gnu: python-astropy: Update to 6.1.6.
* gnu/packages/astronomy.scm (python-astropy): Update to 6.1.6.
[arguments]<test-flags>: Disable one failing test.
[propagated-inputs]: Add python-h5py, python-jplephem, and python-pyarrow.
[native-inputs]: Remove python-colorlog, python-coverage, python-h5py,
python-jplephem, and python-pyarrow; add python-setuptools and
python-wheel.
Change-Id: I44bdf23c84c64952e5ae846ad4b3a9c7173f2c06
---
gnu/packages/astronomy.scm | 30 +++++++++++++++++-------------
1 file changed, 17 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index e6d5304c14..7814ebe8b4 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3138,13 +3138,13 @@ deconvolution). Such post-processing is not performed
by Stackistry.")
(define-public python-astropy
(package
(name "python-astropy")
- (version "6.1.4")
+ (version "6.1.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "astropy" version))
(sha256
- (base32 "0d0cnqm0p00ap8wys5jcg9h958c6mizx87wzwvmrpackn3i5h59n"))
+ (base32 "0iv8mkdflfprigv3g6666v80nvg6blwz0989hqw232g7gms57qb3"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -3163,12 +3163,16 @@ deconvolution). Such post-processing is not performed
by Stackistry.")
#:test-flags
#~(list "--pyargs" "astropy"
"--numprocesses" (number->string (parallel-job-count))
- "-k" (string-append
+ "-k" (string-join
;; Skip tests that need remote data.
- "not remote_data"
- ;; ValueError: The truth value of an array with more than
- ;; one element is ambiguous. Use a.any() or a.all()
- " and not test_table_comp[t16-t26]"))
+ (list "not remote_data"
+ ;; ValueError: The truth value of an array with more
than
+ ;; one element is ambiguous. Use a.any() or a.all()
+ "test_table_comp[t16-t26]"
+ ;; UnboundLocalError: local variable 'ihd'
+ ;; referenced before assignment
+ "test_delay_doc_updates")
+ " and not "))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'preparations
@@ -3203,36 +3207,36 @@ deconvolution). Such post-processing is not performed
by Stackistry.")
(native-inputs
(list nss-certs-for-test
pkg-config
- python-colorlog
- python-coverage
python-cython-3
python-extension-helpers
- python-h5py
python-ipython
- python-jplephem
python-objgraph
python-pandas
- python-pyarrow
python-pytest
python-pytest-astropy
python-pytest-astropy-header
python-pytest-mpl
python-pytest-xdist
python-scikit-image
+ python-setuptools
python-setuptools-scm
python-sgp4
python-skyfield
python-threadpoolctl
- python-timezonefinder))
+ python-timezonefinder
+ python-wheel))
(inputs
(list expat wcslib))
(propagated-inputs
(list python-astropy-iers-data
python-configobj
+ python-h5py
+ python-jplephem
python-matplotlib
python-numpy
python-packaging
python-ply
+ python-pyarrow
python-pyerfa
python-pyyaml
python-scipy))
- 38/45: gnu: python-statmorph: Update to 0.6.0., (continued)
- 38/45: gnu: python-statmorph: Update to 0.6.0., guix-commits, 2024/11/30
- 30/45: gnu: python-pyvo: Update to 1.6., guix-commits, 2024/11/30
- 42/45: gnu: python-synphot: Update to 1.5.0., guix-commits, 2024/11/30
- 32/45: gnu: python-regularizepsf: Update to 1.0.2., guix-commits, 2024/11/30
- 44/45: gnu: python-yt-astro-analysis: Adjust inputs., guix-commits, 2024/11/30
- 01/45: gnu: Add julia-astroangles., guix-commits, 2024/11/30
- 07/45: gnu: Add python-vispy., guix-commits, 2024/11/30
- 12/45: gnu: libpasastro: Update to 1.4.3., guix-commits, 2024/11/30
- 11/45: gnu: imppg: Update to 1.9.2-beta., guix-commits, 2024/11/30
- 09/45: gnu: gpredict: Update commentary note., guix-commits, 2024/11/30
- 15/45: gnu: python-astropy: Update to 6.1.6.,
guix-commits <=
- 19/45: gnu: Add python-puremagic., guix-commits, 2024/11/30
- 16/45: gnu: python-bayesicfitting: Update to 3.2.2., guix-commits, 2024/11/30
- 20/45: gnu: python-ginga: Update to 5.2.0., guix-commits, 2024/11/30
- 26/45: gnu: python-jwst: Update to 1.16.1., guix-commits, 2024/11/30
- 33/45: gnu: python-reproject: Update to 0.14.1., guix-commits, 2024/11/30
- 27/45: gnu: python-ndcube: Update to 2.2.4., guix-commits, 2024/11/30
- 28/45: gnu: python-photutils: Update to 2.0.2., guix-commits, 2024/11/30
- 39/45: gnu: python-stcal: Update to 1.10.0., guix-commits, 2024/11/30
- 29/45: gnu: python-pyerfa: Update to 2.0.1.5., guix-commits, 2024/11/30
- 34/45: gnu: python-roman-datamodels: Update to 0.22.0., guix-commits, 2024/11/30