New package: python3-pika-1.3.2

This commit is contained in:
Jason Elswick 2024-12-31 21:37:29 -06:00 committed by Andrew J. Hesford
parent c97b552529
commit c5e30fcbbd

View File

@ -0,0 +1,18 @@
# Template file for 'python3-pika'
pkgname=python3-pika
version=1.3.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3"
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
post_install() {
vlicense LICENSE
}