[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63806] [PATCH 15/18] gnu: Add python-wiimatch.
From: |
Sharlatan Hellseher |
Subject: |
[bug#63806] [PATCH 15/18] gnu: Add python-wiimatch. |
Date: |
Tue, 30 May 2023 20:58:45 +0100 |
* gnu/packages/astronomy.scm (python-wiimatch): New variable.
---
gnu/packages/astronomy.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index bb90801408..4f94722ce6 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3526,3 +3526,26 @@ (define-public python-skyfield
"Skyfield computes positions for the stars, planets, and satellites in
orbit around the Earth.")
(license license:expat)))
+
+(define-public python-wiimatch
+ (package
+ (name "python-wiimatch")
+ (version "0.3.1")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "wiimatch" version))
+ (sha256
+ (base32
+ "0x6p5z6a2cqinckwlpinjxagvmswl149s1jn6ihmdxk4k0h8rrz0"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-numpy python-scipy))
+ (native-inputs (list python-codecov python-pytest python-pytest-cov
+ python-pytest-doctestplus python-setuptools-scm))
+ (home-page "https://github.com/spacetelescope/wiimatch")
+ (synopsis
+ "Optimal matching of weighted N-dimensional image intensity data")
+ (description
+ "@code{wiimatch} is a package that provides core computational algorithms
for
+optimal @code{matching} of weighted N-dimensional image intensity data
+using (multivariate) polynomials.")
+ (license license:bsd-3)))
--
2.40.1
- [bug#63806] [PATCH 03/18] gnu: Add python-roman-datamodels., (continued)
- [bug#63806] [PATCH 03/18] gnu: Add python-roman-datamodels., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 07/18] gnu: Add python-tweakwcs., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 09/18] gnu: Add python-stsynphot., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 08/18] gnu: Add python-synphot., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 05/18] gnu: Add python-stsci-imagestats., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 13/18] gnu: Add python-stpipe., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 11/18] gnu: Add python-crds., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 14/18] gnu: Add python-bayesicfitting., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 12/18] gnu: Add python-stdatamodels., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 10/18] gnu: Add python-parsley., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 15/18] gnu: Add python-wiimatch.,
Sharlatan Hellseher <=
- [bug#63806] [PATCH 16/18] gnu: Add python-drizzle., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 17/18] gnu: Add python-stcal., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 18/18] gnu: Add python-jwst., Sharlatan Hellseher, 2023/05/30