[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/26: gnu: Add python-ci-watson.
From: |
guix-commits |
Subject: |
24/26: gnu: Add python-ci-watson. |
Date: |
Mon, 30 Sep 2024 17:34:24 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 49a013a0ede0d8a25bf66d452fd9b5df5409e688
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Sep 19 15:15:18 2024 +0100
gnu: Add python-ci-watson.
* gnu/packages/astronomy.scm (python-ci-watson): New variable.
Change-Id: I0590bdd7c3847d9b5cc80de94e40149c475bd46a
---
gnu/packages/astronomy.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index c7a3ee2668..c6791c8c21 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2809,6 +2809,39 @@ attempting to maintain ISTP compliance
@end itemize")
(license license:expat)))
+(define-public python-ci-watson
+ (package
+ (name "python-ci-watson")
+ (version "0.7.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "ci_watson" version))
+ (sha256
+ (base32 "1qb5iyb053k1711ic93rcm0z344dc6h8vg8fpkbqpg5z6q0v2b0y"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'patch-pypojrect-toml
+ (lambda _
+ (substitute* "setup.cfg"
+ ;; ImportError: Error importing plugin " no:legacypath": No
+ ;; module named ' no:legacypath'
+ (("-p no:legacypath") "")))))))
+ (propagated-inputs
+ (list python-crds
+ python-pytest
+ python-requests))
+ (native-inputs
+ (list python-pytest-astropy-header))
+ (home-page "https://github.com/spacetelescope/ci_watson")
+ (synopsis "Helper functions for STScI software")
+ (description
+ "This package contains a helper functionality to test ROMAN and JWST.")
+ (license license:bsd-3)))
+
(define-public python-cmyt
(package
(name "python-cmyt")
- 01/26: gnu: calcmysky: Update to 0.3.3., (continued)
- 01/26: gnu: calcmysky: Update to 0.3.3., guix-commits, 2024/09/30
- 16/26: gnu: python-stcal: Update to 1.9.0., guix-commits, 2024/09/30
- 05/26: gnu: python-astropy-iers-data: Update to 0.2024.9.16.0.32.21., guix-commits, 2024/09/30
- 17/26: gnu: python-stdatamodels: Update to 2.1.0., guix-commits, 2024/09/30
- 20/26: gnu: Add libsharp., guix-commits, 2024/09/30
- 06/26: gnu: python-astropy: Update to 6.1.3., guix-commits, 2024/09/30
- 13/26: gnu: Add python-sep-pjw., guix-commits, 2024/09/30
- 07/26: gnu: python-ndcube: Disable failing tests., guix-commits, 2024/09/30
- 11/26: gnu: python-jwst: Update to 1.16.0., guix-commits, 2024/09/30
- 14/26: gnu: python-regularizepsf: Update to 0.4.0., guix-commits, 2024/09/30
- 24/26: gnu: Add python-ci-watson.,
guix-commits <=
- 26/26: gnu: Add python-healpy., guix-commits, 2024/09/30
- 18/26: gnu: python-sunpy: Update to 6.0.2., guix-commits, 2024/09/30
- 23/26: gnu: Add python-webbpsf., guix-commits, 2024/09/30
- 03/26: gnu: cfitsio: Update to 4.5.0., guix-commits, 2024/09/30
- 25/26: gnu: Add python-pytest-cython., guix-commits, 2024/09/30
- 04/26: gnu: siril: Update to 1.2.4., guix-commits, 2024/09/30
- 12/26: gnu: python-pysiaf: Update to 0.23.3., guix-commits, 2024/09/30
- 10/26: gnu: python-drizzle: Update to 1.15.3., guix-commits, 2024/09/30
- 21/26: gnu: Add healpix-cxx., guix-commits, 2024/09/30
- 15/26: gnu: python-sbpy: Update to 0.5.0., guix-commits, 2024/09/30