mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-multiplex.
It was proposed in #48430 on <2021-05-14>. * gnu/packages/python-xyz.scm (python-multiplex): New variable. Change-Id: I75af1e4be940166b91c8c71dd0280cdb4753f956 Reviewed-by: Vinicius Monego <monego@posteo.net> Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
9e378b7c4e
commit
f89232b10d
1 changed files with 31 additions and 0 deletions
|
@ -578,6 +578,37 @@ comparison operators, as defined in the original
|
||||||
@url{http://goessner.net/articles/JsonPath/, JSONPath} proposal.")
|
@url{http://goessner.net/articles/JsonPath/, JSONPath} proposal.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public python-multiplex
|
||||||
|
(package
|
||||||
|
(name "python-multiplex")
|
||||||
|
(version "0.6.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch) ;no tests in PyPI archive
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/dankilman/multiplex")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1a662liqhiya47i6vrz3q03w08viqg3wj5j3g58mz175hcdcmmmv"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-poetry-core
|
||||||
|
python-pytest
|
||||||
|
python-pytest-asyncio))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-aiofiles
|
||||||
|
python-aiostream
|
||||||
|
python-click
|
||||||
|
python-easy-ansi
|
||||||
|
python-pyte))
|
||||||
|
(home-page "https://github.com/dankilman/multiplex")
|
||||||
|
(synopsis "Parallel stream of outputs from multiple processes")
|
||||||
|
(description
|
||||||
|
"This package provides a functionality to view output of multiple
|
||||||
|
processes, in parallel, in the console, with an interactive TUI.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-pyxdameraulevenshtein
|
(define-public python-pyxdameraulevenshtein
|
||||||
(package
|
(package
|
||||||
(name "python-pyxdameraulevenshtein")
|
(name "python-pyxdameraulevenshtein")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue