guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 4ed9deb235fdc1c0c3986b172542ba1eca299fc3 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Wed Aug 13 21:44:01 2025 +0100 gnu: python-astropy-minimal: Adjust inputs. * gnu/packages/astronomy.scm (python-astropy-minimal) [native-inputs]: Remove python-wheel, python-setuptools, and python-setuptools-scm; add python-setuptools-scm-next. [propagate-inputs]: Do not inherit but overwrite, add bare minimal install dependencies: python-astropy-iers-data, python-configobj, python-numpy, python-packaging, python-ply, python-pyerfa, and python-pyyaml. Change-Id: Ib2a2421953f0d9986334038f900694ee15b5d1c7 --- gnu/packages/astronomy.scm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 4f34969674..50ffd4762f 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2636,13 +2636,15 @@ celestial-to-terrestrial coordinate transformations.") pkg-config python-cython-3 python-extension-helpers - python-setuptools - python-setuptools-scm - python-wheel)) + python-setuptools-scm-next)) (propagated-inputs - (modify-inputs (package-propagated-inputs python-astropy) - (delete python-matplotlib - python-scipy))))) + (list python-astropy-iers-data + python-configobj ;to replace custom module + python-numpy + python-packaging + python-ply ;to replace custom module + python-pyerfa + python-pyyaml)))) (define-public python-astroquery (package