Files
overlay/dev-python/colors/colors-9999.ebuild
2018-11-07 14:12:29 +01:00

19 lines
370 B
Bash

EAPI=5
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="ANSI Colors for Python"
HOMEPAGE="https://github.com/verigak/colors"
SRC_URI="https://github.com/verigak/colors/archive/master.zip -> ${P}.zip"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""
S="${WORKDIR}/${PN}-master"