pkgsrc/devel/py-test-random-order/Makefile

20 lines
569 B
Makefile
Raw Normal View History

2020-05-16 18:30:15 +02:00
# $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
2020-05-16 18:30:15 +02:00
PYTHON_VERSIONED_DEPENDENCIES= test
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
2020-05-16 18:30:15 +02:00
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"