16 lines
573 B
Bash
16 lines
573 B
Bash
# Template file for 'python3-zipstream-ng'
|
|
pkgname=python3-zipstream-ng
|
|
version=1.7.1
|
|
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"
|
|
distfiles="${PYPI_SITE}/z/zipstream-ng/zipstream-ng-${version}.tar.gz"
|
|
checksum=f92023b9ca578cd7fdd94ec733c65664ecf7ee32493e38cdf8e365a1316e9ffc
|
|
conflicts="python3-zipstream"
|