blob: 53e13123ce444ebdd6efa68af2b0bc8fc8ed1c1e (
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="mirror://pypi/p/${PN}/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=""
DEPEND="dev-python/setuptools"
|