mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
testing/py-pykka: added check()
This commit is contained in:
parent
77ed4d989d
commit
bd657a0be4
@ -2,7 +2,7 @@
|
||||
# Maintainer:
|
||||
pkgname=py-pykka
|
||||
pkgver=1.2.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Concurrency abstractions for Python using the actor model"
|
||||
url="http://pykka.readthedocs.org"
|
||||
arch="noarch"
|
||||
@ -26,6 +26,13 @@ package() {
|
||||
mkdir -p "$pkgdir"
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
python2 setup.py check
|
||||
python3 setup.py check
|
||||
}
|
||||
|
||||
|
||||
_py2() {
|
||||
replaces="$pkgname"
|
||||
_py python2
|
||||
|
Loading…
Reference in New Issue
Block a user