pkgsrc/devel/py-test-rerunfailures/Makefile
adam e31c9da8e0 py-test-rerunfailures: updated to 9.0
9.0:

Backwards incompatible changes
- Drop support for pytest version 4.4, 4.5 and 4.6.
- Drop support for Python 2.7.

Features
- Add support for pytest 5.4.
- Add support for Python 3.8.
2020-05-16 16:45:20 +00:00

20 lines
583 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/05/16 16:45:20 adam Exp $
DISTNAME= pytest-rerunfailures-9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-rerunfailures/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/pytest-dev/pytest-rerunfailures
COMMENT= Pytest plugin to re-run tests to eliminate flaky failures
LICENSE= mpl-2.0
DEPENDS+= ${PYPKGPREFIX}-test>=5.0:../../devel/py-test
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"