summaryrefslogtreecommitdiff
blob: 1e5a4476f6c7fc5a6d75cdce8015f485aa7e03d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2008-2012 Funtoo Technologies
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

PYTHON_DEPEND="2"

inherit distutils

DESCRIPTION="Text progressbar library for Python"
HOMEPAGE="http://pypi.python.org/pypi/progressbar"
SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz"

LICENSE="LGPL"
SLOT="0"
KEYWORDS="amd64 sparc x86"
IUSE=""

RDEPEND=""
DEPEND="dev-python/setuptools"