20 lines
601 B
Bash
20 lines
601 B
Bash
# Template file for 'python3-aioamqp'
|
|
pkgname=python3-aioamqp
|
|
version=0.15.0
|
|
revision=3
|
|
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=4d30fe210c742496b5b78de0337f49524571240701eb6c2dc348b1b9d8f819a9
|
|
# Tests require unpackaged asynctest package
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|