diff options
author | Jan Matejka <yac@gentoo.org> | 2014-01-05 02:08:38 +0000 |
---|---|---|
committer | Jan Matejka <yac@gentoo.org> | 2014-01-05 02:08:38 +0000 |
commit | 3bf2fe15853397a8f0c298f831ffb1f19f1cf095 (patch) | |
tree | ba6cb1352e9dc01455ec3f2ee7f04ad2facc9793 /dev-python/urwid | |
parent | [QA] Whitespace changes to make RepoMan happy. (diff) | |
download | gentoo-2-3bf2fe15853397a8f0c298f831ffb1f19f1cf095.tar.gz gentoo-2-3bf2fe15853397a8f0c298f831ffb1f19f1cf095.tar.bz2 gentoo-2-3bf2fe15853397a8f0c298f831ffb1f19f1cf095.zip |
<1.1 doesn't work with python > 3.2
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F97A36A1)
Diffstat (limited to 'dev-python/urwid')
-rw-r--r-- | dev-python/urwid/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/urwid/urwid-1.0.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/urwid/ChangeLog b/dev-python/urwid/ChangeLog index 69e86360d5f5..8e2b6666c73f 100644 --- a/dev-python/urwid/ChangeLog +++ b/dev-python/urwid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/urwid -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.62 2013/09/05 18:46:50 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.63 2014/01/05 02:08:38 yac Exp $ + + 05 Jan 2014; Jan Matejka <yac@gentoo.org> urwid-1.0.2.ebuild: + <1.1 doesn't work with python > 3.2 05 Sep 2013; Michał Górny <mgorny@gentoo.org> urwid-1.1.1-r1.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/dev-python/urwid/urwid-1.0.2.ebuild b/dev-python/urwid/urwid-1.0.2.ebuild index cfb3108e7d31..e17991963c7b 100644 --- a/dev-python/urwid/urwid-1.0.2.ebuild +++ b/dev-python/urwid/urwid-1.0.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild,v 1.7 2013/08/03 09:45:46 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.0.2.ebuild,v 1.8 2014/01/05 02:08:38 yac Exp $ EAPI="4" PYTHON_USE_WITH="ncurses" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="*-jython" +RESTRICT_PYTHON_ABIS="*-jython 3.3" PYTHON_TESTS_FAILURES_TOLERANT_ABIS="3.1" DISTUTILS_SRC_TEST="setup.py" |