2.0.0: * Changed `timeout <= 0` behaviour * Backward incompatibility change, prior this version `0` was shortcut for `None` * when timeout <= 0 `TimeoutError` raised faster
18 lines
490 B
Makefile
18 lines
490 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/10/12 06:25:24 adam Exp $
|
|
|
|
DISTNAME= async-timeout-2.0.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/async-timeout/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/aio-libs/async_timeout/
|
|
COMMENT= Timeout context manager for asyncio programs
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|