* update python-pytest to 1:8.2.2-1

This commit is contained in:
Alexander Baldeck 2024-07-20 21:28:40 +02:00
parent 0e85fe0f0f
commit 4fc0491920

View File

@ -5,14 +5,18 @@
pkgname=python-pytest
_name=${pkgname#python-}
pkgver=8.2.1
pkgver=8.2.2
pkgrel=1
epoch=1
pkgdesc="Simple powerful testing with Python"
arch=(any)
url="https://pytest.org/"
license=('MIT')
depends=('python-iniconfig' 'python-packaging' 'python-pluggy')
depends=(
'python-iniconfig'
'python-packaging'
'python-pluggy'
)
makedepends=(
'git'
'python-build'
@ -39,7 +43,7 @@ checkdepends=(
'python-twisted'
)
source=("git+https://github.com/$_name-dev/$_name.git#tag=$pkgver")
b2sums=('15e2a2c215616ccc142d1faf03cd07027bd6f79b4b75c6439842749429a94e4a175498b9364a25e390dc63ebad00e05c0eafe09acf9e25410d7d940856fc02b1')
b2sums=('e56362156e3e752872c63cf8df01744b09e35a38f65a58fa44f88b824dc51186274187834ad9667a79b3b3601761fdee4e1a82e0cfd7862f35fe82802e6f57d7')
build() {
cd "$_name"