pkgsrc/devel/py-aiofiles/Makefile
adam 31febcc4c3 py-aiofiles: updated to 0.6.0
0.6.0:
aiofiles is now tested on ppc64le.
Added name and mode properties to async file objects.
Fixed a DeprecationWarning internally.
Python 3.9 support and tests.
2020-10-27 22:48:38 +00:00

18 lines
452 B
Makefile

# $NetBSD: Makefile,v 1.6 2020/10/27 22:48:38 adam Exp $
DISTNAME= aiofiles-0.6.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"