[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
369/397: gnu: python-acstools: Add missing inputs.
From: |
guix-commits |
Subject: |
369/397: gnu: python-acstools: Add missing inputs. |
Date: |
Thu, 16 Jan 2025 04:31:24 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 0656644af7b48ceb7cb98c837ee30e26ee3195c8
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Jan 14 15:39:13 2025 +0000
gnu: python-acstools: Add missing inputs.
* gnu/packages/astronomy.scm (python-acstools) [native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Ia0bcc0ada21e79b4460f24d9308035f0dc2dc127
---
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 6a2a547321..f0e75941e4 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1489,17 +1489,19 @@ model-fitting photometry or morphological analyses.")
(sha256
(base32 "0kc1lwr160awk3rq44iav2bk8b9w7vw4q6dd1s035yb442cqz0qh"))))
(build-system pyproject-build-system)
+ (native-inputs
+ (list python-ci-watson
+ python-pytest
+ python-pytest-astropy-header
+ python-pytest-remotedata
+ python-setuptools
+ python-setuptools-scm
+ python-wheel))
(propagated-inputs
(list python-astropy
python-numpy
python-pyyaml
python-requests))
- (native-inputs
- (list python-ci-watson
- python-pytest
- python-setuptools-scm
- python-pytest-astropy-header
- python-pytest-remotedata))
(home-page "https://github.com/spacetelescope/acstools")
(synopsis "Hubble Space Telescope Advanced Camera for Surveys Tools")
(description
- 206/397: gnu: python-fastcluster: Add missing inputs., (continued)
- 206/397: gnu: python-fastcluster: Add missing inputs., guix-commits, 2025/01/16
- 279/397: gnu: python-nampa: Add missing inputs., guix-commits, 2025/01/16
- 276/397: gnu: python-flask-socketio: Update to 5.5.1., guix-commits, 2025/01/16
- 305/397: gnu: python-zodbpickle: Fix build., guix-commits, 2025/01/16
- 323/397: gnu: Remove python-pytest-toolbox., guix-commits, 2025/01/16
- 296/397: gnu: Add python-xmlsec., guix-commits, 2025/01/16
- 291/397: gnu: python-pyvex: Add missing inputs., guix-commits, 2025/01/16
- 295/397: gnu: python-asgiref: Update to 3.8.1., guix-commits, 2025/01/16
- 390/397: gnu: python-gpxpy: Fix build., guix-commits, 2025/01/16
- 385/397: gnu: Remove python-lirc., guix-commits, 2025/01/16
- 369/397: gnu: python-acstools: Add missing inputs.,
guix-commits <=
- 354/397: gnu: python-rcssmin: Update to 1.2.0., guix-commits, 2025/01/16
- 348/397: gnu: python-dust-extinction: Add missing input., guix-commits, 2025/01/16
- 382/397: gnu: Add python-s3fs., guix-commits, 2025/01/16
- 353/397: gnu: python-sentry-sdk: Update to 1.5.5., guix-commits, 2025/01/16
- 375/397: gnu: python-hacking: Update to 7.0.0., guix-commits, 2025/01/16
- 388/397: gnu: python-daemux: Fix build., guix-commits, 2025/01/16
- 377/397: gnu: python-twisted: Add comment., guix-commits, 2025/01/16
- 392/397: gnu: python-alembic: Use python-sqlalchemy-2., guix-commits, 2025/01/16
- 357/397: gnu: Add python-iron-core., guix-commits, 2025/01/16
- 350/397: gnu: python-astroscrappy: Add missing input., guix-commits, 2025/01/16