Autogenerated commit at 2025-06-16 14:02:52.438138+00:00

This commit is contained in:
ahriman
2025-06-16 14:02:52 +00:00
parent d7fb065590
commit abc2099cef
3 changed files with 4 additions and 9 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-webtest-aiohttp pkgbase = python-webtest-aiohttp
pkgdesc = Provides integration of WebTest with aiohttp.web applications pkgdesc = Provides integration of WebTest with aiohttp.web applications
pkgver = 2.0.0 pkgver = 2.0.0
pkgrel = 5 pkgrel = 6
url = https://pypi.org/project/webtest-aiohttp url = https://pypi.org/project/webtest-aiohttp
arch = any arch = any
license = MIT license = MIT

View File

@ -1,3 +1,3 @@
[python-webtest-aiohttp] [python-webtest-aiohttp]
source="pypi" source = "pypi"
pypi="webtest-aiohttp" pypi = "webtest-aiohttp"

View File

@ -5,7 +5,7 @@
_distname=webtest-aiohttp _distname=webtest-aiohttp
pkgname="python-${_distname}" pkgname="python-${_distname}"
pkgver=2.0.0 pkgver=2.0.0
pkgrel=5 pkgrel=6
pkgdesc='Provides integration of WebTest with aiohttp.web applications' pkgdesc='Provides integration of WebTest with aiohttp.web applications'
arch=(any) arch=(any)
url="https://pypi.org/project/${_distname}" url="https://pypi.org/project/${_distname}"
@ -43,11 +43,6 @@ build() {
python -m build --wheel --no-isolation python -m build --wheel --no-isolation
} }
check() {
cd "$_distname-$pkgver"
python -m pytest -v
}
package() { package() {
cd "$_distname-$pkgver" cd "$_distname-$pkgver"
python -m installer --destdir="$pkgdir" dist/*.whl python -m installer --destdir="$pkgdir" dist/*.whl