[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73399] [PATCH 24/26] gnu: Add python-ci-watson.
From: |
Sharlatan Hellseher |
Subject: |
[bug#73399] [PATCH 24/26] gnu: Add python-ci-watson. |
Date: |
Sat, 21 Sep 2024 00:31:49 +0100 |
* 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 973e6af594..3675ccd14e 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2794,6 +2794,39 @@ (define-public python-cdflib
@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")
--
2.46.0
- [bug#73399] [PATCH 17/26] gnu: python-sunpy: Update to 6.0.2., (continued)
- [bug#73399] [PATCH 17/26] gnu: python-sunpy: Update to 6.0.2., Sharlatan Hellseher, 2024/09/20
- [bug#73399] [PATCH 15/26] gnu: python-stcal: Update to 1.9.0., Sharlatan Hellseher, 2024/09/20
- [bug#73399] [PATCH 09/26] gnu: python-drizzle: Update to 1.15.3., Sharlatan Hellseher, 2024/09/20
- [bug#73399] [PATCH 16/26] gnu: python-stdatamodels: Update to 2.1.0., Sharlatan Hellseher, 2024/09/20
- [bug#73399] [PATCH 14/26] gnu: python-sbpy: Update to 0.5.0., Sharlatan Hellseher, 2024/09/20
- [bug#73399] [PATCH 12/26] gnu: Add python-sep-pjw., Sharlatan Hellseher, 2024/09/20
- [bug#73399] [PATCH 20/26] gnu: Add healpix-cxx., Sharlatan Hellseher, 2024/09/20
- [bug#73399] [PATCH 19/26] gnu: Add libsharp., Sharlatan Hellseher, 2024/09/20
- [bug#73399] [PATCH 22/26] gnu: Add webbpsf-data., Sharlatan Hellseher, 2024/09/20
- [bug#73399] [PATCH 18/26] gnu: Add healpix., Sharlatan Hellseher, 2024/09/20
- [bug#73399] [PATCH 24/26] gnu: Add python-ci-watson.,
Sharlatan Hellseher <=
- [bug#73399] [PATCH 23/26] gnu: Add python-webbpsf., Sharlatan Hellseher, 2024/09/20
- [bug#73399] [PATCH 21/26] gnu: Add python-metrics-logger., Sharlatan Hellseher, 2024/09/20
- [bug#73399] [PATCH 26/26] gnu: Add python-healpy., Sharlatan Hellseher, 2024/09/20
- [bug#73399] [PATCH 25/26] gnu: Add python-pytest-cython., Sharlatan Hellseher, 2024/09/20
- [bug#73399] [PATCH v2 00/25] Astronomy update 2024/09, Sharlatan Hellseher, 2024/09/21