# $NetBSD: Makefile,v 1.5 2024/01/23 07:48:48 adam Exp $ DISTNAME= pytest-random-order-1.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-random-order/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/jbasko/pytest-random-order COMMENT= Randomise the order in which pytest tests are run LICENSE= mit TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-test>=3.0.0:../../devel/py-test USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"