python3-snappy: update to 0.6.1.

This commit is contained in:
Đoàn Trần Công Danh 2022-09-23 19:11:07 +07:00
parent f5788bbe97
commit 8418f5cefc

View file

@ -1,8 +1,8 @@
# Template file for 'python3-snappy' # Template file for 'python3-snappy'
pkgname=python3-snappy pkgname=python3-snappy
_pkgname=python-snappy _pkgname=python-snappy
version=0.5.4 version=0.6.1
revision=6 revision=1
wrksrc=$_pkgname-$version wrksrc=$_pkgname-$version
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/andrix/python-snappy" homepage="https://github.com/andrix/python-snappy"
distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz" distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz"
checksum=d9c26532cfa510f45e8d135cde140e8a5603d3fb254cfec273ebc0ecf9f668e2 checksum=b6a107ab06206acc5359d4c5632bd9b22d448702a79b3169b0c62e0fb808bb2a
pre_check() { pre_check() {
export PYTHONPATH=$(cd build/lib* && pwd) export PYTHONPATH=$(cd build/lib* && pwd)