summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-06-17 02:36:09 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-06-17 02:36:09 +0000
commiteb1b44a4f0e28c4cebf8bdd3e40906cce4946c85 (patch)
tree1cea71aa4729b2d39cabac5729fc0d0b4659a06e /dev-python/flask-testing
parentinitial commit of libosmo-dsp, a library with SDR DSP primitives (diff)
downloadgentoo-2-eb1b44a4f0e28c4cebf8bdd3e40906cce4946c85.tar.gz
gentoo-2-eb1b44a4f0e28c4cebf8bdd3e40906cce4946c85.tar.bz2
gentoo-2-eb1b44a4f0e28c4cebf8bdd3e40906cce4946c85.zip
Fix python targets as flask was downrated
(Portage version: 2.2.0_alpha180/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/flask-testing')
-rw-r--r--dev-python/flask-testing/ChangeLog5
-rw-r--r--dev-python/flask-testing/flask-testing-0.4.ebuild4
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