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/flask: flask-0.10.1-r1.ebuild ChangeLog
Date: Mon, 29 Sep 2014 03:30:30
Message-Id: 20140929033025.0520326D@oystercatcher.gentoo.org
1 idella4 14/09/29 03:30:25
2
3 Modified: flask-0.10.1-r1.ebuild ChangeLog
4 Log:
5 update HOMEPAGE, add patches (from upstream) to fix broken tests (13 months old), update ebuild accordingly
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.10 dev-python/flask/flask-0.10.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/flask-0.10.1-r1.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/flask-0.10.1-r1.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/flask-0.10.1-r1.ebuild?r1=1.9&r2=1.10
15
16 Index: flask-0.10.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask/flask-0.10.1-r1.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- flask-0.10.1-r1.ebuild 21 Aug 2014 08:23:02 -0000 1.9
23 +++ flask-0.10.1-r1.ebuild 29 Sep 2014 03:30:24 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-0.10.1-r1.ebuild,v 1.9 2014/08/21 08:23:02 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-0.10.1-r1.ebuild,v 1.10 2014/09/29 03:30:24 idella4 Exp $
29
30 EAPI="5"
31 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
32 @@ -11,7 +11,7 @@
33 MY_PN="Flask"
34 MY_P="${MY_PN}-${PV}"
35 SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
36 -HOMEPAGE="http://pypi.python.org/pypi/Flask"
37 +HOMEPAGE="https://github.com/mitsuhiko/flask/"
38
39 LICENSE="BSD"
40 SLOT="0"
41 @@ -29,16 +29,15 @@
42
43 S="${WORKDIR}/${MY_P}"
44
45 -PATCHES=( "${FILESDIR}"/${P}-is_package.patch )
46 +PATCHES=( "${FILESDIR}"/${P}-is_package.patch
47 + "${FILESDIR}"/${P}-sort_json.patch
48 + "${FILESDIR}"/${P}-test_appcontext.patch )
49
50 python_prepare_all() {
51 # https://github.com/mitsuhiko/flask/issues/837
52 sed -e s':test_uninstalled_package_paths:_&:' \
53 -i flask/testsuite/config.py || die
54 - sed -e s':test_json_key_sorting:_&:' \
55 - -i flask/testsuite/helpers.py || die
56 - sed -e s':test_appcontext_signals:_&:' \
57 - -i flask/testsuite/signals.py || die
58 +
59 distutils-r1_python_prepare_all
60 }
61
62
63
64
65 1.35 dev-python/flask/ChangeLog
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/ChangeLog?rev=1.35&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/ChangeLog?rev=1.35&content-type=text/plain
69 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/ChangeLog?r1=1.34&r2=1.35
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask/ChangeLog,v
74 retrieving revision 1.34
75 retrieving revision 1.35
76 diff -u -r1.34 -r1.35
77 --- ChangeLog 21 Aug 2014 08:23:02 -0000 1.34
78 +++ ChangeLog 29 Sep 2014 03:30:24 -0000 1.35
79 @@ -1,6 +1,12 @@
80 # ChangeLog for dev-python/flask
81 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/ChangeLog,v 1.34 2014/08/21 08:23:02 ago Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/ChangeLog,v 1.35 2014/09/29 03:30:24 idella4 Exp $
84 +
85 + 29 Sep 2014; Ian Delaney <idella4@g.o>
86 + +files/flask-0.10.1-sort_json.patch,
87 + +files/flask-0.10.1-test_appcontext.patch, flask-0.10.1-r1.ebuild:
88 + update HOMEPAGE, add patches (from upstream) to fix broken tests (13 months
89 + old), update ebuild accordingly
90
91 21 Aug 2014; Agostino Sarubbo <ago@g.o> flask-0.10.1-r1.ebuild:
92 Stable for x86, wrt bug #518474