python3-pika: update to 1.4.0.

This commit is contained in:
Jason Elswick
2026-05-15 02:26:23 +02:00
committed by Duncan Overbruck
parent 290c8d7e39
commit b521442692
+8 -6
View File
@@ -1,17 +1,19 @@
# Template file for 'python3-pika'
pkgname=python3-pika
version=1.3.2
revision=2
version=1.4.0
revision=1
build_style=python3-pep517
make_check_target="tests"
hostmakedepends="python3-setuptools"
depends="python3"
depends="python3 python3-gevent python3-tornado python3-Twisted"
checkdepends="${depends} python3-pytest python3-pytest-timeout python3-coverage python3-pytest-cov python3-mypy ruff python3-yapf"
short_desc="Python RabbitMQ/AMQP 0-9-1 client library"
maintainer="Jason Elswick <jason@jasondavid.us>"
license="BSD-3-Clause"
homepage="https://github.com/pika/pika"
distfiles="${PYPI_SITE}/p/pika/pika-${version}.tar.gz"
checksum=b2a327ddddf8570b4965b3576ac77091b850262d34ce8c1d8cb4e4146aa4145f
make_check=no # Tests require dead "nose" package
distfiles="https://github.com/pika/pika/archive/refs/tags/${version}.tar.gz"
checksum=568e8d72deb2bb93fdcf84288c7eb7894750f89990753b3a18b435eb226b0ae7
make_check=no # some tests fail, may also need to package a 'codecov'
post_install() {
vlicense LICENSE