Files
overlay/dev-python/diagram/diagram-0.2.23.ebuild
2015-09-21 15:30:35 +02:00

19 lines
404 B
Bash

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/${PV} -> ${P}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""
#S="${WORKDIR}/${PN}-master"