python-msgpack: update to 0.6.0.

This commit is contained in:
maxice8 2018-12-01 01:25:23 -02:00 committed by maxice8
parent a354e5998c
commit 6dcbec2221
1 changed files with 6 additions and 6 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'python-msgpack'
pkgname=python-msgpack
version=0.5.6
version=0.6.0
revision=1
wrksrc="msgpack-$version"
wrksrc="msgpack-${version}"
build_style=python-module
pycompile_module="msgpack"
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel"
checkdepends="python3-pytest"
pycompile_module="msgpack"
short_desc="Python module for Msgpack serializer (Python2)"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
homepage="https://github.com/msgpack/msgpack-python"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="https://github.com/msgpack/msgpack-python"
distfiles="${PYPI_SITE}/m/msgpack/msgpack-${version}.tar.gz"
checksum=0ee8c8c85aa651be3aa0cd005b5931769eaa658c948ce79428766f1bd46ae2c3
checksum=64abc6bf3a2ac301702f5760f4e6e227d0fd4d84d9014ef9a40faa9d43365259
do_check() {
python3 -m pytest