Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/alembic: alembic-0.6.0.ebuild alembic-0.6.3.ebuild ChangeLog
Date: Sat, 22 Mar 2014 04:24:26
Message-Id: 20140322042416.B3D572004F@flycatcher.gentoo.org
1 idella4 14/03/22 04:24:16
2
3 Modified: alembic-0.6.0.ebuild alembic-0.6.3.ebuild ChangeLog
4 Log:
5 update deps for test phase, fixes Bug #501362 by our Patrick
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/alembic/alembic-0.6.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild?r1=1.1&r2=1.2
15
16 Index: alembic-0.6.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- alembic-0.6.0.ebuild 22 Oct 2013 03:05:48 -0000 1.1
23 +++ alembic-0.6.0.ebuild 22 Mar 2014 04:24:16 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild,v 1.1 2013/10/22 03:05:48 yac Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild,v 1.2 2014/03/22 04:24:16 idella4 Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
33
34
35
36 1.2 dev-python/alembic/alembic-0.6.3.ebuild
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild?rev=1.2&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild?rev=1.2&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild?r1=1.1&r2=1.2
41
42 Index: alembic-0.6.3.ebuild
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild,v
45 retrieving revision 1.1
46 retrieving revision 1.2
47 diff -u -r1.1 -r1.2
48 --- alembic-0.6.3.ebuild 15 Feb 2014 08:56:54 -0000 1.1
49 +++ alembic-0.6.3.ebuild 22 Mar 2014 04:24:16 -0000 1.2
50 @@ -1,11 +1,11 @@
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild,v 1.1 2014/02/15 08:56:54 patrick Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild,v 1.2 2014/03/22 04:24:16 idella4 Exp $
55
56 EAPI=5
57 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
58
59 -RESTRICT="test" # 501362
60 +#RESTRICT="test" # 501362
61
62 inherit distutils-r1
63
64 @@ -18,13 +18,14 @@
65 KEYWORDS="~amd64 ~x86"
66 IUSE="test doc"
67
68 -RDEPEND=">=dev-python/sqlalchemy-0.7.9
69 - dev-python/mako
70 +RDEPEND=">=dev-python/sqlalchemy-0.7.3[${PYTHON_USEDEP}]
71 + dev-python/mako[${PYTHON_USEDEP}]
72 virtual/python-argparse[${PYTHON_USEDEP}]"
73 DEPEND="${RDEPEND}
74 dev-python/setuptools[${PYTHON_USEDEP}]
75 test? ( dev-python/nose[${PYTHON_USEDEP}]
76 - dev-python/mock[${PYTHON_USEDEP}] )"
77 + dev-python/mock[${PYTHON_USEDEP}]
78 + ~dev-python/sqlalchemy-0.8.2[${PYTHON_USEDEP}] )"
79
80 python_install_all() {
81 use doc && local HTML_DOCS=( docs/. )
82
83
84
85 1.11 dev-python/alembic/ChangeLog
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/ChangeLog?rev=1.11&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/ChangeLog?rev=1.11&content-type=text/plain
89 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/ChangeLog?r1=1.10&r2=1.11
90
91 Index: ChangeLog
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/dev-python/alembic/ChangeLog,v
94 retrieving revision 1.10
95 retrieving revision 1.11
96 diff -u -r1.10 -r1.11
97 --- ChangeLog 15 Feb 2014 08:56:54 -0000 1.10
98 +++ ChangeLog 22 Mar 2014 04:24:16 -0000 1.11
99 @@ -1,6 +1,10 @@
100 # ChangeLog for dev-python/alembic
101 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
102 -# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/ChangeLog,v 1.10 2014/02/15 08:56:54 patrick Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/ChangeLog,v 1.11 2014/03/22 04:24:16 idella4 Exp $
104 +
105 + 22 Mar 2014; Ian Delaney <idella4@g.o> alembic-0.6.0.ebuild,
106 + alembic-0.6.3.ebuild:
107 + update deps for test phase, fixes Bug #501362 by our Patrick
108
109 *alembic-0.6.3 (15 Feb 2014)