guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch python-team updated: gnu: python-astroplan: Adjust inputs.


From: guix-commits
Subject: branch python-team updated: gnu: python-astroplan: Adjust inputs.
Date: Tue, 14 Jan 2025 10:36:49 -0500

This is an automated email from the git hooks/post-receive script.

sharlatan pushed a commit to branch python-team
in repository guix.

The following commit(s) were added to refs/heads/python-team by this push:
     new a8938140bc gnu: python-astroplan: Adjust inputs.
a8938140bc is described below

commit a8938140bcfffe010398a58debf98141f8b84628
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Jan 14 15:35:50 2025 +0000

    gnu: python-astroplan: Adjust inputs.
    
    * gnu/packages/astronomy.scm (python-astroplan) [propagated-inputs]:
    Remove python-six.
    [native-inputs]: Add python-setuptools and python-wheel.
    
    Change-Id: I6a126ccb800e6bd82ecb1144367bed73d3548caa
---
 gnu/packages/astronomy.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 4c66e9c5e8..6a2a547321 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3591,17 +3591,18 @@ celestial-to-terrestrial coordinate transformations.")
             (lambda _
               (setenv "HOME" "/tmp")
               (invoke "python" "setup.py" "build_ext" "--inplace"))))))
+    (native-inputs
+     (list python-pytest-astropy
+           python-pytest-mpl
+           python-setuptools
+           python-setuptools-scm
+           python-wheel))
     (propagated-inputs
      (list python-astropy
            python-astroquery
            python-matplotlib
            python-numpy
-           python-pytz
-           python-six))
-    (native-inputs
-     (list python-pytest-astropy
-           python-pytest-mpl
-           python-setuptools-scm))
+           python-pytz))
     (home-page "https://github.com/astropy/astroplan";)
     (synopsis "Observation planning package for astronomers")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]