parent
96b4fd9d30
commit
efe9aea725
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-snappy'
|
||||
pkgname=python-snappy
|
||||
version=0.5.1
|
||||
version=0.5.2
|
||||
revision=1
|
||||
build_style=python-module
|
||||
pycompile_module="snappy"
|
||||
|
@ -10,10 +10,10 @@ makedepends="python-devel python3-devel snappy-devel"
|
|||
depends="python"
|
||||
short_desc="Python2 bindings for the snappy compression library from Google"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/andrix/python-snappy"
|
||||
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=385fb216e7d1241f70c14c2bea3f042ec235caa65d708294f1ece50d3efa5de3
|
||||
checksum=2ce83e44587adbc7239589048d660a92f899eb45af4e48e73092192a8b0f0789
|
||||
|
||||
do_check() {
|
||||
nosetest
|
||||
|
|
Loading…
Reference in New Issue