python3-hiredis: update to 2.0.0.

This commit is contained in:
Andrew J. Hesford 2021-06-05 23:46:45 -04:00
parent 5af0432090
commit b72fb283fb
2 changed files with 5 additions and 3 deletions

View File

@ -1,17 +1,18 @@
# Template file for 'python3-hiredis'
pkgname=python3-hiredis
version=1.1.0
revision=2
version=2.0.0
revision=1
wrksrc="hiredis-${version}"
build_style=python3-module
hostmakedepends="python3-devel"
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=996021ef33e0f50b97ff2d6b5f422a0fe5577de21a8873b58a779a5ddd1c3132
checksum=81d6d8e39695f2c37954d1011c0480ef7cf444d4e3ae24bc5e89ee5de360139a
post_install() {
vlicense COPYING

View File

@ -0,0 +1 @@
ignore="*dev*"