From c2e5e4c19cba7486ac4ea1a9d39241aa825c501a Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Thu, 13 Apr 2023 17:15:39 +0000 Subject: Adding metadata --- dev-python/kombu/Manifest | 1 + dev-python/kombu/kombu-5.3.0_beta3.ebuild | 93 ++++++++++++++++++++++ dev-python/libvirt-python/Manifest | 2 + .../libvirt-python/libvirt-python-9.2.0.ebuild | 56 +++++++++++++ .../sphinx_celery/sphinx_celery-2.0.0-r2.ebuild | 23 ++++++ 5 files changed, 175 insertions(+) create mode 100644 dev-python/kombu/kombu-5.3.0_beta3.ebuild create mode 100644 dev-python/libvirt-python/libvirt-python-9.2.0.ebuild create mode 100644 dev-python/sphinx_celery/sphinx_celery-2.0.0-r2.ebuild (limited to 'dev-python') diff --git a/dev-python/kombu/Manifest b/dev-python/kombu/Manifest index ac09c93dc8b9..7f6c66b735ee 100644 --- a/dev-python/kombu/Manifest +++ b/dev-python/kombu/Manifest @@ -1 +1,2 @@ DIST kombu-5.3.0b2.tar.gz 434341 BLAKE2B 6d5188f7682ccf2daa6ca4ed0fec7988cd4781954be0fdc847c18e47d5c425a657c3df0f5bda7999c764de293626e119a4645e92ff7bf23328f4fcb9d6f4cd4a SHA512 3000577cc3b2acfb378396640245f2bdf4c9e5e1d45252a27e4e168e22ff4070f480ad1fd70059b24cd710c452924bff1716f69bedcf020446f428f0967de832 +DIST kombu-5.3.0b3.tar.gz 436058 BLAKE2B d8470eea43a1d5f862d93e3b3608a3240b25cad6ccb342318a7bebda17e6ce818dce2889cb7af22fd77d2f6e69d1fdfa6926c77ba715c76dd40e973f3d9920dc SHA512 c330e1dd334810ed5fdeea234c49606aa8e43f84006703ff26d900f40ec7ce4920418bef3fd43abc8c792fb750499031191394475c45bfac50f7d29a6e30f5f8 diff --git a/dev-python/kombu/kombu-5.3.0_beta3.ebuild b/dev-python/kombu/kombu-5.3.0_beta3.ebuild new file mode 100644 index 000000000000..e6b664fac46d --- /dev/null +++ b/dev-python/kombu/kombu-5.3.0_beta3.ebuild @@ -0,0 +1,93 @@ +# Copyright 1999-2023 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/py-amqp-5.1.1[${PYTHON_USEDEP}] +