mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-15 15:37:28 -08:00
Dependency of net-misc/irrtree. Signed-Off-By: Tony Vroon <chainsaw@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
22 lines
556 B
Bash
22 lines
556 B
Bash
# Copyright 1999-2019 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
PYTHON_COMPAT=( python2_7 python3_5 pypy pypy3)
|
|
|
|
inherit distutils-r1
|
|
|
|
DESCRIPTION="Text progressbar library for python"
|
|
HOMEPAGE="https://pypi.org/project/progressbar2/"
|
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
CDEPEND="!dev-python/progressbar[${PYTHON_USEDEP}]
|
|
dev-python/python-utils[${PYTHON_USEDEP}]
|
|
dev-python/setuptools[${PYTHON_USEDEP}]"
|
|
RDEPEND="${CDEPEND}"
|
|
BDEPEND="${CDEPEND}"
|