mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e61800b64a
commit
41a61d5446
1 changed files with 21 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue