pkgsrc/devel/py-test-timeout/Makefile

25 lines
704 B
Makefile
Raw Normal View History

2017-11-06 14:35:03 +01:00
# $NetBSD: Makefile,v 1.2 2017/11/06 13:35:03 wiz Exp $
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/
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"