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 3CBBF59CAA for ; Fri, 25 Mar 2016 22:58:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 316B921C02A; Fri, 25 Mar 2016 22:58:41 +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 4995C21C02A for ; Fri, 25 Mar 2016 22:58:40 +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 A3F7B340D69 for ; Fri, 25 Mar 2016 22:58:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEE3586B for ; Fri, 25 Mar 2016 22:58:35 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1458946689.6402833d631070fa5ea2ffccb8652b40190f12d3.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tooz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tooz/Manifest dev-python/tooz/metadata.xml dev-python/tooz/tooz-1.34.0.ebuild X-VCS-Directories: dev-python/tooz/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 6402833d631070fa5ea2ffccb8652b40190f12d3 X-VCS-Branch: master Date: Fri, 25 Mar 2016 22:58:35 +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: 3cb59a98-f81a-41f5-8582-a2fe4322cce5 X-Archives-Hash: ac16b699eae40eac1e17321084151636 commit: 6402833d631070fa5ea2ffccb8652b40190f12d3 Author: Matthew Thode gentoo org> AuthorDate: Fri Mar 25 22:58:09 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Fri Mar 25 22:58:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6402833d dev-python/tooz: adding got mitaka Package-Manager: portage-2.2.26 dev-python/tooz/Manifest | 1 + dev-python/tooz/metadata.xml | 11 +++++++++++ dev-python/tooz/tooz-1.34.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/dev-python/tooz/Manifest b/dev-python/tooz/Manifest new file mode 100644 index 0000000..6a42ff8 --- /dev/null +++ b/dev-python/tooz/Manifest @@ -0,0 +1 @@ +DIST tooz-1.34.0.tar.gz 64439 SHA256 116116ab5971dfed13b81176a8f9e353f46ae687d8ff94124813c5f6ad274fa4 SHA512 2b5165b8f9c92ee24be005ef4e9036b8493379b78ae14dbdc92e6cba48ca79f59da70812c806a9ce45b0335779d96712b8a71fe565966fdf647ab908392d54c7 WHIRLPOOL e247218a2e5911605134126d05fa566217f6e894eecf0e4aed0c523bf16c976efe57cfa9d2c72e0e27cb111c7c9cacb1df0aede8f24e270b9107f2b1ad60359a diff --git a/dev-python/tooz/metadata.xml b/dev-python/tooz/metadata.xml new file mode 100644 index 0000000..4f9489a --- /dev/null +++ b/dev-python/tooz/metadata.xml @@ -0,0 +1,11 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + The Tooz project aims at centralizing the most common distributed primitives like group membership protocol, lock service and leader election by providing a coordination API helping developers to build distributed applications. + + diff --git a/dev-python/tooz/tooz-1.34.0.ebuild b/dev-python/tooz/tooz-1.34.0.ebuild new file mode 100644 index 0000000..7bc386a --- /dev/null +++ b/dev-python/tooz/tooz-1.34.0.ebuild @@ -0,0 +1,40 @@ +# 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_3,3_4,3_5} ) + +inherit distutils-r1 + +DESCRIPTION="Library centralizing the most common distributed primitives" +HOMEPAGE="http://docs.openstack.org/developer/tooz/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND}" +RDEPEND="${CDEPEND} + >=dev-python/Babel-1.3[${PYTHON_USEDEP}] + >=dev-python/stevedore-1.5.0[${PYTHON_USEDEP}] + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] + dev-python/enum34[$(python_gen_usedep 'python2_7'),$(python_gen_usedep 'python3_3')] + >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}] + >=dev-python/zake-0.1.6[${PYTHON_USEDEP}] + >=dev-python/voluptuous-0.8.6[${PYTHON_USEDEP}] + >=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}] + >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}] + >=dev-python/retrying-1.2.3[${PYTHON_USEDEP}] + !~dev-python/retrying-1.3.0[${PYTHON_USEDEP}] + virtual/python-futures[${PYTHON_USEDEP}] + >=dev-python/futurist-0.11.0[${PYTHON_USEDEP}] + >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}] + >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}] + >=dev-python/requests-2.8.1[${PYTHON_USEDEP}] + !~dev-python/requests-2.9.0[${PYTHON_USEDEP}] + "