Skip to content

Commit

Permalink
New package: python3-pika-1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jason1987d committed Jan 12, 2025
1 parent 735c622 commit 3580ff9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions srcpkgs/python3-pika/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
license="BSD-3-Clause"
homepage="https://github.com/pika/pika"
distfiles="${PYPI_SITE}/p/pika/pika-${version}.tar.gz"
checksum=b2a327ddddf8570b4965b3576ac77091b850262d34ce8c1d8cb4e4146aa4145f
make_check=no # requires python3-nose, which is deprecated in void

post_install() {
vlicense LICENSE
}

0 comments on commit 3580ff9

Please sign in to comment.