diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 09:23:46 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 09:23:46 +0000 |
commit | 99fdde8cc0ec02e8d5b00c8410f5ca01b5836c94 (patch) | |
tree | f601fecb06e574171c6c245d95bf72975c7a9b16 /dev-python/txAMQP/txAMQP-0.6.2.ebuild | |
parent | Also compatible with python3_3 (diff) | |
download | gentoo-2-99fdde8cc0ec02e8d5b00c8410f5ca01b5836c94.tar.gz gentoo-2-99fdde8cc0ec02e8d5b00c8410f5ca01b5836c94.tar.bz2 gentoo-2-99fdde8cc0ec02e8d5b00c8410f5ca01b5836c94.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/txAMQP/txAMQP-0.6.2.ebuild')
-rw-r--r-- | dev-python/txAMQP/txAMQP-0.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/txAMQP/txAMQP-0.6.2.ebuild b/dev-python/txAMQP/txAMQP-0.6.2.ebuild index 7be142f7723d..6fb771d0f573 100644 --- a/dev-python/txAMQP/txAMQP-0.6.2.ebuild +++ b/dev-python/txAMQP/txAMQP-0.6.2.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/txAMQP/txAMQP-0.6.2.ebuild,v 1.3 2013/09/05 18:46:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/txAMQP/txAMQP-0.6.2.ebuild,v 1.4 2013/10/13 09:23:46 pacho Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) inherit distutils-r1 DESCRIPTION="Python library for communicating with AMQP peers using Twisted" |