~alpine/aports

community/py3-msgpack: Update to 4.0.8 and take tarball from github main repo v1 PROPOSED

Olivier Mauras: 1
 community/py3-msgpack: Update to 4.0.8 and take tarball from github main repo

 1 files changed, 8 insertions(+), 7 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1757/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] community/py3-msgpack: Update to 4.0.8 and take tarball from github main repo Export this patch

---
 community/py3-msgpack/APKBUILD | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/community/py3-msgpack/APKBUILD b/community/py3-msgpack/APKBUILD
index 32d895a..931d6ff 100644
--- a/community/py3-msgpack/APKBUILD
+++ b/community/py3-msgpack/APKBUILD
@@ -1,9 +1,10 @@
# Contributor: Francesco Colista <francesco.colista@gmail.com>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Olivier Mauras <olivier@mauras.ch>
pkgname=py3-msgpack
_pkgname=msgpack-python
pkgver=0.4.7
pkgrel=1
pkgver=0.4.8
pkgrel=0
pkgdesc="A Python module for MessagePack serialization/deserialization"
url="http://pypi.python.org/pypi/msgpack-python/"
arch="all"
@@ -12,7 +13,7 @@ depends="python3"
depends_dev=""
makedepends="python3-dev"
subpackages=""
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
source="${_pkgname}-${pkgver}.tar.gz::https://github.com/msgpack/${_pkgname}/archive/${pkgver}.tar.gz"

builddir="$srcdir"/$_pkgname-$pkgver
build () {
@@ -25,6 +26,6 @@ package() {
	python3 setup.py install --root="$pkgdir" || return 1
}

md5sums="eb2aad1081534ef3a9f32a0ecd350b9b  msgpack-python-0.4.7.tar.gz"
sha256sums="5e001229a54180a02dcdd59db23c9978351af55b1290c27bc549e381f43acd6b  msgpack-python-0.4.7.tar.gz"
sha512sums="10cc51c5f46a908953298071a46a790b9b78a577e37abd546c76f72386c3847885e36523680c86b9a13fb099fc2a17c3c7a0119c750ac5e7081c72df3ebd7a7e  msgpack-python-0.4.7.tar.gz"
md5sums="b83db38476276d62d1f657e30873cdfb  msgpack-python-0.4.8.tar.gz"
sha256sums="b60a04916c609ad9a713d9c785b4a61f81728f264a8ae384faffc0d3aedd2029  msgpack-python-0.4.8.tar.gz"
sha512sums="1e97ae8f5c89e9e3b5c42415f6e58f2cae2889e007ae5059a106f8672a389e7fae6b9097661a9311c8c45168fbca1bdb9c1d278f4f888286828d039f7366bfc8  msgpack-python-0.4.8.tar.gz"
-- 
2.9.3