guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 28b88a75559962efaba05de2650c6c80614240c4
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jan 2 00:23:47 2026 +0000
gnu: Remove python-eventio-1.
* gnu/packages/astronomy.scm (python-eventio-1): Delete variable.
Fixes: guix/guix#5305
Change-Id: If753c3b722e748aafb52329e9fe8bab338617437
---
gnu/packages/astronomy.scm | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 94d21ea021..3fdbbff232 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4707,35 +4707,6 @@ 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"))))
- (arguments
- (list
- ;; tests: 136 passed, 3 skipped, 4 xfailed
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'set-env-version
- (lambda _
- (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version)))
- (add-after 'unpack 'relax-requirements
- (lambda _
- (substitute* "pyproject.toml"
- (("corsikaio >= 0.3.3,<0.6.0")
- "corsikaio >= 0.3.3")))))))))
-
(define-public python-extinction
(package
(name "python-extinction")