0.15.1 (2021-04-22) Hotfix for errors while closing event loops while replacing them. 0.15.0 (2021-04-19) Add support for Python 3.9 Abandon support for Python 3.5. If you still require support for Python 3.5, please use pytest-asyncio v0.14 or earlier. Set unused_tcp_port_factory fixture scope to 'session'. Properly close event loops when replacing them.
20 lines
542 B
Makefile
20 lines
542 B
Makefile
# $NetBSD: Makefile,v 1.8 2021/04/22 12:06:38 adam Exp $
|
|
|
|
DISTNAME= pytest-asyncio-0.15.1
|
|
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"
|