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/wtf-peewee: wtf-peewee-0.2.3.ebuild ChangeLog wtf-peewee-0.1.5.ebuild wtf-peewee-0.1.4.ebuild wtf-peewee-0.2.2.ebuild wtf-peewee-0.2.1.ebuild wtf-peewee-0.2.0.ebuild wtf-peewee-0.1.3.ebuild
Date: Mon, 07 Jul 2014 02:45:49
Message-Id: 20140707024544.6EF0D2004F@flycatcher.gentoo.org
1 idella4 14/07/07 02:45:44
2
3 Modified: wtf-peewee-0.2.3.ebuild ChangeLog
4 Removed: wtf-peewee-0.1.5.ebuild wtf-peewee-0.1.4.ebuild
5 wtf-peewee-0.2.2.ebuild wtf-peewee-0.2.1.ebuild
6 wtf-peewee-0.2.0.ebuild wtf-peewee-0.1.3.ebuild
7 Log:
8 set version border to peewee, update test phase, rm old
9
10 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
11
12 Revision Changes Path
13 1.2 dev-python/wtf-peewee/wtf-peewee-0.2.3.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.3.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.3.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.3.ebuild?r1=1.1&r2=1.2
18
19 Index: wtf-peewee-0.2.3.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.3.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- wtf-peewee-0.2.3.ebuild 4 Jun 2014 08:22:32 -0000 1.1
26 +++ wtf-peewee-0.2.3.ebuild 7 Jul 2014 02:45:44 -0000 1.2
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2014 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.3.ebuild,v 1.1 2014/06/04 08:22:32 idella4 Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.3.ebuild,v 1.2 2014/07/07 02:45:44 idella4 Exp $
32
33 EAPI=5
34 PYTHON_COMPAT=( python2_7 )
35 @@ -15,16 +15,14 @@
36 KEYWORDS="~amd64 ~x86"
37 IUSE="examples test"
38
39 -RDEPEND="dev-python/peewee[${PYTHON_USEDEP}]
40 +RDEPEND=">=dev-python/peewee-2.0.0[${PYTHON_USEDEP}]
41 dev-python/wtforms[${PYTHON_USEDEP}]"
42 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
43 test? ( "${RDEPEND}" )"
44
45 python_prepare_all() {
46 # https://github.com/coleifer/peewee/issues/361
47 - sed -e s':test_choices:_&:' \
48 - -e s':test_null_form_saving:_&:' \
49 - -i "${PN/\-/}"/tests.py || die
50 + sed -e s':test_null_form_saving:_&:' -i "${PN/\-/}"/tests.py || die
51 distutils-r1_python_prepare_all
52 }
53
54
55
56
57 1.9 dev-python/wtf-peewee/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/ChangeLog?rev=1.9&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/ChangeLog?rev=1.9&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/ChangeLog?r1=1.8&r2=1.9
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/ChangeLog,v
66 retrieving revision 1.8
67 retrieving revision 1.9
68 diff -u -r1.8 -r1.9
69 --- ChangeLog 4 Jun 2014 08:22:32 -0000 1.8
70 +++ ChangeLog 7 Jul 2014 02:45:44 -0000 1.9
71 @@ -1,6 +1,11 @@
72 # ChangeLog for dev-python/wtf-peewee
73 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/ChangeLog,v 1.8 2014/06/04 08:22:32 idella4 Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/ChangeLog,v 1.9 2014/07/07 02:45:44 idella4 Exp $
76 +
77 + 07 Jul 2014; Ian Delaney <idella4@g.o> -wtf-peewee-0.1.3.ebuild,
78 + -wtf-peewee-0.1.4.ebuild, -wtf-peewee-0.1.5.ebuild, -wtf-peewee-0.2.0.ebuild,
79 + -wtf-peewee-0.2.1.ebuild, -wtf-peewee-0.2.2.ebuild, wtf-peewee-0.2.3.ebuild:
80 + set version border to peewee, update test phase, rm old
81
82 *wtf-peewee-0.2.3 (04 Jun 2014)