19 lines
540 B
Bash
19 lines
540 B
Bash
# Template file for 'python3-hiredis'
|
|
pkgname=python3-hiredis
|
|
version=2.0.0
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel hiredis-devel"
|
|
depends="python3"
|
|
short_desc="Python3 wrapper for hiredis"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/redis/hiredis-py"
|
|
distfiles="${PYPI_SITE}/h/hiredis/hiredis-${version}.tar.gz"
|
|
checksum=81d6d8e39695f2c37954d1011c0480ef7cf444d4e3ae24bc5e89ee5de360139a
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|