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:
parent
5a85b181d3
commit
27f608c800
19
var/spack/repos/builtin/packages/py-jaconv/package.py
Normal file
19
var/spack/repos/builtin/packages/py-jaconv/package.py
Normal 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')
|
Loading…
Reference in New Issue
Block a user