add dev-pyth/colors -- ANSI Colors for Python
This commit is contained in:
18
dev-python/colors/colors-9999.ebuild
Normal file
18
dev-python/colors/colors-9999.ebuild
Normal 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"
|
||||
Reference in New Issue
Block a user