python-lz4: update to 0.9.4
This commit is contained in:
parent
89b8e2b66d
commit
8f2eb6cac0
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'python-lz4'
|
||||
pkgname=python-lz4
|
||||
version=0.9.0
|
||||
version=0.9.4
|
||||
revision=1
|
||||
wrksrc=lz4-${version}
|
||||
build_style=python-module
|
||||
pycompile_module="lz4"
|
||||
hostmakedepends="pkg-config python-setuptools python3-setuptools"
|
||||
makedepends="python-devel python3-devel lz4-devel"
|
||||
short_desc="LZ4 bindings for Python2"
|
||||
|
@ -11,7 +12,7 @@ maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
|||
license="3-clause-BSD"
|
||||
homepage="https://github.com/python-lz4/python-lz4"
|
||||
distfiles="${PYPI_SITE}/l/lz4/lz4-${version}.tar.gz"
|
||||
checksum=93c2b83aa9c74c024062823f96515488c510fa5a4b3826579d0916049d28c205
|
||||
checksum=60c5edf044159d86e8c04ec6f56c7994beb02235ab871855dc5f417607b53e65
|
||||
|
||||
pre_build() {
|
||||
sed -i setup.py \
|
||||
|
@ -26,6 +27,7 @@ post_install() {
|
|||
}
|
||||
|
||||
python3-lz4_package() {
|
||||
pycompile_module="lz4"
|
||||
replaces="python3.4-lz4>=0"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user