summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-jaconv/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-jaconv/package.py b/var/spack/repos/builtin/packages/py-jaconv/package.py
new file mode 100644
index 0000000000..319a760a89
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-jaconv/package.py
@@ -0,0 +1,19 @@
+# Copyright 2013-2022 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack import *
+
+
+class PyJaconv(PythonPackage):
+ """jaconv (Japanese Converter) is interconverter for
+ Hiragana, Katakana, Hankaku (half-width character) and
+ Zenkaku (full-width character)"""
+
+ homepage = "https://github.com/ikegami-yukino/jaconv"
+ pypi = "jaconv/jaconv-0.3.tar.gz"
+
+ version('0.3', sha256='cc70c796c19a6765598c03eac59d1399a555a9a8839cc70e540ec26f0ec3e66e')
+
+ depends_on('py-setuptools', type='build')