Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/alembic: alembic-0.6.4.ebuild alembic-0.6.0.ebuild alembic-0.6.3.ebuild ChangeLog
Date: Sun, 06 Jul 2014 12:36:29
Message-Id: 20140706123626.407942004E@flycatcher.gentoo.org
1 mgorny 14/07/06 12:36:26
2
3 Modified: alembic-0.6.4.ebuild alembic-0.6.0.ebuild
4 alembic-0.6.3.ebuild ChangeLog
5 Log:
6 Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.2 dev-python/alembic/alembic-0.6.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.4.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.4.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.4.ebuild?r1=1.1&r2=1.2
16
17 Index: alembic-0.6.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.4.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- alembic-0.6.4.ebuild 1 May 2014 09:02:19 -0000 1.1
24 +++ alembic-0.6.4.ebuild 6 Jul 2014 12:36:26 -0000 1.2
25 @@ -1,6 +1,6 @@
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.4.ebuild,v 1.1 2014/05/01 09:02:19 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.4.ebuild,v 1.2 2014/07/06 12:36:26 mgorny Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
33 @@ -20,8 +20,7 @@
34 # because it shatters the testsuite. If 'someone' cares to adhere to correct form
35 # and edit to -0.7.3, feel free, and then pick up the pieces.
36 RDEPEND=">=dev-python/sqlalchemy-0.8.4[${PYTHON_USEDEP}]
37 - dev-python/mako[${PYTHON_USEDEP}]
38 - virtual/python-argparse[${PYTHON_USEDEP}]"
39 + dev-python/mako[${PYTHON_USEDEP}]"
40 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
41 test? ( ${RDEPEND}
42 dev-python/nose[${PYTHON_USEDEP}]
43
44
45
46 1.3 dev-python/alembic/alembic-0.6.0.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild?rev=1.3&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild?rev=1.3&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild?r1=1.2&r2=1.3
51
52 Index: alembic-0.6.0.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild,v
55 retrieving revision 1.2
56 retrieving revision 1.3
57 diff -u -r1.2 -r1.3
58 --- alembic-0.6.0.ebuild 22 Mar 2014 04:24:16 -0000 1.2
59 +++ alembic-0.6.0.ebuild 6 Jul 2014 12:36:26 -0000 1.3
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2014 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild,v 1.2 2014/03/22 04:24:16 idella4 Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.0.ebuild,v 1.3 2014/07/06 12:36:26 mgorny Exp $
65
66 EAPI=5
67 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
68 @@ -17,8 +17,7 @@
69 IUSE="test doc"
70
71 RDEPEND=">=dev-python/sqlalchemy-0.7.9
72 - dev-python/mako
73 - virtual/python-argparse[${PYTHON_USEDEP}]"
74 + dev-python/mako"
75 DEPEND="${RDEPEND}
76 dev-python/setuptools[${PYTHON_USEDEP}]
77 test? ( dev-python/nose[${PYTHON_USEDEP}] )"
78
79
80
81 1.3 dev-python/alembic/alembic-0.6.3.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild?rev=1.3&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild?rev=1.3&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild?r1=1.2&r2=1.3
86
87 Index: alembic-0.6.3.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild,v
90 retrieving revision 1.2
91 retrieving revision 1.3
92 diff -u -r1.2 -r1.3
93 --- alembic-0.6.3.ebuild 22 Mar 2014 04:24:16 -0000 1.2
94 +++ alembic-0.6.3.ebuild 6 Jul 2014 12:36:26 -0000 1.3
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2014 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild,v 1.2 2014/03/22 04:24:16 idella4 Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/alembic-0.6.3.ebuild,v 1.3 2014/07/06 12:36:26 mgorny Exp $
100
101 EAPI=5
102 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
103 @@ -19,8 +19,7 @@
104 IUSE="test doc"
105
106 RDEPEND=">=dev-python/sqlalchemy-0.7.3[${PYTHON_USEDEP}]
107 - dev-python/mako[${PYTHON_USEDEP}]
108 - virtual/python-argparse[${PYTHON_USEDEP}]"
109 + dev-python/mako[${PYTHON_USEDEP}]"
110 DEPEND="${RDEPEND}
111 dev-python/setuptools[${PYTHON_USEDEP}]
112 test? ( dev-python/nose[${PYTHON_USEDEP}]
113
114
115
116 1.13 dev-python/alembic/ChangeLog
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/ChangeLog?rev=1.13&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/ChangeLog?rev=1.13&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alembic/ChangeLog?r1=1.12&r2=1.13
121
122 Index: ChangeLog
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/dev-python/alembic/ChangeLog,v
125 retrieving revision 1.12
126 retrieving revision 1.13
127 diff -u -r1.12 -r1.13
128 --- ChangeLog 1 May 2014 09:02:19 -0000 1.12
129 +++ ChangeLog 6 Jul 2014 12:36:26 -0000 1.13
130 @@ -1,6 +1,11 @@
131 # ChangeLog for dev-python/alembic
132 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
133 -# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/ChangeLog,v 1.12 2014/05/01 09:02:19 idella4 Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/ChangeLog,v 1.13 2014/07/06 12:36:26 mgorny Exp $
135 +
136 + 06 Jul 2014; Michał Górny <mgorny@g.o> alembic-0.6.0.ebuild,
137 + alembic-0.6.3.ebuild, alembic-0.6.4.ebuild:
138 + Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
139 + unittest2 (those packages were only required for <=python-2.6).
140
141 *alembic-0.6.4 (01 May 2014)