[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/46: gnu: python-asdf-2.15: Deprecate package.
From: |
guix-commits |
Subject: |
12/46: gnu: python-asdf-2.15: Deprecate package. |
Date: |
Tue, 27 Feb 2024 17:55:14 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 6b07d8a9165d7c1c9cb5d013396dc327d7d1bfd2
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jan 27 15:54:04 2024 +0000
gnu: python-asdf-2.15: Deprecate package.
Version 2.15.0 is no longer built with the python-astropy v6.0.0,
fail over to the latest version.
* gnu/package/astronomy.scm (python-asdf-2.15): Remove variable.
* gnu/package/astronomy.scm (python-asdf): Fail over to python-asdf-3.0.
Change-Id: I30b97c42f672571783f900825098af12c773ac87
---
gnu/packages/astronomy.scm | 32 ++------------------------------
1 file changed, 2 insertions(+), 30 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 9db5b080cc..cb645ea558 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2973,7 +2973,7 @@ image processing functions: @code{xyxymatch},
@code{geomap}.")
(invoke "python" "setup.py" "build_ext" "--inplace"))))))
(propagated-inputs
(list opencv ;Provides OpenCV-Python
- python-asdf-3.0
+ python-asdf
python-astropy
python-gwcs
python-numpy
@@ -4057,7 +4057,7 @@ between image and reference catalogs. Currently only
aligning images with
@code{FITS WCS} and @code{JWST gWCS} are supported.")
(license license:bsd-3)))
-(define-public python-asdf-3.0
+(define-public python-asdf
(package
(name "python-asdf")
(version "3.0.1")
@@ -4095,34 +4095,6 @@ interchange format for scientific data. This package
contains the Python
implementation of the ASDF Standard.")
(license license:bsd-3)))
-(define-public python-asdf-2.15
- (package
- (inherit python-asdf-3.0)
- (version "2.15.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "asdf" version))
- (sha256
- (base32 "11s56797l5330kkhppkyz0bsvms016knmyswj4gx91zrxf8iqvv8"))))
- (arguments
- (list #:test-flags
- #~(list "-k" (string-append
- "not test_overwrite"
- " and not test_tagging_scalars"
- " and not test_info_command"
- " and not test_array_inline_threshold_recursive"))))
- (native-inputs
- (modify-inputs (package-native-inputs python-asdf-3.0)
- (prepend python-astropy python-pytest-openfiles)))
- (propagated-inputs
- (modify-inputs (package-propagated-inputs python-asdf-3.0)
- (prepend python-jsonschema python-importlib-resources)))))
-
-(define-public python-asdf
- ;; Default version of ASDF..
- python-asdf-2.15)
-
(define-public python-asdf-standard
(package
(name "python-asdf-standard")
- branch master updated (16ab67182b -> 8c0282cf54), guix-commits, 2024/02/27
- 02/46: gnu: giza: Update to 1.4.1., guix-commits, 2024/02/27
- 05/46: gnu: parfive: Update to 2.0.2., guix-commits, 2024/02/27
- 01/46: gnu: calceph: Update to 3.5.5., guix-commits, 2024/02/27
- 09/46: gnu: Add python-astropy-iers-data., guix-commits, 2024/02/27
- 06/46: gnu: parfive: Simplify package., guix-commits, 2024/02/27
- 12/46: gnu: python-asdf-2.15: Deprecate package.,
guix-commits <=
- 08/46: gnu: python-aioftp: Update to 0.22.3., guix-commits, 2024/02/27
- 10/46: gnu: python-astropy: Update to 6.0.0., guix-commits, 2024/02/27
- 04/46: gnu: phd2: Update to 2.6.13., guix-commits, 2024/02/27
- 11/46: gnu: python-astropy: Improve packages style., guix-commits, 2024/02/27
- 03/46: gnu: indi-2.0: Update to 2.0.6., guix-commits, 2024/02/27
- 15/46: gnu: python-asdf-transform-schemas: Update to 0.4.0., guix-commits, 2024/02/27
- 07/46: gnu: siril: Update to 1.2.1., guix-commits, 2024/02/27
- 13/46: gnu: python-asdf-fits-schemas: Update to 0.0.1-1.d1b5e7a., guix-commits, 2024/02/27
- 14/46: gnu: python-asdf-time-schemas: Update to 0.0.1-3.a306206., guix-commits, 2024/02/27
- 19/46: gnu: python-jwst: Update to 1.13.4., guix-commits, 2024/02/27