pkgsrc/devel/py-test-timeout/Makefile
adam 92b2a74200 py-test-timeout: updated to 1.2.1
1.2.1
Fix for pytest 3.3
Update supported python versions: - Add CPython 3.6. - Drop CPyhon 2.6 (as did pytest 3.3) - Drop CPyhon 3.3 - Drop CPyhon 3.4
2017-11-30 08:18:31 +00:00

18 lines
515 B
Makefile

# $NetBSD: Makefile,v 1.4 2017/11/30 08:18:31 adam Exp $
DISTNAME= pytest-timeout-1.2.1
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>=2.8.0:../../devel/py-test
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"