# Created by: Kirill Ponomarev <krion@FreeBSD.org>
# $FreeBSD$

PORTNAME=		aiologger
PORTVERSION=	0.6.0
CATEGORIES=		devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=		krion@FreeBSD.org
COMMENT=		Asynchronous logging for python and asyncio

LICENSE=		MIT

USES=			python:3.6+
USE_PYTHON=		autoplist concurrent distutils

NO_ARCH=		yes

.include <bsd.port.mk>
