python-redis: update to 3.3.11.

This commit is contained in:
svenper 2020-04-20 22:10:23 +02:00 committed by Helmut Pozimski
parent 0f19a71ef9
commit c0c922f11a
1 changed files with 3 additions and 5 deletions

View File

@ -1,11 +1,10 @@
# Template file for 'python-redis'
pkgname=python-redis
version=2.10.6
revision=3
version=3.3.11
revision=1
archs=noarch
wrksrc="redis-${version}"
build_style=python-module
pycompile_module="redis"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Python2 client for Redis key-value store"
@ -13,7 +12,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="MIT"
homepage="https://github.com/andymccurdy/redis-py"
distfiles="${PYPI_SITE}/r/redis/redis-${version}.tar.gz"
checksum=a22ca993cea2962dbb588f9f30d0015ac4afcc45bee27d3978c0dbe9e97c6c0f
checksum=8d0fc278d3f5e1249967cba2eb4a5632d19e45ce5c09442b8422d15ee2c22cc2
post_install() {
vlicense LICENSE
@ -22,7 +21,6 @@ post_install() {
python3-redis_package() {
archs=noarch
depends="python3"
pycompile_module="redis"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*