mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python-lz4: update to 0.9.4
This commit is contained in:
parent
89b8e2b66d
commit
8f2eb6cac0
1 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'python-lz4'
|
# Template file for 'python-lz4'
|
||||||
pkgname=python-lz4
|
pkgname=python-lz4
|
||||||
version=0.9.0
|
version=0.9.4
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=lz4-${version}
|
wrksrc=lz4-${version}
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="lz4"
|
||||||
hostmakedepends="pkg-config python-setuptools python3-setuptools"
|
hostmakedepends="pkg-config python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel lz4-devel"
|
makedepends="python-devel python3-devel lz4-devel"
|
||||||
short_desc="LZ4 bindings for Python2"
|
short_desc="LZ4 bindings for Python2"
|
||||||
|
@ -11,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=93c2b83aa9c74c024062823f96515488c510fa5a4b3826579d0916049d28c205
|
checksum=60c5edf044159d86e8c04ec6f56c7994beb02235ab871855dc5f417607b53e65
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i setup.py \
|
sed -i setup.py \
|
||||||
|
@ -26,6 +27,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-lz4_package() {
|
python3-lz4_package() {
|
||||||
|
pycompile_module="lz4"
|
||||||
replaces="python3.4-lz4>=0"
|
replaces="python3.4-lz4>=0"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue