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 3DF6E138D24 for ; Sun, 19 Jul 2015 04:22:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93DB5E085A; Sun, 19 Jul 2015 04:22:00 +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 9FBF1E085A for ; Sun, 19 Jul 2015 04:21:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15F84340C1A for ; Sun, 19 Jul 2015 04:21:57 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2332) id 2E97FB3; Sun, 19 Jul 2015 04:21:53 +0000 (UTC) From: "Ian Delaney (idella4)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, idella4@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/logbook: logbook-0.10.0.ebuild logbook-0.9.1.ebuild ChangeLog logbook-0.8.1.ebuild logbook-0.9.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: logbook-0.10.0.ebuild logbook-0.9.1.ebuild ChangeLog logbook-0.8.1.ebuild logbook-0.9.0.ebuild X-VCS-Directories: dev-python/logbook X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150719042153.2E97FB3@oystercatcher.gentoo.org> Date: Sun, 19 Jul 2015 04:21: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: 54d16ea4-5a40-4431-88b9-139fb72f9420 X-Archives-Hash: 192ff9111f9b2eb46250dc03e662f9f3 idella4 15/07/19 04:21:53 Modified: logbook-0.10.0.ebuild logbook-0.9.1.ebuild ChangeLog Removed: logbook-0.8.1.ebuild logbook-0.9.0.ebuild Log: add missing dep, typos, rm old (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision Changes Path 1.2 dev-python/logbook/logbook-0.10.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logbook/logbook-0.10.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logbook/logbook-0.10.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logbook/logbook-0.10.0.ebuild?r1=1.1&r2=1.2 Index: logbook-0.10.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/logbook/logbook-0.10.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- logbook-0.10.0.ebuild 19 Jul 2015 01:51:25 -0000 1.1 +++ logbook-0.10.0.ebuild 19 Jul 2015 04:21:53 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/logbook-0.10.0.ebuild,v 1.1 2015/07/19 01:51:25 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/logbook-0.10.0.ebuild,v 1.2 2015/07/19 04:21:53 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -20,7 +20,9 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] ) doc? ( >=dev-python/sphinx-1.1.3-r3[${PYTHON_USEDEP}] )" -REDEPEND="dev-python/redis-py[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/redis-py[${PYTHON_USEDEP}] + >=dev-python/six-1.4.0[${PYTHON_USEDEP}]" PATCHES=( "${FILESDIR}"/${PN}-0.4.2-objectsinv.patch ) 1.2 dev-python/logbook/logbook-0.9.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logbook/logbook-0.9.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logbook/logbook-0.9.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logbook/logbook-0.9.1.ebuild?r1=1.1&r2=1.2 Index: logbook-0.9.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/logbook/logbook-0.9.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- logbook-0.9.1.ebuild 15 Jun 2015 21:50:42 -0000 1.1 +++ logbook-0.9.1.ebuild 19 Jul 2015 04:21:53 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/logbook-0.9.1.ebuild,v 1.1 2015/06/15 21:50:42 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/logbook-0.9.1.ebuild,v 1.2 2015/07/19 04:21:53 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -20,12 +20,12 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] ) doc? ( >=dev-python/sphinx-1.1.3-r3[${PYTHON_USEDEP}] )" -REDEPEND="dev-python/redis-py[${PYTHON_USEDEP}]" +RDEPEND="dev-python/redis-py[${PYTHON_USEDEP}]" PATCHES=( "${FILESDIR}"/${PN}-0.4.2-objectsinv.patch ) python_prepare_all() { - # Delete test file requiring local conncetion to redis server + # Delete test file requiring local connection to redis server rm tests/test_queues.py || die distutils-r1_python_prepare_all } 1.26 dev-python/logbook/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logbook/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logbook/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logbook/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/logbook/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 19 Jul 2015 01:51:25 -0000 1.25 +++ ChangeLog 19 Jul 2015 04:21:53 -0000 1.26 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/logbook # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/ChangeLog,v 1.25 2015/07/19 01:51:25 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/ChangeLog,v 1.26 2015/07/19 04:21:53 idella4 Exp $ + + 19 Jul 2015; Ian Delaney -logbook-0.8.1.ebuild, + -logbook-0.9.0.ebuild, logbook-0.10.0.ebuild, logbook-0.9.1.ebuild: + add missing dep, typos, rm old *logbook-0.10.0 (19 Jul 2015)