2017-11-06 14:35:03 +01:00
|
|
|
# $NetBSD: Makefile,v 1.2 2017/11/06 13:35:03 wiz Exp $
|
2017-10-19 08:51:11 +02:00
|
|
|
|
|
|
|
DISTNAME= pytest-timeout-1.2.0
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-timeout/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2017-11-06 14:35:03 +01:00
|
|
|
HOMEPAGE= https://bitbucket.org/pytest-dev/pytest-timeout/
|
2017-10-19 08:51:11 +02:00
|
|
|
COMMENT= Py.test plugin to abort hanging tests
|
|
|
|
LICENSE= mit
|
|
|
|
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-test>=2.8.0:../../devel/py-test
|
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
|
|
|
#post-install:
|
|
|
|
# cd ${DESTDIR}${PREFIX}/bin && \
|
|
|
|
# ${MV} py.test py.test-${PYVERSSUFFIX} && \
|
|
|
|
# ${MV} pytest pytest-${PYVERSSUFFIX} || ${TRUE}
|
|
|
|
|
|
|
|
.include "../../lang/python/application.mk"
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|