1
0
Fork 0

dev-python/tqdm: using eclass to handle package name

Package-Manager: portage-2.3.0
This commit is contained in:
Horea Christian 2016-08-29 16:41:11 +02:00
parent dd67e88fc8
commit 7a53c40650
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,6 @@
29 Aug 2016; Horea Christian <h.chr@mail.ru> tqdm-0_pre20140115.ebuild:
dev-python/tqdm: using eclass to handle package name
29 Aug 2016; Horea Christian <h.chr@mail.ru> tqdm-0_pre20140115.ebuild:
dev-python/tqdm: tweaked workdir

View File

@ -6,7 +6,7 @@ EAPI=6
PYTHON_COMPAT=( python2_7 python3_5)
inherit distutils-r1
inherit distutils-r1 vcs-snapshot
DESCRIPTION="Add a progress meter to your loops in a second."
HOMEPAGE="https://github.com/noamraph/tqdm"
@ -23,4 +23,3 @@ DEPEND="
"
RDEPEND=""
S="${WORKDIR}/noamraph-tqdm-da5fdbf"