pkgsrc/devel/py-test-timeout/Makefile
adam c1e64690c8 py-test-timeout: updated to 1.4.2
1.4.2
Fix compatibility when run with pytest pre-releases, thanks Bruno Oliveira,
Fix detection of third-party debuggers, thanks Bruno Oliveira.

1.4.1
Fix coverage compatibility which was broken by 1.4.0.

1.4.0
Better detection of when we are debugging, thanks Mattwmaster58.
2020-10-08 08:28:38 +00:00

19 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.11 2020/10/08 08:28:38 adam Exp $
DISTNAME= pytest-timeout-1.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-timeout/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/pytest-dev/pytest-timeout
COMMENT= Py.test plugin to abort hanging tests
LICENSE= mit
PYTHON_VERSIONED_DEPENDENCIES= test
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"