3.0.0: Drop Python 3.4, the minimal supported version is Python 3.5.3 Provide type annotations
18 lines
492 B
Makefile
18 lines
492 B
Makefile
# $NetBSD: Makefile,v 1.6 2018/05/08 04:48:49 adam Exp $
|
|
|
|
DISTNAME= async-timeout-3.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 34
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|