mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
python-msgpack: update to 0.6.0.
This commit is contained in:
parent
a354e5998c
commit
6dcbec2221
1 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-msgpack'
|
# Template file for 'python-msgpack'
|
||||||
pkgname=python-msgpack
|
pkgname=python-msgpack
|
||||||
version=0.5.6
|
version=0.6.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="msgpack-$version"
|
wrksrc="msgpack-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="msgpack"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel"
|
makedepends="python-devel python3-devel"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
pycompile_module="msgpack"
|
|
||||||
short_desc="Python module for Msgpack serializer (Python2)"
|
short_desc="Python module for Msgpack serializer (Python2)"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
homepage="https://github.com/msgpack/msgpack-python"
|
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/msgpack/msgpack-python"
|
||||||
distfiles="${PYPI_SITE}/m/msgpack/msgpack-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/m/msgpack/msgpack-${version}.tar.gz"
|
||||||
checksum=0ee8c8c85aa651be3aa0cd005b5931769eaa658c948ce79428766f1bd46ae2c3
|
checksum=64abc6bf3a2ac301702f5760f4e6e227d0fd4d84d9014ef9a40faa9d43365259
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 -m pytest
|
python3 -m pytest
|
||||||
|
|
Loading…
Add table
Reference in a new issue