pkgsrc/devel/py-test-timeout/Makefile

20 lines
546 B
Makefile
Raw Normal View History

# $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
2020-05-16 19:38:39 +02:00
PYTHON_VERSIONED_DEPENDENCIES= test
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
2020-05-16 19:38:39 +02:00
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"