add dev-pyth/colors -- ANSI Colors for Python

This commit is contained in:
Florian Tham
2015-09-01 09:47:10 +02:00
parent 3f26711158
commit a5eabbfae3
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
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"