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 5D14C13873B for ; Thu, 6 Mar 2014 12:32:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC345E0AE6; Thu, 6 Mar 2014 12:32:53 +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 5637CE0AE6 for ; Thu, 6 Mar 2014 12:32:53 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6185833FB70 for ; Thu, 6 Mar 2014 12:32:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 2230C18875 for ; Thu, 6 Mar 2014 12:32:51 +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: <1394109165.cead3742aeb8213802c708e663ea1ced537e62ad.ultrabug@gentoo> Subject: [gentoo-commits] dev/ultrabug:master commit in: dev-python/couchbase/ X-VCS-Repository: dev/ultrabug X-VCS-Files: dev-python/couchbase/Manifest dev-python/couchbase/couchbase-1.2.0.ebuild dev-python/couchbase/metadata.xml X-VCS-Directories: dev-python/couchbase/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: cead3742aeb8213802c708e663ea1ced537e62ad X-VCS-Branch: master Date: Thu, 6 Mar 2014 12:32: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: 8cc6f364-a560-44dd-82f7-818c51b6ef5d X-Archives-Hash: f07de490a483e07031a1c4d9215ef2f1 commit: cead3742aeb8213802c708e663ea1ced537e62ad Author: Ultrabug gentoo org> AuthorDate: Thu Mar 6 12:32:45 2014 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Thu Mar 6 12:32:45 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=cead3742 add dev-python/couchbase --- dev-python/couchbase/Manifest | 3 +++ dev-python/couchbase/couchbase-1.2.0.ebuild | 36 +++++++++++++++++++++++++++++ dev-python/couchbase/metadata.xml | 8 +++++++ 3 files changed, 47 insertions(+) diff --git a/dev-python/couchbase/Manifest b/dev-python/couchbase/Manifest new file mode 100644 index 0000000..6d65a7b --- /dev/null +++ b/dev-python/couchbase/Manifest @@ -0,0 +1,3 @@ +DIST couchbase-1.2.0.tar.gz 254020 SHA256 0f874b9f3b5ab29a2d7f8d33edcec7c29250dbcef199b983fb86fc89ab8d40df SHA512 cea9957b8cf5742439aa3c8964c079f63e9d9e1eb75921bdb6251ce5459f6c262acfecb0359907743289ed097cd64a3dbc6d86cd6d7056b182bc37564e547f51 WHIRLPOOL 94d6502baa4f13c489c0f936afd2310a936a89bb4df92321b9bf3cda5c6d9f5724bfcd85a0342171656c2953b16a4a3ec89df5e485ca456efd7611115b750acf +EBUILD couchbase-1.2.0.ebuild 738 SHA256 84240a735e99c042458c7a895f7da87255260f37ccb0d2241d622fcf110a5330 SHA512 a55fe563043d4da495fff549fd703bd6efe4961a16e6bcbcaacdb5f7524b7a8ce9979e5dfe1f37e06fc28a20b99412dbde1f3105965a5cb42a5ac28432ed7a82 WHIRLPOOL 5f76220263a29e59865503812ea685a9c0ec8a7dfda87fac44c9dd591d5e42a975661a072fc7e44b6610105d77cecc6e487e446bb0cad60eeffc64d219b23e94 +MISC metadata.xml 232 SHA256 3681384472989ed005767105f028f90a8fff0d853832cd5caa4e783f714cf864 SHA512 9108b37437223b8c08a8dc8552cd5f3311d76ee5a270133193275e67dc839faece385270bb8aa14a1be4ef7d6c76f9a976e68bc33b38374e6cc3fbc7b5c2b5c2 WHIRLPOOL 6179268add1a6e3925ab18fd27e706054a999daa4a7691e8d237246ae229764916396418a13279effed8a388a7acc014920097b08a12f0c9ef8c97a887dabc25 diff --git a/dev-python/couchbase/couchbase-1.2.0.ebuild b/dev-python/couchbase/couchbase-1.2.0.ebuild new file mode 100644 index 0000000..d031b82 --- /dev/null +++ b/dev-python/couchbase/couchbase-1.2.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +PYTHON_COMPAT=( python2_{6,7} python3_{2,3} ) + +inherit distutils-r1 + +DESCRIPTION="Python Client for Couchbase" +HOMEPAGE="https://github.com/couchbase/couchbase-python-client" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND=">=dev-libs/libcouchbase-2.1.0" +DEPEND="${RDEPEND} + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" + +RESTRICT="test" + +python_compile_all() { + if use doc; then + mkdir html || die + sphinx-build doc html || die + fi +} + +python_install_all() { + distutils-r1_python_install_all + + use doc || rm -rf "${D}"/usr/share +} diff --git a/dev-python/couchbase/metadata.xml b/dev-python/couchbase/metadata.xml new file mode 100644 index 0000000..463d38e --- /dev/null +++ b/dev-python/couchbase/metadata.xml @@ -0,0 +1,8 @@ + + + + python + + couchbase + +