mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
iterable-io 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. WWW: https://github.com/pR0Ps/iterable-io PR: 279304
16 lines
347 B
Makefile
16 lines
347 B
Makefile
PORTNAME= iterable-io
|
|
DISTVERSION= 1.0.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= njt@ayvali.org
|
|
COMMENT= Adapter to read from iterable objects like file objects
|
|
WWW= https://github.com/pR0Ps/iterable-io
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|