77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
18 lines
386 B
Makefile
18 lines
386 B
Makefile
PORTNAME= aiostream
|
|
DISTVERSION= 0.4.5
|
|
CATEGORIES= www python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rigoletto@FreeBSD.org
|
|
COMMENT= Generator-based operators for asynchronous iteration
|
|
WWW= https://github.com/vxgmichel/aiostream
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.7+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|