Files
2025-10-23 12:02:00 -04:00

26 lines
1007 B
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-iterable-io
version 1.0.0
revision 0
platforms {darwin any}
supported_archs noarch
license LGPL-3
maintainers {i0ntempest @i0ntempest} \
openmaintainer
description Python library to adapt iterables to a file-like interface
long_description ${name} is a small Python library that provides an adapter so that it's \
possible to read from iterable objects in the same way as file-like objects.
homepage https://github.com/pR0Ps/iterable-io
checksums rmd160 04153c432ccf49f6334920cecdd0fa5c044395ed \
sha256 fb9e1b739587a9ba0d5c60a3e1eb71246761583bc9f18b3c35bb112b44b18c3c \
size 6050
python.versions 310 311 312 313