Install this version:
emerge -a =dev-python/pykakasi-2.3.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/pykakasi-2.3.0
Or alternatively:
emerge --autounmask-write -a =dev-python/pykakasi-2.3.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.3.0 | 8 | ~amd64 | 0 |
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_1{2,3,4,5} )
inherit distutils-r1 pypi
DESCRIPTION="Transliterate Japanese to Romaji."
HOMEPAGE="https://pypi.org/project/pykakasi/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-python/jaconv[${PYTHON_USEDEP}]
!app-i18n/kakasi"
BDEPEND="test? (
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/py-cpuinfo[${PYTHON_USEDEP}]
dev-python/pytest-benchmark[${PYTHON_USEDEP}]
)"
EPYTEST_PLUGINS=( pytest-benchmark pytest-cov )
distutils_enable_tests pytest
dev-python/jaconv[] !app-i18n/kakasi
test? ( dev-python/pytest-cov[] dev-python/py-cpuinfo[] dev-python/pytest-benchmark[] )