diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-16 16:06:37 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 18:34:52 +0000 |
| commit | 1a68a418504be966158efd7c8b11264b9af21bc2 (patch) | |
| tree | b43a4e3db83000bf9a8e8f77e9498c19af627f8f /gnu | |
| parent | e71c7f53d86ba016b7a9c409a7eb6a1e83ac4489 (diff) | |
gnu: Add python-eventio-1.
* gnu/packages/astronomy.scm (python-eventio-1): New variable.
Change-Id: I55a95fe3881ff76d5343298fdf5a9024c83aef39
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 4c4f7b551ef..ebedc985491 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4363,6 +4363,22 @@ tools for astronomers.") "Python read-only implementation of the @code{EventIO} file format.") (license license:expat))) +;; 2.0.0 introduced breaching changes in API. +(define-public python-eventio-1 + (package + (inherit python-eventio) + (name "python-eventio") + (version "1.16.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/cta-observatory/pyeventio") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0jg2zgs0z5jfkdkbgxiiclxkyxrz4zhb57x1ji0c5pd2vsrn4g92")))))) + (define-public python-extinction (package (name "python-extinction") |
