[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69924] [PATCH 46/49] gnu: Add python-cmyt.
From: |
Sharlatan Hellseher |
Subject: |
[bug#69924] [PATCH 46/49] gnu: Add python-cmyt. |
Date: |
Wed, 20 Mar 2024 22:28:16 +0000 |
* gnu/packages/python-xyz.scm (python-cmyt): New variable.
Change-Id: I45caa38fc391fe7890f87f41b18d3cfa8da07c80
---
gnu/packages/astronomy.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index a898b98515..14b2c37343 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2056,6 +2056,31 @@ (define-public python-cdflib
@end itemize")
(license license:expat)))
+(define-public python-cmyt
+ (package
+ (name "python-cmyt")
+ (version "2.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "cmyt" version))
+ (sha256
+ (base32 "1zabmckr1z637pfqqvlkj0asfqqvx2x92163dby8x0c8yiqgdvjb"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-colorspacious python-pytest python-pytest-mpl))
+ (propagated-inputs
+ (list python-matplotlib python-numpy))
+ (home-page "https://yt-project.org/")
+ (synopsis "Matplotlib colormaps from the yt project")
+ (description
+ "This package provides a range of colormaps designed for scientific
+use with Matplotlib. It includes perceptually uniform sequential colormaps
such
+as @code{abre}, @code{dusk}, @code{kepl}, and @code{octarine}, as well as
+monochromatic sequential colormaps like @code{blue}, @code{green}, and
+@code{red}, and others (@code{algae}, @code{pastel}, and @code{xray}).")
+ (license license:bsd-3)))
+
(define-public python-crds
(package
(name "python-crds")
--
2.41.0
- [bug#69924] [PATCH 24/49] gnu: python-asdf-coordinates-schemas: Update to 0.3.0., (continued)
- [bug#69924] [PATCH 24/49] gnu: python-asdf-coordinates-schemas: Update to 0.3.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 25/49] gnu: python-asdf-wcs-schemas: Update to 0.4.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 27/49] gnu: python-pyvo: Update to 1.5.1., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 29/49] gnu: python-gwcs: Update to 0.21.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 30/49] gnu: python-drizzle: Update to 1.15.1., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 35/49] gnu: python-specutils: Update to 1.13.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 36/49] gnu: python-stcal: Update to 1.6.1., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 37/49] gnu: python-stcal: Enable sanity check., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 40/49] gnu: python-pynbody: Update to 1.6.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 45/49] gnu: Add python-ewah-bool-utils., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 46/49] gnu: Add python-cmyt.,
Sharlatan Hellseher <=
- [bug#69924] [PATCH 34/49] gnu: python-glymur: Update to 0.12.9., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 33/49] gnu: python-radiospectra: Update to 0.5.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 31/49] gnu: python-suntime: Update to 1.3.2., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 41/49] gnu: Add python-asdf-zarr., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 48/49] gnu: Add python-pydantic-settings., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 38/49] gnu: python-stdatamodels: Update to 1.10.0., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 32/49] gnu: python-suntime: Refresh package style., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 47/49] gnu: Add python-pytest-examples., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 42/49] gnu: Add python-asdf-compression., Sharlatan Hellseher, 2024/03/20
- [bug#69924] [PATCH 39/49] gnu: python-crds: Update to 11.17.19., Sharlatan Hellseher, 2024/03/20