PORTNAME=	async_generator
PORTVERSION=	1.5
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Tiny library to add async generators to Python 3.5

LICENSE=	mit

USES=		python:3.5+ zip
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>
