]> Pileus Git - ~andy/sunrise/blob - dev-python/progressbar/progressbar-2.2.ebuild
Automatic update to use.local.desc
[~andy/sunrise] / dev-python / progressbar / progressbar-2.2.ebuild
1 # Copyright 1999-2011 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI="3"
6
7 PYTHON_DEPEND="2"
8 SUPPORT_PYTHON_ABIS="1"
9 RESTRICT_PYTHON_ABIS="3.*"
10
11 inherit distutils
12
13 DESCRIPTION="Text progressbar library for python"
14 HOMEPAGE="http://pypi.python.org/pypi/progressbar/"
15 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
16
17 LICENSE="LGPL-2.1"
18 SLOT="0"
19 KEYWORDS="~amd64"
20 IUSE=""
21
22 PYTHON_MODNAME="${PN}.py"