From cd73058a83886d329d517b9e071d97ce86dec067 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Wed, 16 Nov 2016 09:24:34 -0600 Subject: dev-python/oslo-messaging: Block kombu 4.0.0 oslo.messaging is not compatible with it, for two reasons: because we cap amqp<2.0.0 there; and because the code of the library needs some adjustments. Until we clear that up, we will block the new kombu release. We don't cap because it's against the direction we want to take long term (adopting to new upstream releases). Package-Manager: portage-2.3.0 --- .../oslo-messaging/oslo-messaging-4.6.1-r1.ebuild | 56 +++++++++++++++++++++ .../oslo-messaging/oslo-messaging-5.10.0-r1.ebuild | 57 ++++++++++++++++++++++ 2 files changed, 113 insertions(+) create mode 100644 dev-python/oslo-messaging/oslo-messaging-4.6.1-r1.ebuild create mode 100644 dev-python/oslo-messaging/oslo-messaging-5.10.0-r1.ebuild (limited to 'dev-python/oslo-messaging') diff --git a/dev-python/oslo-messaging/oslo-messaging-4.6.1-r1.ebuild b/dev-python/oslo-messaging/oslo-messaging-4.6.1-r1.ebuild new file mode 100644 index 000000000000..ce264c61beaa --- /dev/null +++ b/dev-python/oslo-messaging/oslo-messaging-4.6.1-r1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) + +inherit distutils-r1 + +DESCRIPTION="Messaging API for RPC and notifications over different messaging transports" +HOMEPAGE="https://pypi.python.org/pypi/oslo.messaging" +SRC_URI="mirror://pypi/${PN:0:1}/oslo.messaging/oslo.messaging-${PV}.tar.gz" +S="${WORKDIR}/oslo.messaging-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +CDEPEND=" + >=dev-python/pbr-1.8[${PYTHON_USEDEP}] +