GNU bug report logs -
#76746
[PATCH 00/13] Add spotify-downloader.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/python-xyz.scm (python-jaconv): New variable.
Change-Id: I0b29cd00f311ae2a4dbb2c8f59148fc4bbadc144
---
gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 22db4d8b45..cec76daa24 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34460,6 +34460,28 @@ (define-public python-flufl-i18n
different tasks.")
(license license:asl2.0)))
+(define-public python-jaconv
+ (package
+ (name "python-jaconv")
+ (version "0.3.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ikegami-yukino/jaconv")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1pfx0zvyz07c1jywrv5ayklpmjz91mrb62gc52g48d4qnqwa3fzn"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-pytest python-setuptools python-wheel))
+ (home-page "https://github.com/ikegami-yukino/jaconv")
+ (synopsis "Python Japanese character interconverter")
+ (description
+ "@code{jaconv} (Japanese Converter) is an interconverter for Hiragana,
+Katakana, Hankaku (half-width character) and Zenkaku (full-width character)")
+ (license license:expat)))
+
(define-public python-flufl-lock
(package
(name "python-flufl-lock")
--
2.48.1
This bug report was last modified 85 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.