From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-899547-garchives=archives.gentoo.org@lists.gentoo.org> 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 EBC07138330 for <garchives@archives.gentoo.org>; Thu, 1 Sep 2016 21:29:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35DDB21C091; Thu, 1 Sep 2016 21:29:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A7AE21C091 for <gentoo-commits@lists.gentoo.org>; Thu, 1 Sep 2016 21:29:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4484B34081F for <gentoo-commits@lists.gentoo.org>; Thu, 1 Sep 2016 21:29:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 319932470 for <gentoo-commits@lists.gentoo.org>; Thu, 1 Sep 2016 21:29:20 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org> Message-ID: <1472765347.a414f97b75127221a2c91a155ff7fc9fdae03be9.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tqdm/Manifest dev-python/tqdm/metadata.xml dev-python/tqdm/tqdm-0_pre20140115.ebuild dev-python/tqdm/tqdm-9999.ebuild X-VCS-Directories: dev-python/tqdm/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a414f97b75127221a2c91a155ff7fc9fdae03be9 X-VCS-Branch: master Date: Thu, 1 Sep 2016 21:29:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 98069155-62ee-46ac-b568-8ef204bba96d X-Archives-Hash: ce270c1d36aeb77c4ccf10f5afcd3714 commit: a414f97b75127221a2c91a155ff7fc9fdae03be9 Author: Horea Christian <horea.christ <AT> yandex <DOT> com> AuthorDate: Mon Aug 29 15:07:11 2016 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Sep 1 21:29:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a414f97b dev-python/tqdm: new ebuild Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2159 Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-python/tqdm/Manifest | 1 + dev-python/tqdm/metadata.xml | 19 +++++++++++++++++++ dev-python/tqdm/tqdm-0_pre20140115.ebuild | 23 +++++++++++++++++++++++ dev-python/tqdm/tqdm-9999.ebuild | 22 ++++++++++++++++++++++ 4 files changed, 65 insertions(+) diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest new file mode 100644 index 00000000..8c05471 --- /dev/null +++ b/dev-python/tqdm/Manifest @@ -0,0 +1 @@ +DIST tqdm-0_pre20140115.tar.gz 3073 SHA256 4caed4edc4fab72972cc2f71611abbb1595ef817752d74ffdd787ed6d75467a9 SHA512 62cb08418bec6f231022f806f54b8c4d9bdc56c23eb9e446e221f9a45aa568e72cfa99f13e811b9ac570c46baac22e7801cbbe9ef0a5aff264332b04768083f5 WHIRLPOOL b4fe6a5b524611a1c7b1126eedd2186c13e9f7b15a3e653f5fe2be0b768462752bf155cb254a3d6bf3b776ef4d01132e1abd011c151c652f794cca8452ad64ce diff --git a/dev-python/tqdm/metadata.xml b/dev-python/tqdm/metadata.xml new file mode 100644 index 00000000..125d009 --- /dev/null +++ b/dev-python/tqdm/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>horea.christ@gmail.com</email> + <name>Horea Christian</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription lang="en"> + Instantly make your loops show a progress meter - just wrap + any iterator with "tqdm(iterator)", and you're done! + </longdescription> + <upstream> + <remote-id type="github">noamraph/tqdm</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/tqdm/tqdm-0_pre20140115.ebuild b/dev-python/tqdm/tqdm-0_pre20140115.ebuild new file mode 100644 index 00000000..e60bec1 --- /dev/null +++ b/dev-python/tqdm/tqdm-0_pre20140115.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +inherit distutils-r1 vcs-snapshot + +DESCRIPTION="Add a progress meter to your loops in a second." +HOMEPAGE="https://github.com/noamraph/tqdm" +COMMIT="da5fdbf7c05a9127f04ac5887292457e8335f480" +SRC_URI="https://github.com/noamraph/${PN}/tarball/${COMMIT} -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="" + diff --git a/dev-python/tqdm/tqdm-9999.ebuild b/dev-python/tqdm/tqdm-9999.ebuild new file mode 100644 index 00000000..98fb54f --- /dev/null +++ b/dev-python/tqdm/tqdm-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +inherit distutils-r1 git-r3 + +DESCRIPTION="Add a progress meter to your loops in a second." +HOMEPAGE="https://github.com/noamraph/tqdm" +SRC_URI="" +EGIT_REPO_URI="https://github.com/noamraph/tqdm" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=""