idella4     14/09/29 03:30:25

  Modified:             flask-0.10.1-r1.ebuild ChangeLog
  Log:
  update HOMEPAGE, add patches (from upstream) to fix broken tests (13 months 
old), update ebuild accordingly
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.10                 dev-python/flask/flask-0.10.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/flask-0.10.1-r1.ebuild?rev=1.10&view=markup
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
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/flask-0.10.1-r1.ebuild?r1=1.9&r2=1.10

Index: flask-0.10.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask/flask-0.10.1-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- flask-0.10.1-r1.ebuild      21 Aug 2014 08:23:02 -0000      1.9
+++ flask-0.10.1-r1.ebuild      29 Sep 2014 03:30:24 -0000      1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -11,7 +11,7 @@
 MY_PN="Flask"
 MY_P="${MY_PN}-${PV}"
 SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-HOMEPAGE="http://pypi.python.org/pypi/Flask";
+HOMEPAGE="https://github.com/mitsuhiko/flask/";
 
 LICENSE="BSD"
 SLOT="0"
@@ -29,16 +29,15 @@
 
 S="${WORKDIR}/${MY_P}"
 
-PATCHES=( "${FILESDIR}"/${P}-is_package.patch )
+PATCHES=( "${FILESDIR}"/${P}-is_package.patch
+               "${FILESDIR}"/${P}-sort_json.patch
+               "${FILESDIR}"/${P}-test_appcontext.patch )
 
 python_prepare_all() {
        # https://github.com/mitsuhiko/flask/issues/837
        sed -e s':test_uninstalled_package_paths:_&:' \
                -i flask/testsuite/config.py || die
-       sed -e s':test_json_key_sorting:_&:' \
-               -i flask/testsuite/helpers.py || die
-       sed -e s':test_appcontext_signals:_&:' \
-               -i flask/testsuite/signals.py || die
+
        distutils-r1_python_prepare_all
 }
 



1.35                 dev-python/flask/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/ChangeLog?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/ChangeLog?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   21 Aug 2014 08:23:02 -0000      1.34
+++ ChangeLog   29 Sep 2014 03:30:24 -0000      1.35
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/flask
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/ChangeLog,v 1.34 
2014/08/21 08:23:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/ChangeLog,v 1.35 
2014/09/29 03:30:24 idella4 Exp $
+
+  29 Sep 2014; Ian Delaney <[email protected]>
+  +files/flask-0.10.1-sort_json.patch,
+  +files/flask-0.10.1-test_appcontext.patch, flask-0.10.1-r1.ebuild:
+  update HOMEPAGE, add patches (from upstream) to fix broken tests (13 months
+  old), update ebuild accordingly
 
   21 Aug 2014; Agostino Sarubbo <[email protected]> flask-0.10.1-r1.ebuild:
   Stable for x86, wrt bug #518474




Reply via email to