From df24bfcdae199a2fd8b3944754693137c0eb8b5e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 23 May 2021 15:28:04 +0200 Subject: dev-python/txAMQP: Enable py3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/txAMQP/txAMQP-0.8.2.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'dev-python') diff --git a/dev-python/txAMQP/txAMQP-0.8.2.ebuild b/dev-python/txAMQP/txAMQP-0.8.2.ebuild index a68485a6339a..31f1d27c9d08 100644 --- a/dev-python/txAMQP/txAMQP-0.8.2.ebuild +++ b/dev-python/txAMQP/txAMQP-0.8.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 @@ -14,6 +14,7 @@ HOMEPAGE="https://github.com/txamqp/txamqp" # pypi tarball misses doc files # https://github.com/txamqp/txamqp/pull/10 SRC_URI="https://github.com/txamqp/txamqp/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" +S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0" KEYWORDS="~amd64 ~x86 ~x64-solaris" @@ -24,14 +25,12 @@ RDEPEND=" dev-python/twisted[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] " -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] +BDEPEND=" test? ( ${RDEPEND} net-misc/rabbitmq-server )" -S=${WORKDIR}/${MY_P} - # Tests connect to the system rabbitmq server # TODO: figure out how to start an isolated instance RESTRICT="test" -- cgit v1.2.3-65-gdbad