diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-11-30 12:10:32 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-11-30 12:10:32 +0100 |
| commit | f25cc6024146097ed4201acc7bb436abd5b01dbb (patch) | |
| tree | 54787fc7b051519c801766be114b1ae38fc10427 /dev-python/amqp/amqp-5.2.0.ebuild | |
| parent | abe1bfda8a786a22b6fc0be51b4635a9ac9d769c (diff) | |
| download | gentoo-f25cc6024146097ed4201acc7bb436abd5b01dbb.tar.gz gentoo-f25cc6024146097ed4201acc7bb436abd5b01dbb.tar.bz2 gentoo-f25cc6024146097ed4201acc7bb436abd5b01dbb.zip | |
dev-python/amqp: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/amqp/amqp-5.2.0.ebuild')
| -rw-r--r-- | dev-python/amqp/amqp-5.2.0.ebuild | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/amqp/amqp-5.2.0.ebuild b/dev-python/amqp/amqp-5.2.0.ebuild deleted file mode 100644 index 26d896e76367..000000000000 --- a/dev-python/amqp/amqp-5.2.0.ebuild +++ /dev/null @@ -1,51 +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 pypi - -DESCRIPTION="Low-level AMQP client for Python (fork of amqplib)" -HOMEPAGE=" - https://github.com/celery/py-amqp/ - https://pypi.org/project/amqp/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm64 x86" -IUSE="extras" - -RDEPEND=" - >=dev-python/vine-5.0.0[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - >=dev-python/pytest-rerunfailures-6.0[${PYTHON_USEDEP}] - ) -" - -distutils_enable_sphinx docs \ - dev-python/sphinx-celery -distutils_enable_tests pytest - -EPYTEST_IGNORE=( - # rmq tests require a rabbitmq instance - t/integration/test_rmq.py -) - -EPYTEST_DESELECT=( - # fails when gssapi is installed (how does that test make sense?!) - t/unit/test_sasl.py::test_SASL::test_gssapi_missing -) - -python_install_all() { - if use extras; then - insinto /usr/share/${PF}/extras - doins -r extra - fi - distutils-r1_python_install_all -} |
