Skip to content
Merged
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
8 changes: 4 additions & 4 deletions srcpkgs/python3-zipstream-ng/template
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Template file for 'python3-zipstream-ng'
pkgname=python3-zipstream-ng
version=1.9.0
version=1.9.2
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3"
checkdepends="python3-pytest"
short_desc="Modern and easy to use streamable zip file generator"
Expand All @@ -12,5 +12,5 @@ license="LGPL-3.0-only"
homepage="https://github.com/pR0Ps/zipstream-ng"
changelog="https://raw.githubusercontent.com/pR0Ps/zipstream-ng/refs/heads/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/z/zipstream_ng/zipstream_ng-${version}.tar.gz"
checksum=a0d94030822d137efbf80dfdc680603c42f804696f41147bb3db895df667daea
checksum=116b7304b00f3251328cb300fa90f0f09d523b7faf2a06b3eaf7277dcb82cc3e
conflicts="python3-zipstream"