# $NetBSD: Makefile,v 1.13 2023/10/28 19:56:56 wiz Exp $ DISTNAME= aiofiles-23.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 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 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.2.0:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.19.0:../../devel/py-test-asyncio USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"