mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
New package: python3-pika-1.3.2
This commit is contained in:
parent
c97b552529
commit
c5e30fcbbd
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-pika/template
Normal file
18
srcpkgs/python3-pika/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue