diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-09-11 20:06:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-09-11 20:39:26 +0200 |
commit | 7dd170d313149bcf4dacd33c40a5b13fb4295cb2 (patch) | |
tree | 989ad5c0278937528951a00a1649ce44e033698e /dev-python/kombu | |
parent | dev-python/cattrs: Bump to 24.1.1 (diff) | |
download | gentoo-7dd170d313149bcf4dacd33c40a5b13fb4295cb2.tar.gz gentoo-7dd170d313149bcf4dacd33c40a5b13fb4295cb2.tar.bz2 gentoo-7dd170d313149bcf4dacd33c40a5b13fb4295cb2.zip |
dev-python/kombu: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/kombu')
-rw-r--r-- | dev-python/kombu/Manifest | 1 | ||||
-rw-r--r-- | dev-python/kombu/files/kombu-5.3.7-py313.patch | 28 | ||||
-rw-r--r-- | dev-python/kombu/kombu-5.3.7.ebuild | 88 |
3 files changed, 0 insertions, 117 deletions
diff --git a/dev-python/kombu/Manifest b/dev-python/kombu/Manifest index 049e1bcdbdc7..23e9f1591975 100644 --- a/dev-python/kombu/Manifest +++ b/dev-python/kombu/Manifest @@ -1,2 +1 @@ -DIST kombu-5.3.7.tar.gz 439344 BLAKE2B 9443cb7d9d03ca7ed49b1e2c5a413e5d5633ccaf8cb2b8545b4bd0a7a7699f7fc773f735e6b26abf582502f1dbf11b088c612d749f09cab99950e145e8ee82e0 SHA512 48104d61a7c38a211ec378f90aade09d682a99d4f8b3d18b4bce49b51c80be794ab4b012d2974893fbc630a37c52dad10fb57f8335238b3002a64e025a148ee2 DIST kombu-5.4.0.tar.gz 442120 BLAKE2B 138fc4287f98179166973da019cb5d2536ec2daeb995e1ec94972c95dd3d42c33d97e4e0ed79eedda75e5668c789f463bc115638d8774bcee7018821de9ca3a5 SHA512 fd9b47018a6bb95067486858ee90c052dc497ae4625884521c37b0b18a226de52bee84599b7f7e4aa9ee956e1c648a2672e8c6dda4deaf493b20ffe30fca13bb diff --git a/dev-python/kombu/files/kombu-5.3.7-py313.patch b/dev-python/kombu/files/kombu-5.3.7-py313.patch deleted file mode 100644 index 7a359db0e022..000000000000 --- a/dev-python/kombu/files/kombu-5.3.7-py313.patch +++ /dev/null @@ -1,28 +0,0 @@ -From d26e891025f55ecbdc577fcbd4bc1f19c9e020d9 Mon Sep 17 00:00:00 2001 -From: Roman Inflianskas <rominf@pm.me> -Date: Fri, 5 Jul 2024 21:44:58 +0300 -Subject: [PATCH] Add support for Python 3.13 - -Fixes https://github.com/celery/kombu/issues/2051. ---- - .github/workflows/ci.yaml | 16 ++++++++++++++-- - kombu/transport/redis.py | 2 +- - requirements/extras/confluentkafka.txt | 2 +- - requirements/extras/zstd.txt | 2 +- - t/unit/transport/test_redis.py | 15 ++++++++++----- - tox.ini | 18 ++++++++++-------- - 6 files changed, 37 insertions(+), 18 deletions(-) - -diff --git a/kombu/transport/redis.py b/kombu/transport/redis.py -index 515d6f7d7..29909dbe5 100644 ---- a/kombu/transport/redis.py -+++ b/kombu/transport/redis.py -@@ -89,7 +89,7 @@ - - - logger = get_logger('kombu.transport.redis') --crit, warn = logger.critical, logger.warn -+crit, warn = logger.critical, logger.warning - - DEFAULT_PORT = 6379 - DEFAULT_DB = 0 diff --git a/dev-python/kombu/kombu-5.3.7.ebuild b/dev-python/kombu/kombu-5.3.7.ebuild deleted file mode 100644 index 8d4a9966b9e7..000000000000 --- a/dev-python/kombu/kombu-5.3.7.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# 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..13} ) - -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}] - <dev-python/amqp-6.0.0[${PYTHON_USEDEP}] - dev-python/vine[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - app-arch/brotli[python,${PYTHON_USEDEP}] - >=dev-python/boto3-1.22.2[${PYTHON_USEDEP}] - dev-python/hypothesis[${PYTHON_USEDEP}] - >=dev-python/msgpack-0.3.0[${PYTHON_USEDEP}] - dev-python/pycurl[${PYTHON_USEDEP}] - >=dev-python/pymongo-4.1.1[${PYTHON_USEDEP}] - dev-python/pytest-freezer[${PYTHON_USEDEP}] - dev-python/zstandard[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] - >=dev-python/redis-4.2.2[${PYTHON_USEDEP}] - dev-python/sqlalchemy[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest -distutils_enable_sphinx docs \ - dev-python/sphinx-celery - -PATCHES=( - # https://github.com/celery/kombu/pull/2052 - "${FILESDIR}/${P}-py313.patch" -) - -python_test() { - local EPYTEST_DESELECT=( - # TODO - t/unit/transport/test_redis.py::test_Channel::test_connparams_health_check_interval_supported - ) - local EPYTEST_IGNORE=( - # obsolete Pyro4 - t/unit/transport/test_pyro.py - # unpackaged azure - t/unit/transport/test_azurestoragequeues.py - ) - - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -} - -python_install_all() { - if use examples; then - docompress -x "/usr/share/doc/${PF}/examples" - docinto examples - dodoc -r examples/. - fi - distutils-r1_python_install_all -} - -pkg_postinst() { - optfeature "Amazon SQS backend" "dev-python/boto3 dev-python/pycurl" - optfeature "Etcd backend" dev-python/python-etcd - optfeature "MongoDB backend" dev-python/pymongo - optfeature "Redis backend" dev-python/redis - optfeature "sqlalchemy backend" dev-python/sqlalchemy - optfeature "yaml backend" dev-python/pyyaml - optfeature "MessagePack (de)serializer for Python" dev-python/msgpack - optfeature "brotli compression" "app-arch/brotli[python]" - optfeature "zstd compression" dev-python/zstandard -} |