diff --git a/testing/py-pykka/APKBUILD b/testing/py-pykka/APKBUILD index 52aa1b692db..4fca8eb3611 100644 --- a/testing/py-pykka/APKBUILD +++ b/testing/py-pykka/APKBUILD @@ -3,10 +3,10 @@ pkgname=py-pykka pkgver=1.2.1 pkgrel=1 -pkgdesc="Easy to use concurrency abstractions for Python using the actor model" -url="http://pykka.readthedocs.org/" +pkgdesc="Concurrency abstractions for Python using the actor model" +url="http://pykka.readthedocs.org" arch="noarch" -license="Apache" +license="Apache-2.0" depends="python2 python3" depends_dev="" makedepends="python2-dev python3-dev py-setuptools" @@ -14,10 +14,10 @@ install="" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" source="https://files.pythonhosted.org/packages/source/P/Pykka/Pykka-$pkgver.tar.gz" -_builddir="$srcdir"/Pykka-$pkgver +builddir="$srcdir"/Pykka-$pkgver build() { - cd "$_builddir" + cd "$builddir" python2 setup.py build python3 setup.py build } @@ -41,7 +41,7 @@ _py() { depends="$depends $python" install_if="$pkgname=$pkgver-r$pkgrel $python" - cd "$_builddir" + cd "$builddir" $python setup.py install --prefix=/usr --root="$subpkgdir" }