aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-17 06:11:49 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-18 13:35:26 +0100
commitd2eaabd27f1a80e5db0ea4a7d58e13dc28ce78f8 (patch)
treeb8ba0813638be23a6c5e66736a4bffe9019b8608
parent973f3a91ec52838fd861cd31475943e88c7debb0 (diff)
downloadaports-d2eaabd27f1a80e5db0ea4a7d58e13dc28ce78f8.tar.bz2
aports-d2eaabd27f1a80e5db0ea4a7d58e13dc28ce78f8.tar.xz
main/py3-hiredis: upgrade to 1.0.1
-rw-r--r--main/py3-hiredis/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/main/py3-hiredis/APKBUILD b/main/py3-hiredis/APKBUILD
index a608c12c1a..52de17544b 100644
--- a/main/py3-hiredis/APKBUILD
+++ b/main/py3-hiredis/APKBUILD
@@ -1,8 +1,8 @@
# Maintainer: Eivind Uggedal <eu@eju.no>
pkgname=py3-hiredis
_pkgname=${pkgname#py3-}
-pkgver=1.0.0
-pkgrel=1
+pkgver=1.0.1
+pkgrel=0
pkgdesc="Python extension that wraps hiredis"
url="https://github.com/redis/hiredis-py"
arch="all"
@@ -19,12 +19,10 @@ replaces="py-$_pkgname" # for backward compatibility
builddir="$srcdir"/$_pkgname-$pkgver
build() {
- cd "$builddir"
python3 setup.py build
}
check() {
- cd "$builddir"
python3 test.py
}
@@ -32,6 +30,6 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="2dfe124977770431cfd77bd3c6d22fd6dcafdd69da3016d5459bf697668682e809f2c3a8b8b41e95c884a297e5f74e0163e43b05c808cb866e2317357fba11ff hiredis-1.0.0.tar.gz
+sha512sums="8aa5e29b09f42826d746857d55b8042b40ffa3977386b0f8b2ea1b2ede0c28337f3df4bbd177192d8873570810bc9d0987f1f2b29f094f27adaa4aaf409c3a6b hiredis-1.0.1.tar.gz
4be1599851215547b4b994a966087024cc86b495dbfdcb9807dabcffb5505509f25398c55a07b2a8fb7221cf9c5d27738a38f8c87fe2e37d991a2de3cfa38451 system-hiredis.patch
a066ceab985be6ae87f0c30b98a496e6929909ac5d94b21fac9544bc8f649b0c1f0b66760441a90dc8bc50f4d748775f3d3a042fe8a4b466b5371bfb49b16f7a hiredis-0.14-compat.patch"