summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-03-15 20:44:46 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-03-18 22:29:35 +0000
commitd840bb186373a3027dbdecbc372d51c2003861af (patch)
tree66c4e577f86111ecf286b09875b1aa1b7d06d826 /gnu
parent80e4105faee8a1f967b42a7100fca5cc362a4551 (diff)
gnu: Remove python-asdf-fits-schemas.
* gnu/packages/astronomy.scm (python-asdf-fits-schemas): Delete variable. Fixes: guix/guix#6495 Change-Id: Ib3b7635eef7c9e1483337aeccdc1b9e180e863c6
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm36
1 files changed, 0 insertions, 36 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index f8899e78496..70676e527fb 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2317,42 +2317,6 @@ Users should not need to install this directly; instead, install an
2317implementation package such as asdf-astropy.") 2317implementation package such as asdf-astropy.")
2318 (license license:bsd-3))) 2318 (license license:bsd-3)))
2319 2319
2320(define-public python-asdf-fits-schemas
2321 (hidden-package
2322 ;; This package was never released and has been archived. The schemas in
2323 ;; this package were never removed from and will continue to be maintained
2324 ;; in <https://github.com/asdf-format/asdf-standard>.
2325 (let ((commit "6321c0ae4e44c9a59ccf81a446f9d9e22fd42b55")
2326 (revision "2"))
2327 (package
2328 (name "python-asdf-fits-schemas")
2329 (version (git-version "0.0.1" revision commit))
2330 (source
2331 (origin
2332 (method git-fetch)
2333 (uri (git-reference
2334 (url "https://github.com/asdf-format/asdf-fits-schemas")
2335 (commit commit)))
2336 (file-name (git-file-name name version))
2337 (sha256
2338 (base32 "0p0m1sgnv9yqk0l0w15skvfshl47x0gc7lg6p2x83158hjyix5q6"))))
2339 (build-system pyproject-build-system)
2340 (arguments
2341 (list
2342 #:tests? #f)) ; cycle with python-asdf
2343 (native-inputs
2344 (list python-setuptools
2345 python-setuptools-scm
2346 python-wheel))
2347 (propagated-inputs
2348 (list python-asdf-standard
2349 python-importlib-resources))
2350 (home-page "https://github.com/asdf-format/asdf-fits-schemas")
2351 (synopsis "ASDF schemas to support the FITS format")
2352 (description
2353 "This package provides ASDF schemas for validating FITS tags.")
2354 (license license:bsd-3)))))
2355
2356(define-public python-asdf-standard 2320(define-public python-asdf-standard
2357 (package 2321 (package
2358 (name "python-asdf-standard") 2322 (name "python-asdf-standard")