diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 09:34:04 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 09:34:04 +0000 |
commit | 461b5a742552c71719a6bcd1296b89fa0eb91312 (patch) | |
tree | 4124f207ea7119b9146be35474c923fc504136e7 /dev-python/testfixtures | |
parent | Also compatible with python3_3 (diff) | |
download | gentoo-2-461b5a742552c71719a6bcd1296b89fa0eb91312.tar.gz gentoo-2-461b5a742552c71719a6bcd1296b89fa0eb91312.tar.bz2 gentoo-2-461b5a742552c71719a6bcd1296b89fa0eb91312.zip |
Also compatible with python3_3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/testfixtures')
-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 |