python3-hiredis: update to 2.0.0.
This commit is contained in:
parent
5af0432090
commit
b72fb283fb
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-hiredis'
|
# Template file for 'python3-hiredis'
|
||||||
pkgname=python3-hiredis
|
pkgname=python3-hiredis
|
||||||
version=1.1.0
|
version=2.0.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="hiredis-${version}"
|
wrksrc="hiredis-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-devel"
|
hostmakedepends="python3-devel"
|
||||||
makedepends="python3-devel hiredis-devel"
|
makedepends="python3-devel hiredis-devel"
|
||||||
|
depends="python3"
|
||||||
short_desc="Python3 wrapper for hiredis"
|
short_desc="Python3 wrapper for hiredis"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/redis/hiredis-py"
|
homepage="https://github.com/redis/hiredis-py"
|
||||||
distfiles="${PYPI_SITE}/h/hiredis/hiredis-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/h/hiredis/hiredis-${version}.tar.gz"
|
||||||
checksum=996021ef33e0f50b97ff2d6b5f422a0fe5577de21a8873b58a779a5ddd1c3132
|
checksum=81d6d8e39695f2c37954d1011c0480ef7cf444d4e3ae24bc5e89ee5de360139a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
ignore="*dev*"
|
Loading…
Reference in New Issue