mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
18 lines
547 B
Bash
18 lines
547 B
Bash
# 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
|
|
}
|