20 lines
591 B
Bash
20 lines
591 B
Bash
# Template file for 'python3-msgpack'
|
|
pkgname=python3-msgpack
|
|
version=1.0.0
|
|
revision=4
|
|
wrksrc="msgpack-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Python module for Msgpack serializer (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://msgpack.org/"
|
|
distfiles="${PYPI_SITE}/m/msgpack/msgpack-${version}.tar.gz"
|
|
checksum=9534d5cc480d4aff720233411a1f765be90885750b07df772380b34c10ecb5c0
|
|
|
|
do_check() {
|
|
PYTHONPATH=$PWD/build/lib python3 -m pytest
|
|
}
|