python-lz4: update to 0.10.0
This commit is contained in:
parent
cc159ce5b2
commit
f425ad7069
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'python-lz4'
|
# Template file for 'python-lz4'
|
||||||
pkgname=python-lz4
|
pkgname=python-lz4
|
||||||
version=0.9.4
|
version=0.10.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=lz4-${version}
|
wrksrc="lz4-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="lz4"
|
pycompile_module="lz4"
|
||||||
hostmakedepends="pkg-config python-setuptools python3-setuptools"
|
hostmakedepends="pkg-config python-setuptools python3-setuptools"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
homepage="https://github.com/python-lz4/python-lz4"
|
homepage="https://github.com/python-lz4/python-lz4"
|
||||||
distfiles="${PYPI_SITE}/l/lz4/lz4-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/l/lz4/lz4-${version}.tar.gz"
|
||||||
checksum=60c5edf044159d86e8c04ec6f56c7994beb02235ab871855dc5f417607b53e65
|
checksum=c3daab3974893b4a8641793af441cf30e9950fe048476d8649cac49cab4e2837
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i setup.py \
|
sed -i setup.py \
|
||||||
|
|
Loading…
Reference in a new issue