app-dicts/leo-cli - 0.36 (robert7k)

Search

Install

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

Package Information

Description:
A simple command line tool for http://dict.leo.org
Homepage:
https://github.com/joidegn/leo-cli
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.36 8 ~amd64 ~x86 0
View Raw Ebuild
# 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=""

Inherited Eclasses

Dependencies

DEPEND

	dev-python/beautifulsoup4[]
	dev-python/lxml[]
	dev-python/requests[]
	dev-python/tabulate[] 

RDEPEND

	dev-python/beautifulsoup4[]
	dev-python/lxml[]
	dev-python/requests[]
	dev-python/tabulate[] 

Manifest for 0.36

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