head	1.9;
access;
symbols
	pkgsrc-2026Q1:1.9.0.6
	pkgsrc-2026Q1-base:1.9
	pkgsrc-2025Q4:1.9.0.4
	pkgsrc-2025Q4-base:1.9
	pkgsrc-2025Q3:1.9.0.2
	pkgsrc-2025Q3-base:1.9
	pkgsrc-2025Q2:1.7.0.2
	pkgsrc-2025Q2-base:1.7
	pkgsrc-2025Q1:1.6.0.4
	pkgsrc-2025Q1-base:1.6
	pkgsrc-2024Q4:1.6.0.2
	pkgsrc-2024Q4-base:1.6
	pkgsrc-2024Q3:1.5.0.6
	pkgsrc-2024Q3-base:1.5
	pkgsrc-2024Q2:1.5.0.4
	pkgsrc-2024Q2-base:1.5
	pkgsrc-2024Q1:1.5.0.2
	pkgsrc-2024Q1-base:1.5
	pkgsrc-2023Q4:1.4.0.4
	pkgsrc-2023Q4-base:1.4
	pkgsrc-2023Q3:1.4.0.2
	pkgsrc-2023Q3-base:1.4
	pkgsrc-2023Q2:1.3.0.12
	pkgsrc-2023Q2-base:1.3
	pkgsrc-2023Q1:1.3.0.10
	pkgsrc-2023Q1-base:1.3
	pkgsrc-2022Q4:1.3.0.8
	pkgsrc-2022Q4-base:1.3
	pkgsrc-2022Q3:1.3.0.6
	pkgsrc-2022Q3-base:1.3
	pkgsrc-2022Q2:1.3.0.4
	pkgsrc-2022Q2-base:1.3
	pkgsrc-2022Q1:1.3.0.2
	pkgsrc-2022Q1-base:1.3
	pkgsrc-2021Q4:1.2.0.14
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.2.0.12
	pkgsrc-2021Q3-base:1.2
	pkgsrc-2021Q2:1.2.0.10
	pkgsrc-2021Q2-base:1.2
	pkgsrc-2021Q1:1.2.0.8
	pkgsrc-2021Q1-base:1.2
	pkgsrc-2020Q4:1.2.0.6
	pkgsrc-2020Q4-base:1.2
	pkgsrc-2020Q3:1.2.0.4
	pkgsrc-2020Q3-base:1.2
	pkgsrc-2020Q2:1.2.0.2
	pkgsrc-2020Q2-base:1.2
	pkgsrc-2020Q1:1.1.0.2
	pkgsrc-2020Q1-base:1.1;
locks; strict;
comment	@# @;


1.9
date	2025.07.30.12.34.26;	author wiz;	state Exp;
branches;
next	1.8;
commitid	rkDFppXH1pnVGL4G;

1.8
date	2025.07.25.09.47.55;	author adam;	state Exp;
branches;
next	1.7;
commitid	0eZ96DzuPqyGV64G;

1.7
date	2025.04.12.21.10.58;	author adam;	state Exp;
branches;
next	1.6;
commitid	hogTAPDx6qJl3OQF;

1.6
date	2024.11.11.07.28.26;	author wiz;	state Exp;
branches;
next	1.5;
commitid	1fBDq3LwS98NncxF;

1.5
date	2024.01.23.07.48.48;	author adam;	state Exp;
branches;
next	1.4;
commitid	osYfMhFdhwqYUxVE;

1.4
date	2023.07.25.08.59.02;	author adam;	state Exp;
branches;
next	1.3;
commitid	mCj2hkqNUkSJ9ayE;

1.3
date	2022.01.04.20.53.42;	author wiz;	state Exp;
branches;
next	1.2;
commitid	CYyhdK9qtoffkmnD;

1.2
date	2020.05.16.16.30.16;	author adam;	state Exp;
branches;
next	1.1;
commitid	mGeOZ1a480Ol6u8C;

1.1
date	2020.01.29.21.43.02;	author adam;	state Exp;
branches;
next	;
commitid	KjJtXC2mF0XHiDUB;


desc
@@


1.9
log
@py-test-random-order: add missing tool dependency
@
text
@# $NetBSD: Makefile,v 1.8 2025/07/25 09:47:55 adam Exp $

DISTNAME=	pytest_random_order-1.2.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/g}
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>=78:../../devel/py-setuptools
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
DEPENDS+=	${PYPKGPREFIX}-test>=3.0.0:../../devel/py-test

USE_LANGUAGES=	# none

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@


1.8
log
@py-test-random-order: updated to 1.2.0

1.2.0

* Dropped support for EOL Python versions and added support for Python 3.13.
* Fix: ``return`` in a ``finally`` block swallows exceptions and raises a warning in Python 3.14.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2025/04/12 21:10:58 adam Exp $
d14 1
@


1.7
log
@Fix PLIST after py-setuptools update; bump depends and revision
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2024/11/11 07:28:26 wiz Exp $
d3 2
a4 3
DISTNAME=	pytest-random-order-1.1.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/^py//}
PKGREVISION=	1
@


1.6
log
@py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2024/01/23 07:48:48 adam Exp $
d5 1
d14 1
a14 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
a18 2
PYTHON_VERSIONS_INCOMPATIBLE=	27

@


1.5
log
@py-test-random-order: updated to 1.1.1

v1.1.1
Fix error when cacheprovider plugin disabled or missing.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2023/07/25 08:59:02 adam Exp $
a13 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
@


1.4
log
@py-test-random-order: updated to 1.1.0

v1.1.0
Fixes coexistence with xdist
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2022/01/04 20:53:42 wiz Exp $
d3 1
a3 1
DISTNAME=	pytest-random-order-1.1.0
d13 2
d21 1
a21 4
do-test:
	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests

.include "../../lang/python/egg.mk"
@


1.3
log
@*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2020/05/16 16:30:16 adam Exp $
d3 1
a3 1
DISTNAME=	pytest-random-order-1.0.4
a4 1
PKGREVISION=	1
d13 1
a13 1
PYTHON_VERSIONED_DEPENDENCIES=	test
d17 5
a22 1
.include "../../lang/python/versioned_dependencies.mk"
@


1.2
log
@pytest from versioned deps.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2020/01/29 21:43:02 adam Exp $
d5 1
@


1.1
log
@py-test-random-order: added version 1.0.4

pytest-random-order is a pytest plugin that randomises the order of tests. This
can be useful to detect a test that passes just because it happens to run after
an unrelated test that leaves the system in a favourable state.

The plugin allows user to control the level of randomness they want to
introduce and to disable reordering on subsets of tests. Tests can be rerun in
a specific order by passing a seed value reported in a previous test run.
@
text
@d1 1
a1 1
# $NetBSD$
d13 1
a13 1
DEPENDS+=	${PYPKGPREFIX}-test>=3.0.0:../../devel/py-test
d18 1
@

