pkgsrc/devel/py-test-asyncio/Makefile
adam b8b4db934c py-test-asyncio: updated to 0.14.0
0.14.0:
Fix 162, and event_loop fixture behavior now is coherent on all scopes.
2020-07-06 15:43:46 +00:00

20 lines
542 B
Makefile

# $NetBSD: Makefile,v 1.7 2020/07/06 15:43:46 adam Exp $
DISTNAME= pytest-asyncio-0.14.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-asyncio/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/pytest-dev/pytest-asyncio
COMMENT= Pytest support for asyncio
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-test>=5.4.0:../../devel/py-test
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"