4dd447de65
3.1.0: Add plugins via entry points pytest_randomly.random_seeder to allow outside packages to register additional random generators to seed. This has added a dependency on the entrypoints package. 3.0.0: Update Python support to 3.5-3.7, as 3.4 has reached its end of life. Handle CollectErrors and ImportErrors during collection when accessing item.module.
21 lines
652 B
Makefile
21 lines
652 B
Makefile
# $NetBSD: Makefile,v 1.5 2019/12/13 11:20:31 adam Exp $
|
|
|
|
DISTNAME= pytest-randomly-3.1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-randomly/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/pytest-dev/pytest-randomly
|
|
COMMENT= Pytest plugin to randomly order tests and control random.seed
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-entrypoints-[0-9]*:../../devel/py-entrypoints
|
|
DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|