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 B6FA813888F for ; Wed, 7 Oct 2015 16:24:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8B8DE07C9; Wed, 7 Oct 2015 16:24:28 +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 819C5E07C9 for ; Wed, 7 Oct 2015 16:24:28 +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 42A4D340702 for ; Wed, 7 Oct 2015 16:24:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6029279 for ; Wed, 7 Oct 2015 16:24:22 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1444235038.c3a604e0b128b652e3392aa147c39411ea4a53a6.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uhashring/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/uhashring/Manifest dev-python/uhashring/metadata.xml dev-python/uhashring/uhashring-0.1.ebuild X-VCS-Directories: dev-python/uhashring/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: c3a604e0b128b652e3392aa147c39411ea4a53a6 X-VCS-Branch: master Date: Wed, 7 Oct 2015 16:24:22 +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: d889f5fc-c2ca-4a7f-9d78-b38a47ef4e28 X-Archives-Hash: 78bbe60ff9aca64e196144a1f4749d9d commit: c3a604e0b128b652e3392aa147c39411ea4a53a6 Author: Ultrabug gentoo org> AuthorDate: Wed Oct 7 16:23:58 2015 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Wed Oct 7 16:23:58 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a604e0 dev-python/uhashring: new ebuild Package-Manager: portage-2.2.22 dev-python/uhashring/Manifest | 1 + dev-python/uhashring/metadata.xml | 8 ++++++++ dev-python/uhashring/uhashring-0.1.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-python/uhashring/Manifest b/dev-python/uhashring/Manifest new file mode 100644 index 0000000..a742c46 --- /dev/null +++ b/dev-python/uhashring/Manifest @@ -0,0 +1 @@ +DIST uhashring-0.1.tar.gz 11063 SHA256 72d5999006e44a38a1cc0a99e9f5ac81d893948abb32752090936ffd89af7cdb SHA512 bdce3319b1b871ed68aeec7fe6e8dfe829409d57f0c91ce54ab5df52044845f5861ee93864bba5c083000f4c7b9e4502e7f3e1c08a0a9c64c65385c699342e6b WHIRLPOOL ef737c5df409ec50247605b680f9670010f4917df71f5e0b79795d181566228641e87e00ffd6201fc242285876b8a3125d02ac540ecdd26a32edac0f3bcf942a diff --git a/dev-python/uhashring/metadata.xml b/dev-python/uhashring/metadata.xml new file mode 100644 index 0000000..faafe4d --- /dev/null +++ b/dev-python/uhashring/metadata.xml @@ -0,0 +1,8 @@ + + + + python + + uhashring + + diff --git a/dev-python/uhashring/uhashring-0.1.ebuild b/dev-python/uhashring/uhashring-0.1.ebuild new file mode 100644 index 0000000..3d0b1d4 --- /dev/null +++ b/dev-python/uhashring/uhashring-0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_{4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Full featured consistent hashing python library compatible with ketama" +HOMEPAGE="https://github.com/ultrabug/uhashring" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +RESTRICT="test"