19 lines
539 B
Bash
19 lines
539 B
Bash
# Template file for 'python3-pamqp'
|
|
pkgname=python3-pamqp
|
|
version=3.3.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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=d205c2599029d2e3c95d3666013899d10300d380eb87580a0e8182003c31f7b3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|