pkgsrc/devel/py-test-timeout/Makefile
adam b915926533 py-test-timeout: updated to 1.3.3
1.3.3
Fix support for pytest >= 3.10.
2018-11-19 10:30:28 +00:00

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"