Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/python3-lz4/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-lz4'
pkgname=python3-lz4
version=4.3.3
version=4.4.5
revision=3

Check failure on line 4 in srcpkgs/python3-lz4/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

revision should be set to 1 on update
build_style=python3-pep517
# Module lz4.stream is experimental and not built by default
make_check_args="--ignore=tests/stream"
Expand All @@ -10,12 +10,12 @@
depends="python3"
checkdepends="python3-pytest python3-psutil"
short_desc="LZ4 bindings for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Jason Elswick <jason@jasondavid.us>"
license="BSD-3-Clause"
homepage="https://github.com/python-lz4/python-lz4"
changelog="https://github.com/python-lz4/python-lz4/releases"
distfiles="${PYPI_SITE}/l/lz4/lz4-${version}.tar.gz"
checksum=01fe674ef2889dbb9899d8a67361e0c4a2c833af5aeb37dd505727cf5d2a131e
checksum=5f0b9e53c1e82e88c10d7c180069363980136b9d7a8306c4dca4f760d60c39f0

post_install() {
vlicense LICENSE
Expand Down
Loading