[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70489] [PATCH 10/47] gnu: python-asdf: Update to 3.2.0.
From: |
Sharlatan Hellseher |
Subject: |
[bug#70489] [PATCH 10/47] gnu: python-asdf: Update to 3.2.0. |
Date: |
Sun, 21 Apr 2024 00:21:59 +0100 |
* gnu/packages/astronomy.scm (python-asdf): Update to 3.2.0.
[arguments] <#:phases>: Replace 'fix-tests-setup with
'patch-pyprojectct-toml phase and add one more substitution rule.
[propagated-inputs]: Remove python-asdf-unit-schemas.
Change-Id: I9e7a0282ed0a9eb82a20988762792e10ae33496b
---
gnu/packages/astronomy.scm | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 55561c98e7..b06638c49c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4418,13 +4418,13 @@ (define-public python-tweakwcs
(define-public python-asdf
(package
(name "python-asdf")
- (version "3.1.0")
+ (version "3.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "asdf" version))
(sha256
- (base32 "0fa6y3gmqc0y3nz0h68vq3a84pvx6gc5zp33wg8a4n9b4kipm464"))))
+ (base32 "1wj556g15gwp6ir5hg083l15sifdsf23giqkx0jbn4lgdwjffbgr"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -4432,12 +4432,15 @@ (define-public python-asdf
#~(list "-n" "auto" "-p" "no:legacypath")
#:phases
#~(modify-phases %standard-phases
- ;; ImportError: Error importing plugin " no:legacypath": No module
- ;; named ' no:legacypath'
- (add-before 'check 'fix-tests-setup
+ (add-after 'unpack 'patch-pypojrect-toml
(lambda _
(substitute* "pyproject.toml"
- ((".*:legacypath.*") "")))))))
+ ;; ImportError: Error importing plugin " no:legacypath": No
+ ;; module named ' no:legacypath'
+ ((".*:legacypath.*") "")
+ ;; TypeError: Configuration.__init__() got an unexpected
+ ;; keyword argument 'version_file'
+ (("version_file = \"asdf/_version.py\"") "")))))))
(native-inputs
(list python-fsspec
python-packaging
@@ -4451,7 +4454,6 @@ (define-public python-asdf
(propagated-inputs
(list python-asdf-standard
python-asdf-transform-schemas
- python-asdf-unit-schemas
python-attrs ;; for vendorized jsonschema
python-importlib-metadata
python-jmespath
--
2.41.0
- [bug#70488] [PATCH 00/47] Astronomy 2024/02 updates., Sharlatan Hellseher, 2024/04/20
- bug#70488: [PATCH 00/47] Astronomy 2024/02 updates., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 02/47] gnu: stellarium: Update to 24.1., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 04/47] gnu: libxisf: Update to 0.2.12., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 03/47] gnu: indi-2.0: Update to 2.0.7., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 13/47] gnu: python-astropy: Symplify package., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 10/47] gnu: python-asdf: Update to 3.2.0.,
Sharlatan Hellseher <=
- [bug#70489] [PATCH 12/47] gnu: python-astropy-iers-data: Update to 0.2024.4.15.2.45.49., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 09/47] gnu: Add python-supersmoother., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 01/47] gnu: cfitsio: Update to 4.4.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 07/47] gnu: python-exif-read: Update to 3.0.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 15/47] gnu: python-astropy-healpix: Update to 1.0.3., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 11/47] gnu: python-asdf-astropy: Update to 0.6.1., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 14/47] gnu: python-astropy: Update to 6.0.1., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 08/47] gnu: Add python-pysiaf., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 16/47] gnu: python-jwst: Update to 1.14.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 17/47] gnu: python-stcal: Update to 1.7.0., Sharlatan Hellseher, 2024/04/20