diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/testfixtures/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/testfixtures/testfixtures-3.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/testfixtures/ChangeLog b/dev-python/testfixtures/ChangeLog index c1c8829058eb..cca88ffd5e81 100644 --- a/dev-python/testfixtures/ChangeLog +++ b/dev-python/testfixtures/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/testfixtures # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/testfixtures/ChangeLog,v 1.5 2013/03/15 20:58:09 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testfixtures/ChangeLog,v 1.6 2013/10/13 09:34:04 pacho Exp $ + + 13 Oct 2013; Pacho Ramos <pacho@gentoo.org> testfixtures-3.0.0.ebuild: + Also compatible with python3_3 *testfixtures-3.0.0 (15 Mar 2013) diff --git a/dev-python/testfixtures/testfixtures-3.0.0.ebuild b/dev-python/testfixtures/testfixtures-3.0.0.ebuild index 0eba94cb53ca..1085d51a742b 100644 --- a/dev-python/testfixtures/testfixtures-3.0.0.ebuild +++ b/dev-python/testfixtures/testfixtures-3.0.0.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/testfixtures/testfixtures-3.0.0.ebuild,v 1.1 2013/03/15 20:58:09 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testfixtures/testfixtures-3.0.0.ebuild,v 1.2 2013/10/13 09:34:04 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python2_{6,7} python3_2 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 |