vp-build/srcpkgs/python3-redis/template

19 lines
524 B
Bash

# Template file for 'python3-redis'
pkgname=python3-redis
version=3.5.3
revision=4
wrksrc="redis-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python3 client for Redis key-value store"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/andymccurdy/redis-py"
distfiles="${PYPI_SITE}/r/redis/redis-${version}.tar.gz"
checksum=0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2
post_install() {
vlicense LICENSE
}