ports/devel/py-iterable-io/Makefile
N.J. Thomas 43d38a139f
devel/py-iterable-io: New port
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
2024-09-12 17:09:47 +02:00

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>