GNU bug report logs -
#64438
[PATCH] gnu: Add python-gatspy.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64438 in the body.
You can then email your comments to 64438 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#64438
; Package
guix-patches
.
(Mon, 03 Jul 2023 15:09:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 03 Jul 2023 15:09:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioinformatics.scm (python-gatspy): New variable.
---
gnu/packages/bioinformatics.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 0f3f64b98f..47ea11fa53 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3477,6 +3477,34 @@ (define-public python-pysam
also includes an interface for tabix.")
(license license:expat)))
+(define-public python-gatspy
+ (package
+ (name "python-gatspy")
+ (version "0.3")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "gatspy" version))
+ (sha256
+ (base32
+ "1gw2z6x8nikvnw2gkdl70gr81cwczd1pd7v8ry2kjn6k4kssrfav"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list #:test-flags '(list "-k"
+ ;; These tests require internet access
+ (string-append "not test_download_data.py"
+ " and not test_rrlyrae.py"
+ " and not test_rrlyrae_lightcurves"
+ " and not test_rrlyrae_generated.py"
+ " and not test_lomb_scargle.py"
+ " and not test_supersmoother.py"
+ " and not test_templates.py"))))
+ (propagated-inputs (list python-numpy python-scipy))
+ (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 "General tools for astronomical time series in Python")
+ (license license:bsd-2)))
+
(define-public python-twobitreader
(package
(name "python-twobitreader")
base-commit: 29ccd7cac93da290e1d0466a1d33748ad4ccbf08
prerequisite-patch-id: 2e072dec7e75b2dcc08789c562b9c3f8491fc05f
--
2.34.1
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Mon, 03 Jul 2023 15:48:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Mon, 03 Jul 2023 15:48:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 64438-done <at> debbugs.gnu.org (full text, mbox):
Thanks for the patch!
I noticed that some of the tests only failed because we didn’t have
astroML. So I packaged it and added it to the inputs, so now only two
tests are disabled.
Pushed it to the master branch with commit
07f083e94f4f5c5f53e4d8aa644de2064a6256c9.
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 01 Aug 2023 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 322 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.