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 /gnu | |
| parent | 3d57b3c1735456ff79562ad59a4b84445e0db977 (diff) | |
gnu: Remove python-jplephem-2.22.
* gnu/packages/astronomy.scm (python-jplephem-2.22): Delete variable.
Change-Id: Iae86db0939c56739b22f8f3b68eeb20e39afcf08
Diffstat (limited to 'gnu')
| -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 | |||
| 6070 | milliarcsecond).") | 6070 | milliarcsecond).") |
| 6071 | (license license:expat))) | 6071 | (license license:expat))) |
| 6072 | 6072 | ||
| 6073 | ;; The last compatible version for python-astropy-6. | ||
| 6074 | (define-public python-jplephem-2.22 | ||
| 6075 | (hidden-package | ||
| 6076 | (package | ||
| 6077 | (inherit python-jplephem) | ||
| 6078 | (version "2.22") | ||
| 6079 | (source | ||
| 6080 | (origin | ||
| 6081 | (method url-fetch) | ||
| 6082 | (uri (pypi-uri "jplephem" version)) | ||
| 6083 | (sha256 | ||
| 6084 | (base32 "0b2rgb7pvwnl72pqjryf9c812mmdxr69fwiym7mnz05l2xrcr6hd")))) | ||
| 6085 | (arguments | ||
| 6086 | (list | ||
| 6087 | ;; FIXME: OSError: [Errno 30] Read-only file system: | ||
| 6088 | ;; '/gnu/store/<hash>-python-3.11.11/lib/python3.11/@test_43_tmpæ.pyc' | ||
| 6089 | #:tests? #f | ||
| 6090 | #:phases | ||
| 6091 | #~(modify-phases %standard-phases | ||
| 6092 | (replace 'check | ||
| 6093 | (lambda* (#:key tests? #:allow-other-keys) | ||
| 6094 | (when tests? | ||
| 6095 | (invoke "python" "-m" "unittest" "discover" "-s" "test"))))))) | ||
| 6096 | (native-inputs | ||
| 6097 | (list python-setuptools | ||
| 6098 | python-wheel))))) | ||
| 6099 | |||
| 6100 | (define-public python-jwst | 6073 | (define-public python-jwst |
| 6101 | (package | 6074 | (package |
| 6102 | (name "python-jwst") | 6075 | (name "python-jwst") |
