python-lz4: update to 0.9.0
This commit is contained in:
parent
e5651bd07c
commit
89bf2ad78f
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-lz4'
|
# Template file for 'python-lz4'
|
||||||
pkgname=python-lz4
|
pkgname=python-lz4
|
||||||
version=0.8.2
|
version=0.9.0
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc=lz4-${version}
|
wrksrc=lz4-${version}
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="pkg-config python-setuptools python3-setuptools"
|
hostmakedepends="pkg-config python-setuptools python3-setuptools"
|
||||||
|
@ -11,13 +11,16 @@ 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=6bf49061d73d69c453e892ace4586b99ccffc7de558f921d18b9418235692ac7
|
checksum=93c2b83aa9c74c024062823f96515488c510fa5a4b3826579d0916049d28c205
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed '/nose/ d' -i setup.py
|
sed -i setup.py \
|
||||||
sed -n 2,27p src/lz4.c > LICENSE
|
-e '/setup_requires/d' \
|
||||||
|
-e '/use_scm_version/,+2d' \
|
||||||
|
-e "/name=/ a\
|
||||||
|
version='${version}',"
|
||||||
|
sed -n 2,29p lz4/_version.c >LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue