* update python-pastedeploy to 3.1-1

This commit is contained in:
Alexander Baldeck 2024-05-10 08:24:01 +02:00
parent c96221ae65
commit 2220da970e

View File

@ -2,17 +2,17 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=python-pastedeploy
pkgver=3.0.1
pkgrel=3
pkgver=3.1
pkgrel=1
pkgdesc="Load, configure, and compose WSGI applications and servers"
arch=(any)
license=('MIT')
url="http://pythonpaste.org/deploy/"
url="https://github.com/Pylons/pastedeploy"
depends=('python')
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Pylons/pastedeploy/archive/$pkgver.tar.gz")
sha512sums=('2b06351b9104da1e0d30c90492ee31113aacf5cde7a66a34482c4625af902b855eab2af80073db4eb18805a192f858dac360062dadf58a161cc3cfabf5b67a1a')
sha512sums=('da13c8181d1f003bf61f954655a1876f49253954c320c6a2db0ca2b92acf057e48dff97376da2f9dce6181e5349ffa2d8cddbf71d3360d6c0fa8d5dedbbb2ae3')
prepare() {
cd pastedeploy-$pkgver