pkgsrc/devel/py-test-assume/Makefile
adam c3b0ac0f1a py-test-assume: updated to 2.2.0
2.2.0 - Context manager
Changelog:
Added context manager for pytest.assume
Updated README with new output

2.1.0 - New pytest hook!
Changelog:
Add new pytest hooks for downstream usage
Use pytest_pyfunc_call hook instead of logreport for compatibility with other plugins
Updated traceback info w/ the new hook
2019-11-14 18:07:19 +00:00

18 lines
520 B
Makefile

# $NetBSD: Makefile,v 1.4 2019/11/14 18:07:19 adam Exp $
DISTNAME= pytest-assume-2.2.0
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}-test>=2.7:../../devel/py-test
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"