39da780575
0.5.0: Python 3.8 support. Code base modernization (using async/await instead of asyncio.coroutine/yield from). Added aiofiles.os.remove, aiofiles.os.rename, aiofiles.os.mkdir, aiofiles.os.rmdir.
18 lines
452 B
Makefile
18 lines
452 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/06/01 15:37:40 adam Exp $
|
|
|
|
DISTNAME= aiofiles-0.5.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiofiles/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/Tinche/aiofiles
|
|
COMMENT= File support for asyncio
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|