python-msgpack: update to 0.4.3.
This commit is contained in:
parent
00d05b5176
commit
779cf4f716
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-msgpack'
|
# Template file for 'python-msgpack'
|
||||||
pkgname=python-msgpack
|
pkgname=python-msgpack
|
||||||
version=0.4.2
|
version=0.4.3
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="msgpack-python-$version"
|
wrksrc="msgpack-python-$version"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
homepage="https://github.com/msgpack/msgpack-python"
|
homepage="https://github.com/msgpack/msgpack-python"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="${PYPI_SITE}/m/msgpack-python/msgpack-python-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/m/msgpack-python/msgpack-python-${version}.tar.gz"
|
||||||
checksum=0476e8fdd79e5b648b349bd0edebf06e41271ee29421ef7adb12cdbe55dac2a9
|
checksum=eda5679ff31e4fca6efc5fd88134235ce54453fc642d3ce128f671df2329dda9
|
||||||
|
|
||||||
python3.4-msgpack_package() {
|
python3.4-msgpack_package() {
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
|
|
Loading…
Reference in New Issue