[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59113] [PATCH 2/9] gnu: Add asdf-unit-schemas
From: |
Sharlatan Hellseher |
Subject: |
[bug#59113] [PATCH 2/9] gnu: Add asdf-unit-schemas |
Date: |
Mon, 7 Nov 2022 23:06:49 +0000 |
* gnu/packages/astronomy.scm (python-asdf-unit-schemas): New variable.
---
gnu/packages/astronomy.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 92a807a9a5..56eb9143b1 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2052,6 +2052,28 @@ (define python-asdf-coordinates-schemas
install an implementation package such as asdf-astropy.")
(license license:bsd-3)))
+(define python-asdf-unit-schemas
+ (package
+ (name "python-asdf-unit-schemas")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "asdf_unit_schemas" version))
+ (sha256
+ (base32
+ "16grpx3a9h0v1wirp0zqrfsxm867v5c0xyr98pylzziy45kqvds2"))))
+ (build-system pyproject-build-system)
+ (arguments
+ ;; Dependencies 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-astropy
(package
(name "python-asdf-astropy")
--
2.38.0
- [bug#59113] [PATCH 0/9] gnu: gwcs: Fix build, update to 0.18.12, Sharlatan Hellseher, 2022/11/07
- [bug#59113] [PATCH 1/9] gnu: Add asdf-standard, Sharlatan Hellseher, 2022/11/07
- [bug#59113] [PATCH 2/9] gnu: Add asdf-unit-schemas,
Sharlatan Hellseher <=
- [bug#59113] [PATCH 4/9] gnu: Add asdf-time-schemas, Sharlatan Hellseher, 2022/11/07
- [bug#59113] [PATCH 6/9] gnu: python-asdf: Update to 2.13.0, Sharlatan Hellseher, 2022/11/07
- [bug#59113] [PATCH 7/9] gnu: python-asdf: Sync test disable comment, Sharlatan Hellseher, 2022/11/07
- [bug#59113] [PATCH 3/9] gnu: Add asdf-fits-schemas, Sharlatan Hellseher, 2022/11/07
- [bug#59113] [PATCH 5/9] gnu: asdf-transform-schemas: Update to 0.3.0, Sharlatan Hellseher, 2022/11/07
- [bug#59113] [PATCH 8/9] gnu: asdf-astropy: Update to 0.2.2, Sharlatan Hellseher, 2022/11/07
- [bug#59113] [PATCH 9/9] gnu: gwcs: Fix build, update to 0.18.2, Sharlatan Hellseher, 2022/11/07
- [bug#59113], Sharlatan Hellseher, 2022/11/18