testing/py3-pika: upgrade to 1.3.1

This commit is contained in:
ptrcnull 2023-03-09 23:56:27 +01:00 committed by alice
parent 3b0c79ee43
commit d187bbd861

View File

@ -2,15 +2,15 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-pika
_pkgname=pika
pkgver=1.2.0
pkgrel=2
pkgver=1.3.1
pkgrel=0
pkgdesc="Python3 AMQP client library"
options="!check" # failures=1
url="https://pika.readthedocs.org"
arch="noarch"
license="BSD-3-Clause"
depends="python3 py3-tornado py3-twisted"
makedepends="py3-setuptools"
makedepends="py3-gpep517 py3-installer py3-setuptools py3-wheel"
checkdepends="
py3-coverage
py3-codecov
@ -24,7 +24,9 @@ replaces="py-pika" # Backwards compatibility
provides="py-pika=$pkgver-r$pkgrel" # Backwards compatibility
build() {
python3 setup.py build
gpep517 build-wheel \
--wheel-dir dist \
--output-fd 1
}
check() {
@ -32,9 +34,10 @@ check() {
}
package() {
python3 setup.py install --skip-build --root="$pkgdir"
python3 -m installer -d "$pkgdir" \
dist/*.whl
}
sha512sums="
0b5db7e09e589b35b42221970dc16c1fe26a7a7be35ab64a23574ae8d2eff72d700f6c95b457f8a4558f6835f3a80f464479e1db75826382776e74819412014b py3-pika-1.2.0.tar.gz
5b3b785f74cd11433198dfb9b423daae9f3acac6cee158638ac793d1bd575296d0d6425165f3f00338a65f89f48e1c2795725e7a4f791e815a5837b25c69ba46 py3-pika-1.3.1.tar.gz
"