View | Details | Raw Unified | Return to bug 279304 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/py-iterable-io/Makefile (+18 lines)
Added Link Here
1
PORTNAME=	iterable-io
2
DISTVERSION=	1.0.0
3
CATEGORIES=	devel python
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	ports@FreeBSD.org
8
9
COMMENT=	adapter to read from iterable objects like file objects
10
WWW=		https://github.com/pR0Ps/iterable-io
11
12
LICENSE=	LGPL3
13
14
USES=		python
15
USE_PYTHON=	autoplist distutils
16
17
.include <bsd.port.mk>
18
(-)b/devel/py-iterable-io/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1720296848
2
SHA256 (iterable-io-1.0.0.tar.gz) = fb9e1b739587a9ba0d5c60a3e1eb71246761583bc9f18b3c35bb112b44b18c3c
3
SIZE (iterable-io-1.0.0.tar.gz) = 6050
(-)b/devel/py-iterable-io/pkg-descr (-1 / +3 lines)
Added Link Here
0
- 
1
iterable-io is a small Python library that provides an adapter so that
2
it's possible to read from iterable objects in the same way as file-like
3
objects.

Return to bug 279304