mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/py3-async-timeout: added check()
This commit is contained in:
parent
f4880359bd
commit
d2da7ce7ae
@ -3,7 +3,7 @@
|
||||
pkgname=py3-async-timeout
|
||||
_pkgname=async-timeout
|
||||
pkgver=3.0.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Timeout context manager for asyncio programs"
|
||||
url="https://pypi.python.org/pypi/async_timeout"
|
||||
arch="noarch"
|
||||
@ -18,6 +18,11 @@ build() {
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
python3 setup.py check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
python3 setup.py install --root="$pkgdir"
|
||||
|
Loading…
Reference in New Issue
Block a user