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