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 224171396D1 for ; Sun, 24 Sep 2017 10:17:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B5D61FC1C1; Sun, 24 Sep 2017 10:17:08 +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 282AB1FC1C1 for ; Sun, 24 Sep 2017 10:17:07 +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 6C76F34071C for ; Sun, 24 Sep 2017 10:17:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1866C9084 for ; Sun, 24 Sep 2017 10:17:04 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1506248218.637ef4221e71e48b8ad619ec26f5f0cb4bfbb5b2.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/riak-python-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/riak-python-client/Manifest dev-python/riak-python-client/metadata.xml dev-python/riak-python-client/riak-python-client-2.7.0.ebuild X-VCS-Directories: dev-python/riak-python-client/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 637ef4221e71e48b8ad619ec26f5f0cb4bfbb5b2 X-VCS-Branch: master Date: Sun, 24 Sep 2017 10:17:04 +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: f831e6d0-be78-4333-a090-f340783543f5 X-Archives-Hash: cb6b2c6ba88d8962534479520d0d693c commit: 637ef4221e71e48b8ad619ec26f5f0cb4bfbb5b2 Author: Zac Medico gentoo org> AuthorDate: Sun Sep 24 10:07:04 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Sep 24 10:16:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637ef422 dev-python/riak-python-client: new package Package-Manager: Portage-2.3.10, Repoman-2.3.3 dev-python/riak-python-client/Manifest | 1 + dev-python/riak-python-client/metadata.xml | 11 +++++++ .../riak-python-client-2.7.0.ebuild | 37 ++++++++++++++++++++++ 3 files changed, 49 insertions(+) diff --git a/dev-python/riak-python-client/Manifest b/dev-python/riak-python-client/Manifest new file mode 100644 index 00000000000..7fb5c7dae64 --- /dev/null +++ b/dev-python/riak-python-client/Manifest @@ -0,0 +1 @@ +DIST riak-python-client-2.7.0.tar.gz 194141 SHA256 1c676b90fef357f60adc135ccd180ac28945b61b1367198a2a63df86e9bac1ca SHA512 d63d031fb4b3598176480a3f1419158437ea814b46623a9a69e9105ced4172a1609d731bd163dd258c9301fa3b3c406a81f4c1068460b0ea397046fa6a1863e8 WHIRLPOOL b794eb6b5c7472bd487934b3b40ea38fe7b4886e5d209e16344852b3ed8d9041774b4932465ba247bad2999fd4cf5e296198716964b59c75f853ed54322db625 diff --git a/dev-python/riak-python-client/metadata.xml b/dev-python/riak-python-client/metadata.xml new file mode 100644 index 00000000000..6a8aecae126 --- /dev/null +++ b/dev-python/riak-python-client/metadata.xml @@ -0,0 +1,11 @@ + + + + + riak + basho/riak-python-client + + + zmedico@gentoo.org + + diff --git a/dev-python/riak-python-client/riak-python-client-2.7.0.ebuild b/dev-python/riak-python-client/riak-python-client-2.7.0.ebuild new file mode 100644 index 00000000000..dd9e09f6080 --- /dev/null +++ b/dev-python/riak-python-client/riak-python-client-2.7.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="The Riak client for Python." +HOMEPAGE="https://github.com/basho/riak-python-client/" +MY_PN=${PN%%-*} +MY_P=${MY_PN}-${PV} +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/basho-erlastic[${PYTHON_USEDEP}] + dev-libs/protobuf[${PYTHON_USEDEP}] + >=dev-python/six-1.8[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + default + # delete protobuf requirements that only work for pip + sed '17,22d' -i setup.py || die + sed -e "s:'\\\\n\\\\027:b\\0:" -i riak/pb/*.py || die +} + +python_test() { + esetup.py test || die +}