[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
51/231: gnu: python-astropy-iers-data: Add missing inputs.
From: |
guix-commits |
Subject: |
51/231: gnu: python-astropy-iers-data: Add missing inputs. |
Date: |
Tue, 15 Oct 2024 17:10:55 -0400 (EDT) |
sharlatan pushed a commit to branch python-team-old
in repository guix.
commit f54c79b903ca9176e22cee12929b3f16cd052eb8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Apr 5 08:15:30 2024 +0200
gnu: python-astropy-iers-data: Add missing inputs.
* gnu/packages/python-xyz.scm (python-astropy-iers-data)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Ie27e057a2d37940a5805706a5afbd01b81c91c1f
---
gnu/packages/astronomy.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 1f88800a5b..44a953379b 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1783,7 +1783,9 @@ astronomy and astrophysics.")
(list python-hypothesis
python-pytest
python-pytest-remotedata
- python-setuptools-scm))
+ python-setuptools
+ python-setuptools-scm
+ python-wheel))
(home-page "https://docs.astropy.org/en/latest/utils/iers.html")
(synopsis "IERS Earth Rotation and Leap Second tables for the astropy core
package")
(description
- 217/231: gnu: python-pytest-trio: Move to pyproject-build-system., (continued)
- 217/231: gnu: python-pytest-trio: Move to pyproject-build-system., guix-commits, 2024/10/15
- 220/231: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/10/15
- 221/231: gnu: python-multidict: Move to pyproject-build-system., guix-commits, 2024/10/15
- 225/231: gnu: python-qemu-qmp: Improve package style., guix-commits, 2024/10/15
- 223/231: gnu: python-certauth: Move to pyproject-build-system., guix-commits, 2024/10/15
- 231/231: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/10/15
- 226/231: gnu: python-qemu-qmp: Move to pyproject-build-system., guix-commits, 2024/10/15
- 33/231: gnu: Add python-rapidfuzz., guix-commits, 2024/10/15
- 70/231: gnu: Add python-uri-template., guix-commits, 2024/10/15
- 39/231: gnu: java-testng: Drop input labels., guix-commits, 2024/10/15
- 51/231: gnu: python-astropy-iers-data: Add missing inputs.,
guix-commits <=
- 44/231: gnu: python-itemloaders: Fix indentation., guix-commits, 2024/10/15
- 55/231: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/10/15
- 56/231: gnu: python-pyls-black: Add missing inputs., guix-commits, 2024/10/15
- 58/231: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/10/15
- 59/231: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/10/15
- 60/231: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/10/15
- 74/231: gnu: Add python-pytest-jupyter., guix-commits, 2024/10/15
- 87/231: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/10/15
- 88/231: gnu: python-jupyter-client: Set environment variable., guix-commits, 2024/10/15
- 89/231: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/10/15