gnu: Add python-jaconv.

* gnu/packages/python-xyz.scm (python-jaconv): New variable.

Change-Id: I2eca2ef0d3c4150d831181dffc30f51a3503bd14
Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Kjartan Oli Agustsson 2025-05-28 10:43:32 +00:00 committed by Andrew Tropin
parent e61800b64a
commit 41a61d5446
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -1112,6 +1112,27 @@ similar XML files, in the same way the @command{diff} utility does it.")
Library.")
(license license:expat)))
(define-public python-jaconv
(package
(name "python-jaconv")
(version "0.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "jaconv" version))
(sha256
(base32 "0qc1dx21vwlarhsg19l5rdjpjf7j7lamrcynaadf0xpj8yr79nij"))))
(build-system pyproject-build-system)
(native-inputs (list python-setuptools python-wheel python-nose))
(home-page "https://github.com/ikegami-yukino/jaconv")
(synopsis
"Pure-Python Japanese character interconverter for Hiragana, Katakana,
Hankaku, Zenkaku")
(description
"jaconv (Japanese Converter) is interconverter for Hiragana, Katakana,
Hankaku (half-width character) and Zenkaku (full-width character)")
(license license:expat)))
(define-public python-janus
(package
(name "python-janus")