aboutsummaryrefslogtreecommitdiff
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
parente0db00c65ba43eaa78150295aa4ab3b79c828a61 (diff)
downloadalpine_aports-6ccf2cf6bf9f533002d37727dc61c876cc821cec.tar.bz2
alpine_aports-6ccf2cf6bf9f533002d37727dc61c876cc821cec.tar.xz
alpine_aports-6ccf2cf6bf9f533002d37727dc61c876cc821cec.zip
community/py-msgpack: upgrade to 0.6.0
-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 @@
2# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> 2# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
3pkgname=py-msgpack 3pkgname=py-msgpack
4_pkgname=msgpack-python 4_pkgname=msgpack-python
5pkgver=0.5.6 5pkgver=0.6.0
6pkgrel=0 6pkgrel=0
7pkgdesc="A Python module for MessagePack serialization/deserialization" 7pkgdesc="A Python module for MessagePack serialization/deserialization"
8url="https://msgpack.org/" 8url="https://msgpack.org/"
@@ -13,8 +13,8 @@ options="!check"
13depends="" 13depends=""
14makedepends="python2-dev python3-dev py-setuptools pytest py3-pytest" 14makedepends="python2-dev python3-dev py-setuptools pytest py3-pytest"
15subpackages="py3-${pkgname/py-/}:_py3 py2-${pkgname/py-/}:_py2" 15subpackages="py3-${pkgname/py-/}:_py3 py2-${pkgname/py-/}:_py2"
16source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" 16source="$_pkgname-$pkgver.tar.gz::https://github.com/msgpack/msgpack-python/archive/v$pkgver.tar.gz"
17builddir="$srcdir/$_pkgname-$pkgver" 17builddir="$srcdir/msgpack-python-$pkgver"
18 18
19build() { 19build() {
20 cd "$builddir" 20 cd "$builddir"
@@ -50,4 +50,4 @@ _py3() {
50 _py python3 50 _py python3
51} 51}
52 52
53sha512sums="301025ea37ff5485987c51c6e781d1dd184158ec501259d43a58ce9e599f2057489919f664348958be8171a90270c21aec69430e0b1a8a0e6f36ee2e5303c242 msgpack-python-0.5.6.tar.gz" 53sha512sums="e1a2e47b0d7a29f90c208e8db785d72133b497b7fe5082f6693e7204c66beca1daaf101bb556b7a058f9da1567ea7e8036650882d51c3d2c9592b426de785551 msgpack-python-0.6.0.tar.gz"