New package: py-jaconv (#29548)

* [py-jaconv] created template

* [py-jaconv]

- added homepage
- added description
- depends on setuptools
- removed fixmes
This commit is contained in:
Jen Herting 2022-03-17 13:15:04 -04:00 committed by GitHub
parent 5a85b181d3
commit 27f608c800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')