mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ansi2html: Update to 1.9.2.
* gnu/packages/python-xyz.scm (python-ansi2html): Update to 1.9.2. [build-system]: Switch to pyproject. [propagated-inputs]: Remove python-six. [native-inputs]: Remove python-nose; add python-pytest, python-setuptools, and python-wheel. Change-Id: Iece4132ba60281b01f94535eb1f9c37c3188f185
This commit is contained in:
parent
99f03c1533
commit
80f6160ee8
1 changed files with 8 additions and 8 deletions
|
@ -25402,24 +25402,24 @@ console.")
|
||||||
(define-public python-ansi2html
|
(define-public python-ansi2html
|
||||||
(package
|
(package
|
||||||
(name "python-ansi2html")
|
(name "python-ansi2html")
|
||||||
(version "1.2.0")
|
(version "1.9.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "ansi2html" version))
|
(uri (pypi-uri "ansi2html" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "19f0ap4w66b35csmx4k97pnb9fkdfnmgliajn0kvhdsxaf3vylrl"))))
|
||||||
"1wa00zffprb78w1mqq90dk47czz1knanys2a40zbw2vyapd5lp9y"))))
|
(build-system pyproject-build-system)
|
||||||
(build-system python-build-system)
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-mock python-nose))
|
(list python-mock
|
||||||
(propagated-inputs
|
python-pytest
|
||||||
(list python-six))
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
(home-page "https://github.com/ralphbean/ansi2html")
|
(home-page "https://github.com/ralphbean/ansi2html")
|
||||||
(synopsis "Convert ANSI-decorated console output to HTML")
|
(synopsis "Convert ANSI-decorated console output to HTML")
|
||||||
(description
|
(description
|
||||||
"@command{ansi2html} is a Python library and command line utility for
|
"@command{ansi2html} is a Python library and command line utility for
|
||||||
converting text with ANSI color codes to HTML or LaTeX.")
|
converting text with ANSI color codes to HTML or LaTeX.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public python-easy-ansi
|
(define-public python-easy-ansi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue