[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73915] [PATCH 32/42] gnu: Add python-pysiril.
From: |
Sharlatan Hellseher |
Subject: |
[bug#73915] [PATCH 32/42] gnu: Add python-pysiril. |
Date: |
Sun, 20 Oct 2024 20:52:34 +0100 |
* gnu/packages/astronomy.scm (python-pysiril): New variable.
Change-Id: Ia7ed4c4707464254a02c4db6eab4c857dbd959f0
---
gnu/packages/astronomy.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index e0ecac8e10..2c8b9da73a 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2081,6 +2081,30 @@ (define-public python-pvextractor
position-frequency slice.")
(license license:bsd-3)))
+(define-public python-pysiril
+ (package
+ (name "python-pysiril")
+ (version "0.0.17")
+ (source
+ (origin
+ (method git-fetch) ; not published on PyPI
+ (uri (git-reference
+ (url "https://gitlab.com/free-astro/pysiril")
+ (commit (string-append
+ "V" (string-replace-substring version "." "_")))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0w8zc6gm8a18l4rvjv22a0l6m2c45bzj1f2m6sbshaq9z30bm0vv"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list #:tests? #f)) ; no tests
+ (home-page "https://siril.org/tutorials/pysiril/")
+ (synopsis "Python interface to SiriL")
+ (description
+ "This package provides an extending scripting capabilities, present
+natively in Siril.")
+ (license license:gpl3)))
+
(define-public python-pyxsim
(package
(name "python-pyxsim")
--
2.46.0
- [bug#73915] [PATCH 20/42] gnu: python-regions: Update to 0.10., (continued)
- [bug#73915] [PATCH 20/42] gnu: python-regions: Update to 0.10., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 22/42] gnu: python-spectral-cube: Disable tests., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 25/42] gnu: python-sunpy: Update to 6.0.3., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 24/42] gnu: python-stdatamodels: Update to 2.1.1., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 23/42] gnu: python-specutils: Update to 1.18.0., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 30/42] gnu: python-glue-core: Adjust inputs., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 27/42] gnu: python-zodipy: Update to 1.1.0., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 29/42] gnu: Add python-astrodendro., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 26/42] gnu: python-tweakwcs: Update to 0.8.9., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 34/42] gnu: Add python-getdist., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 32/42] gnu: Add python-pysiril.,
Sharlatan Hellseher <=
- [bug#73915] [PATCH 31/42] gnu: Add python-hsluv., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 36/42] gnu: Add python-acstools., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 37/42] gnu: Add python-pycollada., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 35/42] gnu: Add python-coolest., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 39/42] gnu: Add iraf-community., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 28/42] gnu: python-pytest-mpl: Adjust inputs., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 42/42] gnu: python-webbpsf: Disable more failing tests., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 40/42] gnu: Add python-halotools., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 33/42] gnu: Add python-sirilic., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 41/42] gnu: python-statmorph: Skip failing tests., Sharlatan Hellseher, 2024/10/20