dev-python/enlighten - 1.14.1 (guru)

Search

Install

Install this version:

emerge -a =dev-python/enlighten-1.14.1

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

autounmask =dev-python/enlighten-1.14.1

Or alternatively:

emerge --autounmask-write -a =dev-python/enlighten-1.14.1

Package Information

Description:
Enlighten Progress Bar for Python Console Apps
Homepage:
https://python-enlighten.readthedocs.io/
License:
MPL-2.0

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..15} )

inherit distutils-r1

DESCRIPTION="Enlighten Progress Bar for Python Console Apps"
HOMEPAGE="https://python-enlighten.readthedocs.io/"
SRC_URI="https://github.com/Rockhopper-Technologies/enlighten/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-python/blessed[${PYTHON_USEDEP}]
	dev-python/prefixed[${PYTHON_USEDEP}]
"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

python_install() {
	rm -rf "${BUILD_DIR}/install$(python_get_sitedir)/benchmarks" || die
	distutils-r1_python_install
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/blessed[]
	dev-python/prefixed[]

Manifest for 1.14.1

Type File Size Source URLs
DIST enlighten-1.14.1.tar.gz 1497799 bytes https://github.com/Rockhopper-Technologies/enlighten/archive/refs/tags/1.14.1.tar.gz