mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-lz4: update to 3.1.1.
This commit is contained in:
parent
5184156e23
commit
37f0df7e8d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-lz4'
|
# Template file for 'python3-lz4'
|
||||||
pkgname=python3-lz4
|
pkgname=python3-lz4
|
||||||
version=3.1.0
|
version=3.1.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="lz4-${version}"
|
wrksrc="lz4-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -14,7 +14,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://github.com/python-lz4/python-lz4"
|
homepage="https://github.com/python-lz4/python-lz4"
|
||||||
changelog="https://github.com/python-lz4/python-lz4/releases"
|
changelog="https://github.com/python-lz4/python-lz4/releases"
|
||||||
distfiles="${PYPI_SITE}/l/lz4/lz4-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/l/lz4/lz4-${version}.tar.gz"
|
||||||
checksum=debe75513db3eb9e5cdcd82a329ff38374b6316ab65b848b571e0404746c1e05
|
checksum=1ac354804cb2d5fb3d213857a6bf8590a301ef051cc16fbb4938bd2d6e524bda
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 -m pytest
|
python3 -m pytest
|
||||||
|
|
Loading…
Add table
Reference in a new issue