parent
96c727f091
commit
da2da0d2db
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'python-msgpack'
|
||||
pkgname=python-msgpack
|
||||
version=0.4.8
|
||||
revision=4
|
||||
wrksrc="msgpack-python-$version"
|
||||
version=0.5.1
|
||||
revision=1
|
||||
wrksrc="msgpack-$version"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
makedepends="python-devel python3-devel"
|
||||
|
@ -11,8 +11,8 @@ short_desc="Python module for Msgpack serializer (Python2)"
|
|||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
homepage="https://github.com/msgpack/msgpack-python"
|
||||
license="Apache-2.0"
|
||||
distfiles="${PYPI_SITE}/m/msgpack-python/msgpack-python-${version}.tar.gz"
|
||||
checksum=1a2b19df0f03519ec7f19f826afb935b202d8979b0856c6fb3dc28955799f886
|
||||
distfiles="${PYPI_SITE}/m/msgpack/msgpack-${version}.tar.gz"
|
||||
checksum=f5ebef2049f25da6d7ea53c3f95b4ba175ea9d96fadb60add80fc501a522bcc9
|
||||
|
||||
python3-msgpack_package() {
|
||||
pycompile_module="msgpack"
|
||||
|
|
Loading…
Add table
Reference in a new issue