blob: 370d6167ae7820866f5c56b99b0569f10d11f9e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= iterable-io
DISTVERSION= 1.0.0
PORTREVISION= 1
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
NO_ARCH= yes
.include <bsd.port.mk>
|