# Maintainer: Drew DeVault pkgname=py3-billiard pkgver=3.6.3.0 pkgrel=0 pkgdesc="a message queue abstraction layer" url="https://pypi.python.org/pypi/billiard/" arch="noarch" license="BSD-3-Clause" makedepends="py3-setuptools" checkdepends="py3-psutil py3-pytest py3-nose py3-case" source="https://files.pythonhosted.org/packages/source/b/billiard/billiard-$pkgver.tar.gz" builddir="$srcdir/billiard-$pkgver" replaces="py-billiard" # Backwards compatibility provides="py-billiard=$pkgver-r$pkgrel" # Backwards compatibility build() { python3 setup.py build } check() { # Uses wrong name for 'queue' module. # Uses internal 'test' and 'test.support' modules. rm -f t/integration/tests/test_multiprocessing.py # Windows only rm -f t/unit/test_win32.py py.test-3 } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="8fde933c7f605aa4958a6f9da7aa876f42ef7250845b113fc175f8e8af1760063ac6b2a7a222d2c0bac4715f18986a2ee1a5528cc14925b2060dca8a5bd2333c billiard-3.6.3.0.tar.gz"