add dev-python/diagram

This commit is contained in:
Florian Tham
2015-09-21 15:30:35 +02:00
parent 2e2fea6558
commit cd0e0a4793
3 changed files with 40 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="Text mode diagrams using UTF-( characters and fancy colors"
HOMEPAGE="https://github.com/tehmaze/diagram"
SRC_URI="https://github.com/tehmaze/diagram/archive/master.zip -> ${P}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""
S="${WORKDIR}/${PN}-master"