From 63a01a3024a6fa402d123768cd38f1cabe13adf6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 28 Mar 2024 07:12:54 +0000 Subject: gentoo auto-resync : 28:03:2024 - 07:12:54 --- dev-python/kombu/kombu-5.3.6.ebuild | 83 +++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 dev-python/kombu/kombu-5.3.6.ebuild (limited to 'dev-python/kombu/kombu-5.3.6.ebuild') diff --git a/dev-python/kombu/kombu-5.3.6.ebuild b/dev-python/kombu/kombu-5.3.6.ebuild new file mode 100644 index 000000000000..1dc983b25728 --- /dev/null +++ b/dev-python/kombu/kombu-5.3.6.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 optfeature pypi + +DESCRIPTION="AMQP Messaging Framework for Python" +HOMEPAGE=" + https://github.com/celery/kombu/ + https://pypi.org/project/kombu/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="examples" + +RDEPEND=" + >=dev-python/amqp-5.1.1[${PYTHON_USEDEP}] +