dev-python/texttable: Add this Fig dependency
[wtk-overlay.git] / dev-python / texttable / texttable-0.8.1.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI="5"
6 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
7
8 inherit distutils-r1
9
10 DESCRIPTION="Module for creating simple ASCII tables"
11 HOMEPAGE="http://foutaise.org/code/texttable/ http://pypi.python.org/pypi/texttable"
12 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
13
14 LICENSE="LGPL-2.1+"
15 SLOT="0"
16 KEYWORDS="~amd64 ~x86"
17
18 RDEPEND="${PYTHON_DEPS}"
19 DEPEND="${RDEPEND}"