python-redis: update to 2.10.5
This commit is contained in:
parent
038c445e17
commit
c3033a2e5a
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-redis'
|
||||
pkgname=python-redis
|
||||
version=2.10.3
|
||||
version=2.10.5
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="redis-${version}"
|
||||
|
@ -8,14 +8,13 @@ build_style=python-module
|
|||
python_versions="2.7 3.4"
|
||||
pycompile_module="redis"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
makedepends="python-devel python3.4-devel"
|
||||
depends="python"
|
||||
short_desc="Python2 client for Redis key-value store"
|
||||
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=a4fb37b02860f6b1617f6469487471fd086dd2d38bbce640c2055862b9c4019c
|
||||
checksum=5dfbae6acfc54edf0a7a415b99e0b21c0a3c27a7f787b292eea727b1facc5533
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue