mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a604565773
commit
58f0b8fb44
1 changed files with 0 additions and 23 deletions
|
@ -6969,29 +6969,6 @@ implementation package such as asdf-astropy.")
|
||||||
"This package provides ASDF schemas for validating FITS tags.")
|
"This package provides ASDF schemas for validating FITS tags.")
|
||||||
(license license:bsd-3)))))
|
(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
|
(define-public python-asdf-wcs-schemas
|
||||||
(hidden-package
|
(hidden-package
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue