# Template file for 'python3-pamqp'
pkgname=python3-pamqp
version=4.0.1
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3"
checkdepends="python3-pytest"
short_desc="Low-level AMQP 0-9-1 frame encoding/decoding for Python"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://github.com/gmr/pamqp"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=a600769a4c569e4c11543d56dce2e72c1cb32b215e6579ea1c4be1f14ffe90f3

post_install() {
	vlicense LICENSE
}
