gnu: Remove python-asdf-unit-schemas.

The message from upstream:

This package is decommissioned and no longer provides any ASDF
schemas. The schemas provided by the package were duplicates of the
schemas provided by asdf-standard.

This repository will be archived after a final release of this
package (which will contain no schemas).

* gnu/packages/astronomy.scm (python-asdf-unit-schemas): Delete variable.

Change-Id: I1cca7cad30ca3c248387e085c1a9289966e40022
This commit is contained in:
Sharlatan Hellseher 2025-06-17 10:22:44 +01:00
parent a604565773
commit 58f0b8fb44
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6969,29 +6969,6 @@ implementation package such as asdf-astropy.")
"This package provides ASDF schemas for validating FITS tags.")
(license license:bsd-3)))))
(define-public python-asdf-unit-schemas
(hidden-package
(package
(name "python-asdf-unit-schemas")
(version "0.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "asdf_unit_schemas" version))
(sha256
(base32
"0h24gvm1wip4gh3fw5ki8kwnvcy8gw6b6pajw3i1zvriamdw95fr"))))
(build-system pyproject-build-system)
(arguments
;; Dependency cycle with python-asdf
(list #:tests? #f))
(native-inputs (list python-setuptools-scm))
(propagated-inputs (list python-asdf-standard python-importlib-resources))
(home-page "https://asdf-unit-schemas.readthedocs.io/")
(synopsis "ASDF serialization schemas for the units defined by @code{astropy.units}")
(description "This package provides ASDF schemas for validating unit tags.")
(license license:bsd-3))))
(define-public python-asdf-wcs-schemas
(hidden-package
(package