summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-05-09 16:23:51 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-05-09 22:35:00 +0100
commit80f6160ee84ea77abb928af5de7121b16e98d8f5 (patch)
treea53e1eaa85f853a8f8bddba1b48f01bf4cdec337 /gnu/packages/python-xyz.scm
parent99f03c1533597f1c7d64860e874876f9e29490d0 (diff)
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm16
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fd0846915e..4c7c4c13a2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25402,24 +25402,24 @@ console.")
(define-public python-ansi2html
(package
(name "python-ansi2html")
- (version "1.2.0")
+ (version "1.9.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ansi2html" version))
(sha256
- (base32
- "1wa00zffprb78w1mqq90dk47czz1knanys2a40zbw2vyapd5lp9y"))))
- (build-system python-build-system)
+ (base32 "19f0ap4w66b35csmx4k97pnb9fkdfnmgliajn0kvhdsxaf3vylrl"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-mock python-nose))
- (propagated-inputs
- (list python-six))
+ (list python-mock
+ python-pytest
+ python-setuptools
+ python-wheel))
(home-page "https://github.com/ralphbean/ansi2html")
(synopsis "Convert ANSI-decorated console output to HTML")
(description
"@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+)))
(define-public python-easy-ansi