# Contributor: Francesco Colista # Maintainer: Fabian Affolter pkgname=py-msgpack _pkgname=msgpack-python pkgver=0.6.0 pkgrel=0 pkgdesc="A Python module for MessagePack serialization/deserialization" url="https://msgpack.org/" arch="all" license="Apache-2.0" # Dependency (pluggy) to run test is not available options="!check" depends="" makedepends="python2-dev python3-dev py-setuptools pytest py3-pytest" subpackages="py3-${pkgname/py-/}:_py3 py2-${pkgname/py-/}:_py2" source="$_pkgname-$pkgver.tar.gz::https://github.com/msgpack/msgpack-python/archive/v$pkgver.tar.gz" builddir="$srcdir/msgpack-python-$pkgver" build() { cd "$builddir" python2 setup.py build python3 setup.py build } check() { cd "$builddir" pytest test pytest-3 test } package() { mkdir -p "$pkgdir" } _py() { local python=$1 pkgdesc="$pkgdesc (for $python)" install_if="$pkgname=$pkgver-r$pkgrel $python" cd "$builddir" $python setup.py install --prefix=/usr --root="$subpkgdir" } _py2() { replaces="$pkgname" _py python2 } _py3() { _py python3 } sha512sums="e1a2e47b0d7a29f90c208e8db785d72133b497b7fe5082f6693e7204c66beca1daaf101bb556b7a058f9da1567ea7e8036650882d51c3d2c9592b426de785551 msgpack-python-0.6.0.tar.gz"