Install this version:
emerge -a =app-dicts/leo-cli-0.36
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-dicts/leo-cli-0.36
Or alternatively:
emerge --autounmask-write -a =app-dicts/leo-cli-0.36
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{12,13,14} )
inherit distutils-r1
DESCRIPTION="A simple command line tool for http://dict.leo.org"
HOMEPAGE="https://github.com/joidegn/leo-cli"
SRC_URI="https://github.com/joidegn/leo-cli/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/tabulate[${PYTHON_USEDEP}] "
RDEPEND="${DEPEND}"
BDEPEND=""
dev-python/beautifulsoup4[] dev-python/lxml[] dev-python/requests[] dev-python/tabulate[]
dev-python/beautifulsoup4[] dev-python/lxml[] dev-python/requests[] dev-python/tabulate[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | leo-cli-0.36.tar.gz | 6457 bytes | https://github.com/joidegn/leo-cli/archive/refs/tags/0.36.tar.gz |