GNU bug report logs - #77372
[PATCH] gnu: Add python-obspy.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Sat, 29 Mar 2025 23:17:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vinicius Monego <monego <at> posteo.net>
Subject: bug#77372: closed ([PATCH] gnu: Add python-obspy.)
Date: Sun, 13 Apr 2025 20:14:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#77372: [PATCH] gnu: Add python-obspy.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 77372 <at> debbugs.gnu.org.

-- 
77372: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77372
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 77372-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add python-obspy.
Date: Sun, 13 Apr 2025 21:13:34 +0100
[Message part 3 (text/plain, inline)]
Hi,

Pushed to master as d462ff75f1d5e861e29f981f30dfe119aa4fc972 with minor
adjustments.

--
Oleg
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH] gnu: Add python-obspy.
Date: Sat, 29 Mar 2025 23:14:59 +0000
* gnu/packages/geo.scm (python-obspy): New variable.

Change-Id: I116d39d02f8b42c8b4ea3aaef75c388744d7f58d
---
 gnu/packages/geo.scm | 43 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 42 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 8682d29e0e..022bb45d1e 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2020 Christopher Baines <mail <at> cbaines.net>
 ;;; Copyright © 2020–2024 Felix Gruber <felgru <at> posteo.net>
 ;;; Copyright © 2021, 2023-2025 Sharlatan Hellseher <sharlatanus <at> gmail.com>
-;;; Copyright © 2021, 2023, 2024 Vinicius Monego <monego <at> posteo.net>
+;;; Copyright © 2021, 2023, 2024, 2025 Vinicius Monego <monego <at> posteo.net>
 ;;; Copyright © 2021 Clément Lassieur <clement <at> lassieur.org>
 ;;; Copyright © 2021, 2022 Nikolay Korotkiy <sikmir <at> disroot.org>
 ;;; Copyright © 2022 Patrick Noll <patrick <at> patricknoll.com>
@@ -960,6 +960,47 @@ (define-public proj.4
                    ;; cmake/*
                    license:boost1.0))))
 
+(define-public python-obspy
+  (package
+    (name "python-obspy")
+    (version "1.4.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "obspy" version))
+       (sha256
+        (base32 "0izpsfcgjzdj0ja0lip86agp1gfxpw3c00w77603vr1xw067pwww"))))
+    (build-system pyproject-build-system)
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          ;; Rebuild shared libraries to run tests
+          (add-before 'check 'rebuild-ext
+            (lambda _
+              (invoke "python" "setup.py" "build_ext" "--inplace"))))))
+    (propagated-inputs (list python-decorator
+                             python-lxml
+                             python-matplotlib
+                             python-numpy
+                             python-requests
+                             python-scipy
+                             python-setuptools
+                             python-sqlalchemy))
+    (native-inputs (list python-packaging python-pyproj python-pytest
+                         python-setuptools python-wheel))
+    (home-page "https://www.obspy.org")
+    (synopsis "Python framework for seismological observatories")
+    (description
+     "@code{ObsPy} is a project dedicated to provide a Python framework for
+processing seismological data.  It provides parsers for common file formats,
+clients to access data centers and seismological signal processing routines
+which allow the manipulation of seismological time series.
+
+The goal of the ObsPy project is to facilitate rapid application development
+for seismology.")
+    (license license:lgpl3)))
+
 (define-public python-pyogrio
   (package
     (name "python-pyogrio")

base-commit: a3674c059abf16256f549c4d558a0140b9cd8945
-- 
2.49.0




This bug report was last modified 39 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.