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 4040159CA3 for ; Sat, 12 Mar 2016 12:02:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6DA621C016; Sat, 12 Mar 2016 12:01:58 +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 D01DA21C016 for ; Sat, 12 Mar 2016 12:01:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DF60F340B77 for ; Sat, 12 Mar 2016 12:01:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96D8B209C for ; Sat, 12 Mar 2016 12:01:53 +0000 (UTC) From: "Dirkjan Ochtman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" Message-ID: <1457784092.4d41b00847ae75c4ca6f32c453dc054da77608f0.djc@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/couchdb-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/couchdb-python/Manifest dev-python/couchdb-python/couchdb-python-1.0.1.ebuild X-VCS-Directories: dev-python/couchdb-python/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: 4d41b00847ae75c4ca6f32c453dc054da77608f0 X-VCS-Branch: master Date: Sat, 12 Mar 2016 12:01:53 +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: 3be69f1c-b36f-49ed-b790-3198b4d47c1e X-Archives-Hash: 772cba0899ed3cc82a6d65eeccad3d41 commit: 4d41b00847ae75c4ca6f32c453dc054da77608f0 Author: Dirkjan Ochtman gentoo org> AuthorDate: Sat Mar 12 12:01:32 2016 +0000 Commit: Dirkjan Ochtman gentoo org> CommitDate: Sat Mar 12 12:01:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d41b008 dev-python/couchdb-python: version bump to 1.0.1 Package-Manager: portage-2.2.26 dev-python/couchdb-python/Manifest | 1 + .../couchdb-python/couchdb-python-1.0.1.ebuild | 44 ++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/dev-python/couchdb-python/Manifest b/dev-python/couchdb-python/Manifest index eacdb2d..7fe68f4 100644 --- a/dev-python/couchdb-python/Manifest +++ b/dev-python/couchdb-python/Manifest @@ -1 +1,2 @@ +DIST CouchDB-1.0.1.tar.gz 57630 SHA256 ed4d9dbb0a8085e709f8ab11e522c7241f58b554a4e900886225c139fa9a47dc SHA512 5c0ffef5ac3743adfb48ce9efd6af42a01d5d68d412f4d58051e627e97cad225f287d3afb7a5879e12a06503a79e6a5dc063acbf02bf613c736fef82241d2a4e WHIRLPOOL 790cc1d2563630c1cc0b8f80e47bca74bac0a16b0782207fafeb12c9351b5bcaf0c1aa2d78b851e4bc9e0f539b3a914901709fca1ed859c6af1cb0a77f178c21 DIST CouchDB-1.0.tar.gz 56791 SHA256 f81de35433932e1d81b922d12119fe9b2435046db5dc53d1fb068a087c1fb264 SHA512 c328a9b027d24ee560ef592925a072a463852fdb7e8e93e1d6e740d7245181ba147985d610d6fd55f4790d7338e69470c44f574469e718eeb7b4163dfb6fc19a WHIRLPOOL 326be4bedd76ebbc5c9fd3cbdc52182230e0701372e75fa074a328633668e407528ccab7d3516b665be8587d131db4e7f7ba054cb6be2fca60b16265793f38c4 diff --git a/dev-python/couchdb-python/couchdb-python-1.0.1.ebuild b/dev-python/couchdb-python/couchdb-python-1.0.1.ebuild new file mode 100644 index 0000000..198c01c --- /dev/null +++ b/dev-python/couchdb-python/couchdb-python-1.0.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) + +inherit distutils-r1 + +MY_PN="CouchDB" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Python library for working with CouchDB" +HOMEPAGE="https://github.com/djc/couchdb-python https://pypi.python.org/pypi/CouchDB" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" + +S=${WORKDIR}/${MY_P} + +# Tests require connectivity to a couchdb server. +# Re-enable when the ebuild is capable of starting a local couchdb +# instance. +RESTRICT=test + +python_compile_all() { + use doc && esetup.py build_sphinx +} + +python_test() { + esetup.py test +} + +python_install_all() { + use doc && local HTML_DOCS=( doc/build/html/. ) + distutils-r1_python_install_all +}