[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72219] [PATCH 30/34] gnu: Add python-echo.
From: |
Sharlatan Hellseher |
Subject: |
[bug#72219] [PATCH 30/34] gnu: Add python-echo. |
Date: |
Sat, 20 Jul 2024 23:40:53 +0100 |
* gnu/packages/python-xyz.scm (python-echo): New variable.
Change-Id: Id506a7b4ed9681227372455f9d96a0957eb845a7
---
gnu/packages/python-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d36c96004e..1ac9884c59 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2382,6 +2382,42 @@ (define-public python-easygui
simple function calls.")
(license license:bsd-3)))
+(define-public python-echo
+ (package
+ (name "python-echo")
+ (version "0.8.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "echo" version))
+ (sha256
+ (base32 "1hr2kgjmf5gcjbg1mry03ca1dayfwy8mi8as42jfg0apsa3bfvvj"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'start-xorg-server
+ (lambda _
+ ;; The test suite requires a running X server.
+ (system "Xvfb :99 -screen 0 1024x768x24 &")
+ (setenv "DISPLAY" ":99.0"))))))
+ (propagated-inputs
+ (list python-numpy
+ python-qtpy
+ python-pyqt-6))
+ (native-inputs
+ (list python-pytest
+ python-pytest-cov
+ python-setuptools-scm
+ xorg-server-for-tests))
+ (home-page "https://github.com/glue-viz/echo";)
+ (synopsis "Callback Properties in Python")
+ (description
+ "Echo is a small library for attaching callback functions to property
+state changes.")
+ (license license:expat)))
+
(define-public python-pymd4c
(package
(name "python-pymd4c")
--
2.41.0
- [bug#72219] [PATCH 19/34] gnu: python-stpipe: Update to 0.6.0., (continued)
- [bug#72219] [PATCH 19/34] gnu: python-stpipe: Update to 0.6.0., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 29/34] gnu: Add python-sbpy., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 23/34] gnu: python-tweakwcs: Update to 0.8.8., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 16/34] gnu: python-extension-helpers: Enable tests., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 34/34] gnu: Add python-sncosmo., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 31/34] gnu: Add python-mpl-scatter-density., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 26/34] gnu: Add python-poetry-dynamic-versioning., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 32/34] gnu: Add python-glue-core., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 09/34] gnu: python-astropy-iers-data: Update to 0.2024.7.15.0.31.42., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 13/34] gnu: python-jwst: Update to 1.15.1., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 30/34] gnu: Add python-echo.,
Sharlatan Hellseher <=
- [bug#72219] [PATCH 22/34] gnu: python-sunpy: Update to 5.1.5., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 24/34] gnu: python-fast-histogram: Adjust inputs., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 28/34] gnu: Add python-ads., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 10/34] gnu: python-crds: Update to 11.17.26., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 27/34] gnu: Add python-kanon., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 25/34] gnu: Add python-dunamai., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 33/34] gnu: Add python-looseversion., Sharlatan Hellseher, 2024/07/20
- bug#72219: [PATCH 00/34] Astronomy update 2024/07, Sharlatan Hellseher, 2024/07/30