19 lines
370 B
Bash
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"
|