[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/26: gnu: packages/astronomy: Minimize import from python build system
From: |
guix-commits |
Subject: |
04/26: gnu: packages/astronomy: Minimize import from python build system. |
Date: |
Thu, 30 May 2024 10:26:21 -0400 (EDT) |
abcdw pushed a commit to branch master
in repository guix.
commit ab0af70306b87ccafc8c422ab95f91f19bc1015d
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon May 20 23:12:31 2024 +0100
gnu: packages/astronomy: Minimize import from python build system.
* gnu/packages/astronomy.scm: Select just pypi-uri from python build
system module.
Change-Id: I1b02cdd24a6456d58136ee126f7bdb2a01dce9b4
Signed-off-by: Andrew Tropin <andrew@trop.in>
---
gnu/packages/astronomy.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 2d9acc5192..f7683f6d71 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -97,7 +97,7 @@
#:use-module (guix build-system copy)
#:use-module (guix build-system gnu)
#:use-module (guix build-system meson)
- #:use-module (guix build-system python)
+ #:use-module ((guix build-system python) #:select (pypi-uri))
#:use-module (guix build-system pyproject)
#:use-module (guix download)
#:use-module (guix gexp)
- branch master updated (ee8ff44519 -> c2cb630061), guix-commits, 2024/05/30
- 02/26: gnu: python-ephem: Use pyproject-build-system., guix-commits, 2024/05/30
- 01/26: gnu: python-sep: Refresh package style., guix-commits, 2024/05/30
- 04/26: gnu: packages/astronomy: Minimize import from python build system.,
guix-commits <=
- 05/26: gnu: calceph: Update to 4.0.0., guix-commits, 2024/05/30
- 03/26: gnu: python-sgp4: Use pyproject-build-system., guix-commits, 2024/05/30
- 11/26: gnu: python-ccdproc: Update to 2.4.2., guix-commits, 2024/05/30
- 07/26: gnu: python-astropy: Update to 6.1.0., guix-commits, 2024/05/30
- 06/26: gnu: python-astropy-iers-data: Update to 0.2024.5.13.0.30.12., guix-commits, 2024/05/30
- 08/26: gnu: python-pyvo: Disable a failing test., guix-commits, 2024/05/30
- 10/26: gnu: python-dust-extinction: Update to 1.4., guix-commits, 2024/05/30
- 13/26: gnu: python-crds: Update to 11.17.22., guix-commits, 2024/05/30
- 09/26: gnu: python-astroscrappy: Update to 1.2.0., guix-commits, 2024/05/30
- 14/26: gnu: python-jplephem: Update to 2.22., guix-commits, 2024/05/30