2020-05-16 19:38:39 +02:00
|
|
|
# $NetBSD: Makefile,v 1.10 2020/05/16 17:38:40 adam Exp $
|
2017-10-19 08:51:11 +02:00
|
|
|
|
2020-01-07 09:48:43 +01:00
|
|
|
DISTNAME= pytest-timeout-1.3.4
|
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"
|