void-packages/srcpkgs/python3-aioamqp/template
2021-10-09 08:01:32 -04:00

19 lines
578 B
Bash

# Template file for 'python3-aioamqp'
pkgname=python3-aioamqp
version=0.14.0
revision=3
wrksrc="aioamqp-aioamqp-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pamqp"
short_desc="Pure-Python implementation of AMQP 0.9.1 atop asyncio"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://github.com/polyconseil/aioamqp"
distfiles="${homepage}/archive/${pkgname#*-}-${version}.tar.gz"
checksum=9fce69be1ed9bcc06b74683094f738556305215a1affd0fd7789c23a01c53ecd
post_install() {
vlicense LICENSE
}