17 lines
480 B
Plaintext

# Description: MessagePack for Python
# URL: https://github.com/msgpack/msgpack-python/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-cython
name=python3-msgpack
version=1.1.0
release=1
source=(https://pypi.org/packages/source/m/msgpack/msgpack-$version.tar.gz)
build() {
cd msgpack-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}