pkgsrc/devel/py-test-assume/Makefile
adam 8cf267facb py-test-assume: updated to 2.4.3
v2.4.3:
Add tryfirst=True to pytest_runtest_call hook, so downstream/upstream plugin hooks work with it correctly. Noteably, this fixes Captured log calls.
2021-07-09 20:02:21 +00:00

21 lines
611 B
Makefile

# $NetBSD: Makefile,v 1.8 2021/07/09 20:02:21 adam Exp $
DISTNAME= pytest-assume-2.4.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-assume/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/astraw38/pytest-assume
COMMENT= Py.test plugin that allows multiple failures per test
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
USE_LANGUAGES= # none
PYTHON_VERSIONED_DEPENDENCIES= test
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"