# Contributor: Carlo Landmeter # Maintainer: Bart Ribbers pkgname=py3-pykka pkgver=3.1.1 pkgrel=3 pkgdesc="Concurrency abstractions for Python3 using the actor model" url="https://pykka.readthedocs.org/" arch="noarch" license="Apache-2.0" depends="python3" makedepends=" py3-gpep517 py3-installer py3-poetry-core " checkdepends=" py3-mock py3-pytest py3-pytest-mock " subpackages="$pkgname-pyc" source="https://github.com/jodal/pykka/archive/v$pkgver/pykka-$pkgver.tar.gz" builddir="$srcdir/pykka-$pkgver" replaces="py-pykka" # Backwards compatibility provides="py-pykka=$pkgver-r$pkgrel" # Backwards compatibility build() { gpep517 build-wheel \ --wheel-dir .dist \ --output-fd 3 3>&1 >&2 } check() { python3 -m venv --clear --without-pip --system-site-packages .testenv .testenv/bin/python3 -m installer .dist/*.whl .testenv/bin/python3 -m pytest } package() { python3 -m installer -d "$pkgdir" \ .dist/*.whl } sha512sums=" 0cb5ca7924f77d9d0ba8b2f288e2a635f7ce70ae49bd5f5ddf574f37f76252b575cb95898ab244d27b96090345bcbbe82bad1c97f5cca73fb8fffa707e553e55 pykka-3.1.1.tar.gz "