From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6C11F1388C0 for ; Sun, 21 Feb 2016 15:18:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C178F21C096; Sun, 21 Feb 2016 15:18:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 178EA21C095 for ; Sun, 21 Feb 2016 15:18:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08A9C340C55 for ; Sun, 21 Feb 2016 15:18:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B51561897 for ; Sun, 21 Feb 2016 15:18:51 +0000 (UTC) From: "Amy Winston" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Winston" Message-ID: <1456067835.403ff9d718d329b15156bfacf413eb919524ea9c.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click-threading/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/click-threading/Manifest dev-python/click-threading/click-threading-0.1.2.ebuild dev-python/click-threading/metadata.xml X-VCS-Directories: dev-python/click-threading/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: 403ff9d718d329b15156bfacf413eb919524ea9c X-VCS-Branch: master Date: Sun, 21 Feb 2016 15:18:51 +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-Archives-Salt: 493e756e-9c4b-4ab6-8985-aa93b6af4dc1 X-Archives-Hash: 15d57d236ef35f73c165ccea60290c9f commit: 403ff9d718d329b15156bfacf413eb919524ea9c Author: Amy Winston gentoo org> AuthorDate: Sun Feb 21 14:51:06 2016 +0000 Commit: Amy Winston gentoo org> CommitDate: Sun Feb 21 15:17:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403ff9d7 dev-python/click-threading: Initial commit dependency for khal Package-Manager: portage-2.2.26 dev-python/click-threading/Manifest | 1 + .../click-threading/click-threading-0.1.2.ebuild | 22 ++++++++++++++++++++++ dev-python/click-threading/metadata.xml | 7 +++++++ 3 files changed, 30 insertions(+) diff --git a/dev-python/click-threading/Manifest b/dev-python/click-threading/Manifest new file mode 100644 index 0000000..292d205 --- /dev/null +++ b/dev-python/click-threading/Manifest @@ -0,0 +1 @@ +DIST click-threading-0.1.2.tar.gz 3232 SHA256 85045457e02f16fba3110dc6b16e980bf3e65433808da2b550dd513206d9b94a SHA512 4612c5314800a76e65468fb80c9495e14605bbda8b5e25e8d78e8baaa9392e424d673d942bd7d0f3955e0241ddc4b87aa348dcb7f3b9516ba94fb8352c0400b6 WHIRLPOOL b821aaca4566cdb6e58ae3eb9dd5892521dd393c8e472399193aa12d9e8754930e778595fe80f3ea6dacc61e4a2ff8f3e68c2f3cbfd0226ecf103309b02ed6eb diff --git a/dev-python/click-threading/click-threading-0.1.2.ebuild b/dev-python/click-threading/click-threading-0.1.2.ebuild new file mode 100644 index 0000000..b2ce425 --- /dev/null +++ b/dev-python/click-threading/click-threading-0.1.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="Multithreaded Click apps made easy." +HOMEPAGE="https://github.com/click-contrib/click-threading https://pypi.python.org/pypi/click-threading" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-python/click-5.0" +RDEPEND="${DEPEND}" + +DOCS=( README.rst ) diff --git a/dev-python/click-threading/metadata.xml b/dev-python/click-threading/metadata.xml new file mode 100644 index 0000000..9733c2c --- /dev/null +++ b/dev-python/click-threading/metadata.xml @@ -0,0 +1,7 @@ + + + + + amynka@gentoo.org + +