19 lines
569 B
Makefile
19 lines
569 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/05/16 16:30:16 adam Exp $
|
|
|
|
DISTNAME= pytest-random-order-1.0.4
|
|
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
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES= test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|