GNU bug report logs -
#76480
[PATCH 00/51] Astro update 2025/02
Previous Next
Full log
Message #95 received at 76480 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/astronomy.scm (python-esutil): New variable.
Change-Id: I0a2a5351639e18d5d5c95df3eebabb9650d17e1d
---
gnu/packages/astronomy.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index b0a572ca993..1cc549c214f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2433,6 +2433,36 @@ (define-public python-ephem
of dates.")
(license license:expat)))
+(define-public python-esutil
+ (package
+ (name "python-esutil")
+ (version "0.6.16")
+ (source
+ (origin
+ (method git-fetch) ; no tests in the PyPI tarball
+ (uri (git-reference
+ (url "https://github.com/esheldon/esutil")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "05csk5asq3si7gdq8mpfh288z10rs45ylpcrrcjx0009q52l95xq"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-pytest
+ python-numpy
+ python-setuptools
+ python-wheel))
+ (propagated-inputs
+ (list python-numpy
+ python-scipy))
+ (home-page "https://github.com/esheldon/esutil")
+ (synopsis "Numerical, scientific, and astrophysical computing utilities")
+ (description
+ "This package provides a wide variety of utilities, focused primarily on
+numerical python, statistics, and file input/output. Includes specialized
+tools for astronomers.")
+ (license license:gpl2+)))
+
(define-public python-extinction
(package
(name "python-extinction")
--
2.47.1
This bug report was last modified 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.