From: "Alexys Jacob" <ultrabug@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ultrabug:master commit in: dev-python/couchbase/
Date: Thu, 6 Mar 2014 12:32:51 +0000 (UTC) [thread overview]
Message-ID: <1394109165.cead3742aeb8213802c708e663ea1ced537e62ad.ultrabug@gentoo> (raw)
commit: cead3742aeb8213802c708e663ea1ced537e62ad
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 6 12:32:45 2014 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+ <upstream>
+ <remote-id type="pypi">couchbase</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2014-03-06 12:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-06 12:32 Alexys Jacob [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-04-01 16:37 [gentoo-commits] dev/ultrabug:master commit in: dev-python/couchbase/ Alexys Jacob
2015-09-07 10:36 Alexys Jacob
2015-09-07 15:31 Alexys Jacob
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1394109165.cead3742aeb8213802c708e663ea1ced537e62ad.ultrabug@gentoo \
--to=ultrabug@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox