New package: python3-aioamqp-0.14.0

This commit is contained in:
Andrew J. Hesford 2020-05-22 12:14:16 -04:00 committed by Piraty
parent 5ec70acb68
commit d0a8d77d45
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,19 @@
# Template file for 'python3-aioamqp'
pkgname=python3-aioamqp
version=0.14.0
revision=1
archs=noarch
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
}

View file

@ -0,0 +1 @@
pattern="${pkgname#*-}-\K[0-9.]*(?=.tar.gz)"