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