aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-msgpack
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2019-01-22 08:16:34 +0000
committerAndy Postnikov <apostnikov@gmail.com>2019-01-22 15:56:07 +0200
commit6ccf2cf6bf9f533002d37727dc61c876cc821cec (patch)
tree5d09ab272b620d27fd51d5ce3973177532b89748 /community/py-msgpack
parente0db00c65ba43eaa78150295aa4ab3b79c828a61 (diff)
downloadaports-6ccf2cf6bf9f533002d37727dc61c876cc821cec.tar.bz2
aports-6ccf2cf6bf9f533002d37727dc61c876cc821cec.tar.xz
community/py-msgpack: upgrade to 0.6.0
Diffstat (limited to 'community/py-msgpack')
-rw-r--r--community/py-msgpack/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/py-msgpack/APKBUILD b/community/py-msgpack/APKBUILD
index 102706f028..faae2f314d 100644
--- a/community/py-msgpack/APKBUILD
+++ b/community/py-msgpack/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-msgpack
_pkgname=msgpack-python
-pkgver=0.5.6
+pkgver=0.6.0
pkgrel=0
pkgdesc="A Python module for MessagePack serialization/deserialization"
url="https://msgpack.org/"
@@ -13,8 +13,8 @@ options="!check"
depends=""
makedepends="python2-dev python3-dev py-setuptools pytest py3-pytest"
subpackages="py3-${pkgname/py-/}:_py3 py2-${pkgname/py-/}:_py2"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-$pkgver"
+source="$_pkgname-$pkgver.tar.gz::https://github.com/msgpack/msgpack-python/archive/v$pkgver.tar.gz"
+builddir="$srcdir/msgpack-python-$pkgver"
build() {
cd "$builddir"
@@ -50,4 +50,4 @@ _py3() {
_py python3
}
-sha512sums="301025ea37ff5485987c51c6e781d1dd184158ec501259d43a58ce9e599f2057489919f664348958be8171a90270c21aec69430e0b1a8a0e6f36ee2e5303c242 msgpack-python-0.5.6.tar.gz"
+sha512sums="e1a2e47b0d7a29f90c208e8db785d72133b497b7fe5082f6693e7204c66beca1daaf101bb556b7a058f9da1567ea7e8036650882d51c3d2c9592b426de785551 msgpack-python-0.6.0.tar.gz"