python-snappy: update to 0.5.3.
This commit is contained in:
parent
7cc73e7dcd
commit
5f53464b62
|
@ -1,17 +1,22 @@
|
||||||
# Template file for 'python-snappy'
|
# Template file for 'python-snappy'
|
||||||
pkgname=python-snappy
|
pkgname=python-snappy
|
||||||
version=0.5.2
|
version=0.5.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="snappy"
|
pycompile_module="snappy"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel snappy-devel"
|
makedepends="python-devel python3-devel snappy-devel"
|
||||||
|
checkdepends="python3-cffi"
|
||||||
short_desc="Python2 bindings for the snappy compression library from Google"
|
short_desc="Python2 bindings for the snappy compression library from Google"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
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=2ce83e44587adbc7239589048d660a92f899eb45af4e48e73092192a8b0f0789
|
checksum=8a7f803f06083d4106d55387d2daa32c12b5e376c3616b0e2da8b8a87a27d74a
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python3 setup.py test
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue