b915926533
1.3.3 Fix support for pytest >= 3.10.
18 lines
515 B
Makefile
18 lines
515 B
Makefile
# $NetBSD: Makefile,v 1.8 2018/11/19 10:30:28 adam Exp $
|
|
|
|
DISTNAME= pytest-timeout-1.3.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-timeout/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://bitbucket.org/pytest-dev/pytest-timeout/
|
|
COMMENT= Py.test plugin to abort hanging tests
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-test>=3.6.0:../../devel/py-test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|