diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-15 20:42:06 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-18 22:29:35 +0000 |
| commit | ef5dcfba69458f3b6d734874fc512cf1d4625f07 (patch) | |
| tree | 07bb1ed2a4ece4106a3bcc7db86fb6ec1c7c3e83 | |
| parent | 3d57b3c1735456ff79562ad59a4b84445e0db977 (diff) | |
gnu: Remove python-jplephem-2.22.
* gnu/packages/astronomy.scm (python-jplephem-2.22): Delete variable.
Change-Id: Iae86db0939c56739b22f8f3b68eeb20e39afcf08
| -rw-r--r-- | gnu/packages/astronomy.scm | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 49fc22fa050..8f2ca467434 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -6070,33 +6070,6 @@ Astronomical Almanac to within 0.0005 arcseconds (half a @emph{mas} or milliarcsecond).") (license license:expat))) -;; The last compatible version for python-astropy-6. -(define-public python-jplephem-2.22 - (hidden-package - (package - (inherit python-jplephem) - (version "2.22") - (source - (origin - (method url-fetch) - (uri (pypi-uri "jplephem" version)) - (sha256 - (base32 "0b2rgb7pvwnl72pqjryf9c812mmdxr69fwiym7mnz05l2xrcr6hd")))) - (arguments - (list - ;; FIXME: OSError: [Errno 30] Read-only file system: - ;; '/gnu/store/<hash>-python-3.11.11/lib/python3.11/@test_43_tmpæ.pyc' - #:tests? #f - #:phases - #~(modify-phases %standard-phases - (replace 'check - (lambda* (#:key tests? #:allow-other-keys) - (when tests? - (invoke "python" "-m" "unittest" "discover" "-s" "test"))))))) - (native-inputs - (list python-setuptools - python-wheel))))) - (define-public python-jwst (package (name "python-jwst") |
