From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB1DF138334 for ; Fri, 1 Feb 2019 15:52:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB92FE0AE7; Fri, 1 Feb 2019 15:52:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90FE0E0AE7 for ; Fri, 1 Feb 2019 15:52:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C552433BE32 for ; Fri, 1 Feb 2019 15:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 320D852C for ; Fri, 1 Feb 2019 15:52:44 +0000 (UTC) From: "Tony Vroon" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Vroon" Message-ID: <1549036336.888f3f8b6d5c7315562150fa6daf664ee5c72ff3.chainsaw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/progressbar2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/progressbar2/Manifest dev-python/progressbar2/metadata.xml dev-python/progressbar2/progressbar2-3.39.2.ebuild X-VCS-Directories: dev-python/progressbar2/ X-VCS-Committer: chainsaw X-VCS-Committer-Name: Tony Vroon X-VCS-Revision: 888f3f8b6d5c7315562150fa6daf664ee5c72ff3 X-VCS-Branch: master Date: Fri, 1 Feb 2019 15:52:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a28b28a6-e490-424a-bbb5-a00605ebc086 X-Archives-Hash: c25e46e52ff2aafe2807c0c4b14c4446 commit: 888f3f8b6d5c7315562150fa6daf664ee5c72ff3 Author: Tony Vroon gentoo org> AuthorDate: Fri Feb 1 15:36:32 2019 +0000 Commit: Tony Vroon gentoo org> CommitDate: Fri Feb 1 15:52:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888f3f8b dev-python/progressbar2: Initial commit. Dependency of net-misc/irrtree. Signed-Off-By: Tony Vroon gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/progressbar2/Manifest | 1 + dev-python/progressbar2/metadata.xml | 12 ++++++++++++ dev-python/progressbar2/progressbar2-3.39.2.ebuild | 21 +++++++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-python/progressbar2/Manifest b/dev-python/progressbar2/Manifest new file mode 100644 index 00000000000..f378e476ae0 --- /dev/null +++ b/dev-python/progressbar2/Manifest @@ -0,0 +1 @@ +DIST progressbar2-3.39.2.tar.gz 131723 BLAKE2B d8ff04986e125d17b67d86399308c4f7ca55c1dc744e2cd42042fb61ec0b93e61f6af1308e884e24e1b423a5ff66e3074b30ce75c0fb7af85acb700288a7bcc0 SHA512 efbf08a09665542fc361757c2a649ecc3bff0077e68b2669f4dfe1635e7730cf3cd0c6a3ae13e059adada31dc77b291098c21746ed9b5e0929260d2788345d6b diff --git a/dev-python/progressbar2/metadata.xml b/dev-python/progressbar2/metadata.xml new file mode 100644 index 00000000000..f2912434ed1 --- /dev/null +++ b/dev-python/progressbar2/metadata.xml @@ -0,0 +1,12 @@ + + + + + chainsaw@gentoo.org + Tony Vroon + + + + progressbar2 + + diff --git a/dev-python/progressbar2/progressbar2-3.39.2.ebuild b/dev-python/progressbar2/progressbar2-3.39.2.ebuild new file mode 100644 index 00000000000..6fee4894854 --- /dev/null +++ b/dev-python/progressbar2/progressbar2-3.39.2.ebuild @@ -0,0 +1,21 @@ +# 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}"