diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-05-22 02:47:45 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-05-22 02:47:45 +0000 |
commit | 840a42535575c91d079cf1369fbcfa510e1a9023 (patch) | |
tree | c5c6dddf1f12d9dbb230b1013d64ef8596cbdc47 /dev-python/wsgiproxy2 | |
parent | Removing python3.3 from python_targets until h5py catches up (diff) | |
download | gentoo-2-840a42535575c91d079cf1369fbcfa510e1a9023.tar.gz gentoo-2-840a42535575c91d079cf1369fbcfa510e1a9023.tar.bz2 gentoo-2-840a42535575c91d079cf1369fbcfa510e1a9023.zip |
Remove python 3.3 until socketpool catches up
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/wsgiproxy2')
-rw-r--r-- | dev-python/wsgiproxy2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/wsgiproxy2/ChangeLog b/dev-python/wsgiproxy2/ChangeLog index f7a34f5483c2..7651ba05d54b 100644 --- a/dev-python/wsgiproxy2/ChangeLog +++ b/dev-python/wsgiproxy2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/wsgiproxy2 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.1 2013/03/20 07:12:32 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.2 2013/05/22 02:47:45 patrick Exp $ + + 22 May 2013; Patrick Lauer <patrick@gentoo.org> wsgiproxy2-0.1.ebuild: + Remove python 3.3 until socketpool catches up *wsgiproxy2-0.1 (20 Mar 2013) diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild index 0e5356269133..5f40b4be8b6e 100644 --- a/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild +++ b/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild,v 1.1 2013/03/20 07:12:32 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild,v 1.2 2013/05/22 02:47:45 patrick Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +# python 3_3 has to wait on socketpool +PYTHON_COMPAT=( python{2_6,2_7,3_2} ) # this looks quite unpossible to run RESTRICT="test" |