pkgsrc/devel/py-test-asyncio/Makefile
adam 55bbf0387b py-test-asyncio: updated to 0.12.0
0.12.0:
Run the event loop fixture as soon as possible. This helps with fixtures that have an implicit dependency on the event loop.

0.11.0:
Test on 3.8, drop 3.3 and 3.4. Stick to 0.10 for these versions.
Use the new Pytest 5.4.0 Function API. We therefore depend on pytest >= 5.4.0.
Better pytest.skip support.
2020-05-16 14:00:48 +00:00

20 lines
542 B
Makefile

# $NetBSD: Makefile,v 1.6 2020/05/16 14:00:48 adam Exp $
DISTNAME= pytest-asyncio-0.12.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"