You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1.1 KiB
Tcl
28 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-zipstream-ng
|
|
python.rootname zipstream_ng
|
|
version 1.8.0
|
|
revision 0
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license LGPL-3
|
|
maintainers {i0ntempest @i0ntempest} \
|
|
openmaintainer
|
|
|
|
description A modern and easy to use streamable zip file generator
|
|
long_description ${description}. It can package and stream many files and folders into a zip\
|
|
on the fly without needing temporary files or excessive memory. It can also\
|
|
calculate the final size of the zip file before streaming it.
|
|
|
|
homepage https://github.com/pR0Ps/iterable-io
|
|
|
|
checksums rmd160 6292202c40e663295d8b93bf04568fff1e6f37b0 \
|
|
sha256 b7129d2c15d26934b3e1cb22256593b6bdbd03c553c26f4199a5bf05110642bc \
|
|
size 35887
|
|
|
|
python.versions 310 311 312 313
|