17 lines
669 B
Bash
17 lines
669 B
Bash
# Template file for 'python3-zipstream-ng'
|
|
pkgname=python3-zipstream-ng
|
|
version=1.8.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Modern and easy to use streamable zip file generator"
|
|
maintainer="chrysos349 <chrysostom349@gmail.com>"
|
|
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=b7129d2c15d26934b3e1cb22256593b6bdbd03c553c26f4199a5bf05110642bc
|
|
conflicts="python3-zipstream"
|