app-i18n/libkkc-data - 0.2.7 (gentoo-zh)

Search

Install

Install this version:

emerge -a =app-i18n/libkkc-data-0.2.7

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-i18n/libkkc-data-0.2.7

Or alternatively:

emerge --autounmask-write -a =app-i18n/libkkc-data-0.2.7

Package Information

Description:
Language model data for the libkkc Japanese input method
Homepage:
https://github.com/ueno/libkkc
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
0.2.7 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )

inherit python-any-r1

DESCRIPTION="Language model data for the libkkc Japanese input method"
HOMEPAGE="https://github.com/ueno/libkkc"
SRC_URI="https://github.com/ueno/${PN%-*}/releases/download/v0.3.5/${P}.tar.xz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"

# sortlm.py/genfilter.py build the marisa tries via the marisa python binding.
BDEPEND="$(python_gen_any_dep '
	dev-libs/marisa[python,${PYTHON_USEDEP}]
')"

PATCHES=(
	"${FILESDIR}"/${P}-python3.patch
)

python_check_deps() {
	python_has_version "dev-libs/marisa[python,${PYTHON_USEDEP}]"
}

Inherited Eclasses

Dependencies

BDEPEND

$(python_gen_any_dep '
	dev-libs/marisa[python,${PYTHON_USEDEP}]
')

Manifest for 0.2.7

Type File Size Source URLs
DIST libkkc-data-0.2.7.tar.xz 22262552 bytes https://github.com/ueno/libkkc/releases/download/v0.3.5/libkkc-data-0.2.7.tar.xz