[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74497] [PATCH 06/46] gnu: Add python-cosmopy.
From: |
Sharlatan Hellseher |
Subject: |
[bug#74497] [PATCH 06/46] gnu: Add python-cosmopy. |
Date: |
Sat, 23 Nov 2024 19:50:53 +0000 |
* gnu/packages/astronomy.scm (python-cosmopy): New variable.
Change-Id: I31e54ff51a2f18091baba449da3b00cdf5088b15
---
gnu/packages/astronomy.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index cac446a6a3..c85c00f8e2 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2013,6 +2013,34 @@ (define-public python-coolest
lens models possibly obtained from different modeling codes.")
(license license:gpl3)))
+(define-public python-cosmopy
+ (package
+ (name "python-cosmopy")
+ (version "3.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "cosmopy" version))
+ (sha256
+ (base32 "16xlg0vyzdx1h5h28y8az48nhiqvx43yd9s30g3rk9ywl4r1j6h8"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-pytest
+ python-setuptools
+ python-wheel))
+ (propagated-inputs
+ (list python-astropy
+ python-click
+ python-future
+ python-numpy
+ python-scipy))
+ (home-page "https://github.com/lzkelley/cosmopy")
+ (synopsis "Cosmological calculator in Python")
+ (description
+ "This package provides a CLI and Python module to quickly calculate
+cosmological parameters e.g. redshift or luminosity-distance.")
+ (license license:expat)))
+
(define-public python-czml3
(package
(name "python-czml3")
--
2.46.0
- [bug#74497] [PATCH 00/46] Astro update 2024/11., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 02/46] gnu: Add julia-astroangles., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 03/46] gnu: Add python-kalepy., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 04/46] gnu: Add python-george., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 05/46] gnu: Add python-hasasia., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 10/46] gnu: gpredict: Update commentary note., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 01/46] gnu: Add cdf., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 06/46] gnu: Add python-cosmopy.,
Sharlatan Hellseher <=
- [bug#74497] [PATCH 11/46] gnu: healpix-source: Update commentary note., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 09/46] gnu: Add python-spisea., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 07/46] gnu: Add python-holodeck., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 14/46] gnu: python-asdf-astropy: Update to 0.7.0., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 08/46] gnu: Add python-vispy., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 16/46] gnu: python-astropy: Update to 6.1.6., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 18/46] gnu: python-crds: Update to 12.0.6., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 19/46] gnu: python-drizzle: Update to 2.0.0., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 13/46] gnu: libpasastro: Update to 1.4.3., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 17/46] gnu: python-bayesicfitting: Update to 3.2.2., Sharlatan Hellseher, 2024/11/23