mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
New package: python3-aioamqp-0.14.0
This commit is contained in:
parent
5ec70acb68
commit
d0a8d77d45
2 changed files with 20 additions and 0 deletions
19
srcpkgs/python3-aioamqp/template
Normal file
19
srcpkgs/python3-aioamqp/template
Normal 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
|
||||
}
|
1
srcpkgs/python3-aioamqp/update
Normal file
1
srcpkgs/python3-aioamqp/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern="${pkgname#*-}-\K[0-9.]*(?=.tar.gz)"
|
Loading…
Add table
Reference in a new issue