diff options
Diffstat (limited to 'dev-python/flask-testing')
-rw-r--r-- | dev-python/flask-testing/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/flask-testing/flask-testing-0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/flask-testing/ChangeLog b/dev-python/flask-testing/ChangeLog index 58930fb7bb09..a406ad643221 100644 --- a/dev-python/flask-testing/ChangeLog +++ b/dev-python/flask-testing/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/flask-testing # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.2 2013/03/28 04:31:48 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.3 2013/06/17 02:36:09 patrick Exp $ + + 17 Jun 2013; Patrick Lauer <patrick@gentoo.org> flask-testing-0.4.ebuild: + Fix python targets as flask was downrated 28 Mar 2013; Mike Gilbert <floppym@gentoo.org> flask-testing-0.4.ebuild: Depend on setuptools. diff --git a/dev-python/flask-testing/flask-testing-0.4.ebuild b/dev-python/flask-testing/flask-testing-0.4.ebuild index d1ac1d0d19cf..7a02f1151d76 100644 --- a/dev-python/flask-testing/flask-testing-0.4.ebuild +++ b/dev-python/flask-testing/flask-testing-0.4.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v 1.2 2013/03/28 04:31:48 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v 1.3 2013/06/17 02:36:09 patrick Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 |