345d61c43e
6.4.3 log channel close status add OSError to CONNECTION_EXCEPTIONS 6.4.2 [fix] heartbeat_last to heartbeat_last_received Fix memory leak Fix type hint Pass loop when connecting to aiormq
21 lines
585 B
Makefile
21 lines
585 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/02/16 14:15:39 adam Exp $
|
|
|
|
DISTNAME= aio-pika-6.4.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aio-pika/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://aio-pika.readthedocs.org/
|
|
COMMENT= Wrapper for the aiormq for asyncio and humans
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-aiormq>=3.2.0:../../net/py-aiormq
|
|
DEPENDS+= ${PYPKGPREFIX}-yarl-[0-9]*:../../www/py-yarl
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|