python3-pamqp: update to 3.1.0.
This commit is contained in:
parent
acb3cd6e70
commit
e50653de5e
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-pamqp'
|
# Template file for 'python3-pamqp'
|
||||||
pkgname=python3-pamqp
|
pkgname=python3-pamqp
|
||||||
version=2.3.0
|
version=3.1.0
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="Low-level AMQP 0-9-1 frame encoding/decoding for Python"
|
short_desc="Low-level AMQP 0-9-1 frame encoding/decoding for Python"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/gmr/pamqp"
|
homepage="https://github.com/gmr/pamqp"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=9c69844d2f587fcb8f086490ad5e4d629dc94ad3b25efd898dacb387aac453e0
|
checksum=9fc37561f68bde122e2a86ddb8caf9c758d9780519ee2bdcc1d3ce3a34941e3f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue