diff options
author | 2012-08-20 17:23:44 +0000 | |
---|---|---|
committer | 2012-08-20 17:23:44 +0000 | |
commit | 77e264879dec01c6d68e9c495273b9244dc19c5a (patch) | |
tree | 32ae3211a4659e1c6fd6f01745ab70aade14155a /dev-python/flask | |
parent | Remove old. (diff) | |
download | gentoo-2-77e264879dec01c6d68e9c495273b9244dc19c5a.tar.gz gentoo-2-77e264879dec01c6d68e9c495273b9244dc19c5a.tar.bz2 gentoo-2-77e264879dec01c6d68e9c495273b9244dc19c5a.zip |
Drop unused sed statement; applied upstream. Thanks to Arfrever.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/flask')
-rw-r--r-- | dev-python/flask/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/flask/flask-0.9.ebuild | 10 |
2 files changed, 5 insertions, 10 deletions
diff --git a/dev-python/flask/ChangeLog b/dev-python/flask/ChangeLog index 311f41cc3576..b2aecccba274 100644 --- a/dev-python/flask/ChangeLog +++ b/dev-python/flask/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/flask # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/ChangeLog,v 1.15 2012/08/17 07:45:01 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/ChangeLog,v 1.16 2012/08/20 17:23:44 floppym Exp $ + + 20 Aug 2012; Mike Gilbert <floppym@gentoo.org> flask-0.9.ebuild: + Drop unused sed statement; applied upstream. Thanks to Arfrever. *flask-0.9 (17 Aug 2012) diff --git a/dev-python/flask/flask-0.9.ebuild b/dev-python/flask/flask-0.9.ebuild index 67bfaaaf27ca..551c98d6551f 100644 --- a/dev-python/flask/flask-0.9.ebuild +++ b/dev-python/flask/flask-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-0.9.ebuild,v 1.1 2012/08/17 07:45:01 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-0.9.ebuild,v 1.2 2012/08/20 17:23:44 floppym Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -30,14 +30,6 @@ DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" -src_prepare() { - distutils_src_prepare - - # Fixed an issue with an unused module for Python 2.5 (flask.session) - # https://github.com/mitsuhiko/flask/commit/0dd9dc37b6618b8091c2a0f849f5f3143dc6eafc - sed -e "s/\(from .sessions import\).*/\1 SecureCookieSession, NullSession/" -i flask/session.py || die -} - src_test() { testing() { PYTHONPATH="." "$(PYTHON)" run-tests.py |