dev-python/crayons - 0.4.0 (nest)

Search

Package Information

Description:
Text UI colors
Homepage:
https://github.com/kennethreitz/crayons
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.4.0 8 ~amd64 ~x86 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..14} )

inherit distutils-r1

DESCRIPTION="Text UI colors"
HOMEPAGE="https://github.com/kennethreitz/crayons"
SRC_URI="https://github.com/kennethreitz/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

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

distutils_enable_tests unittest

python_test() {
	"${EPYTHON}" test_crayons.py || die "tests failed with ${EPYTHON}"
}

Dependencies

RDEPEND

dev-python/colorama[${PYTHON_USEDEP}]

Manifest for 0.4.0

Type File Size Source URLs
DIST crayons-0.4.0.gh.tar.gz 5374 bytes https://github.com/kennethreitz/crayons/archive/v0.4.0.tar.gz