diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-15 20:41:52 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-18 22:29:35 +0000 |
| commit | 3d57b3c1735456ff79562ad59a4b84445e0db977 (patch) | |
| tree | 739e000e994cdd5722bf5562932ef606b75a9927 | |
| parent | 959cf334b99e27d41bd3cd01a8a9a57c9fbeb3c7 (diff) | |
gnu: Remove python-astropy-6.
* gnu/packages/astronomy.scm (python-astropy-6): Delete variable.
Fixes: guix/guix#6493
Change-Id: I229decc70292cd47d1ed88e7fec47bd1364d3412
| -rw-r--r-- | gnu/packages/astronomy.scm | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 6ad801109f2..49fc22fa050 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -3204,43 +3204,6 @@ much of the core functionality and some common tools needed for performing | |||
| 3204 | astronomy and astrophysics.") | 3204 | astronomy and astrophysics.") |
| 3205 | (license license:bsd-3))) | 3205 | (license license:bsd-3))) |
| 3206 | 3206 | ||
| 3207 | (define-public python-astropy-6 | ||
| 3208 | (package | ||
| 3209 | (inherit python-astropy) | ||
| 3210 | (name "python-astropy") | ||
| 3211 | (version "6.1.7") | ||
| 3212 | (source | ||
| 3213 | (origin | ||
| 3214 | (method url-fetch) | ||
| 3215 | (uri (pypi-uri "astropy" version)) | ||
| 3216 | (sha256 | ||
| 3217 | (base32 "1vspagb4vbmkl6fm3mr78577dgdq992ggwkd5qawpdh6cccaq1d4")) | ||
| 3218 | (modules '((guix build utils))) | ||
| 3219 | (snippet | ||
| 3220 | #~(begin | ||
| 3221 | (with-directory-excursion "astropy/extern" | ||
| 3222 | (for-each delete-file-recursively '("ply" "configobj"))) | ||
| 3223 | (with-directory-excursion "cextern" | ||
| 3224 | (for-each delete-file-recursively '("expat" "wcslib"))))))) | ||
| 3225 | ;; tests: 28419 passed, 316 skipped, 233 xfailed, 25 warnings | ||
| 3226 | (arguments | ||
| 3227 | (substitute-keyword-arguments | ||
| 3228 | (package-arguments python-astropy) | ||
| 3229 | ((#:test-flags test-flags #~(list)) | ||
| 3230 | #~(list "--pyargs" "astropy" | ||
| 3231 | "--numprocesses" (number->string (min 8 (parallel-job-count))) | ||
| 3232 | "-k" (string-join | ||
| 3233 | (list "not test_skip_meta" | ||
| 3234 | "test_all_included" | ||
| 3235 | "test_basic_testing_completeness" | ||
| 3236 | "test_ephemeris_local_file_not_ephemeris" | ||
| 3237 | "test_non_linear_lsq_fitter_with_weights[LMLSQFitter]" | ||
| 3238 | "test_testing_completeness") | ||
| 3239 | " and not "))))) | ||
| 3240 | (propagated-inputs | ||
| 3241 | (modify-inputs (package-propagated-inputs python-astropy) | ||
| 3242 | (replace "python-jplephem" python-jplephem-2.22))))) | ||
| 3243 | |||
| 3244 | (define-public python-astropy-healpix | 3207 | (define-public python-astropy-healpix |
| 3245 | (package | 3208 | (package |
| 3246 | (name "python-astropy-healpix") | 3209 | (name "python-astropy-healpix") |
