* [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
@ 2015-07-19 4:21 Ian Delaney (idella4)
0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2015-07-19 4:21 UTC (permalink / raw
To: gentoo-commits
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 <idella4@gentoo.org> -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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-07-19 4:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-19 4:21 [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 Ian Delaney (idella4)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox