Autogenerated commit at 2025-06-16 14:02:52.438138+00:00
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
pkgbase = python-webtest-aiohttp
|
||||
pkgdesc = Provides integration of WebTest with aiohttp.web applications
|
||||
pkgver = 2.0.0
|
||||
pkgrel = 5
|
||||
pkgrel = 6
|
||||
url = https://pypi.org/project/webtest-aiohttp
|
||||
arch = any
|
||||
license = MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
[python-webtest-aiohttp]
|
||||
source="pypi"
|
||||
pypi="webtest-aiohttp"
|
||||
source = "pypi"
|
||||
pypi = "webtest-aiohttp"
|
||||
|
@ -5,7 +5,7 @@
|
||||
_distname=webtest-aiohttp
|
||||
pkgname="python-${_distname}"
|
||||
pkgver=2.0.0
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc='Provides integration of WebTest with aiohttp.web applications'
|
||||
arch=(any)
|
||||
url="https://pypi.org/project/${_distname}"
|
||||
@ -43,11 +43,6 @@ build() {
|
||||
python -m build --wheel --no-isolation
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$_distname-$pkgver"
|
||||
python -m pytest -v
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_distname-$pkgver"
|
||||
python -m installer --destdir="$pkgdir" dist/*.whl
|
||||
|
Reference in New Issue
Block a user