[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70489] [PATCH 27/47] gnu: python-gatspy: Refresh package style.
From: |
Sharlatan Hellseher |
Subject: |
[bug#70489] [PATCH 27/47] gnu: python-gatspy: Refresh package style. |
Date: |
Sun, 21 Apr 2024 00:22:16 +0100 |
* gnu/packages/astronomy.scm (python-gatspy): Adjust indentetion.
[arguments]: Use #~ qutation style.
<#:test-flags>: Activate tests for supersmoother.
[propagated-inputs]: Add python-supersmoother.
Change-Id: Ibbaae0f87693f5f4aa6e3f92d567881ad58dbfba
---
gnu/packages/astronomy.scm | 41 +++++++++++++++++++-------------------
1 file changed, 21 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index d183a968ed..bf71843e05 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -675,33 +675,34 @@ (define-public python-gatspy
(package
(name "python-gatspy")
(version "0.3")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "gatspy" version))
- (sha256
- (base32
- "1gw2z6x8nikvnw2gkdl70gr81cwczd1pd7v8ry2kjn6k4kssrfav"))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "gatspy" version))
+ (sha256
+ (base32 "1gw2z6x8nikvnw2gkdl70gr81cwczd1pd7v8ry2kjn6k4kssrfav"))))
(build-system pyproject-build-system)
(arguments
(list
- #:phases
- '(modify-phases %standard-phases
- ;; Tests need this
- (add-before 'check 'set-HOME
- (lambda _ (setenv "HOME" "/tmp"))))
#:test-flags
- '(list "-k"
- (string-append
- ;; These tests require internet access
- "not test_download_data.py"
- ;; XXX: we don't have supersmoother
- " and not test_supersmoother.py"))))
- (propagated-inputs (list python-astroml python-numpy python-scipy))
+ ;; These tests require internet access
+ #~(list "-k" "not test_download_data.py")
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; Tests need this
+ (add-before 'check 'set-HOME
+ (lambda _ (setenv "HOME" "/tmp"))))))
+ (propagated-inputs
+ (list python-astroml
+ python-numpy
+ python-scipy
+ python-supersmoother))
(native-inputs (list python-pytest python-nose python-setuptools-scm))
(home-page "https://github.com/astroml/gatspy")
(synopsis "General tools for astronomical time series in Python")
- (description "This package provides general tools for astronomical time
-series in Python.")
+ (description
+ "This package provides general tools for astronomical time series in
+Python.")
(license license:bsd-2)))
(define-public python-ginga
--
2.41.0
- [bug#70489] [PATCH 16/47] gnu: python-jwst: Update to 1.14.0., (continued)
- [bug#70489] [PATCH 16/47] gnu: python-jwst: Update to 1.14.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 17/47] gnu: python-stcal: Update to 1.7.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 18/47] gnu: python-stdatamodels: Update to 1.10.1., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 06/47] gnu: parfive: Update to 2.1.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 19/47] gnu: python-stsci-imagestats: Update to 1.8.2., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 21/47] gnu: python-synphot: Add custom check phase., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 20/47] gnu: python-stsci-image: Refresh package style., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 22/47] gnu: python-synphot: Update to 1.4.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 23/47] gnu: python-tweakwcs: Adjust indentation., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 32/47] gnu: python-sunpy: Update to 5.1.2., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 27/47] gnu: python-gatspy: Refresh package style.,
Sharlatan Hellseher <=
- [bug#70489] [PATCH 33/47] gnu: python-astroplan: Update to 0.10., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 31/47] gnu: python-skyfield: Enable tests., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 34/47] gnu: python-rad: Update to 0.19.2., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 30/47] gnu: Add python-assay., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 37/47] gnu: python-casa-formats-io: Update to 0.3.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 24/47] gnu: python-tweakwcs: Update to 0.8.7., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 05/47] gnu: python-pytest-socket: Update to 0.7.0., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 26/47] gnu: python-ginga: Set HOME for sanity check., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 25/47] gnu: python-ginga: Update to 5.0.1., Sharlatan Hellseher, 2024/04/20
- [bug#70489] [PATCH 29/47] gnu: python-bayesicfitting: Update to 3.2.1., Sharlatan Hellseher, 2024/04/20