head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.2
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.1.0.22
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.20
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.18
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.16
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.14
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.12
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.10
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.8
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.6
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.4
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.2
	pkgsrc-2023Q2-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2026.01.08.10.30.15;	author adam;	state Exp;
branches;
next	1.1;
commitid	qbCSzt4X8BamNzpG;

1.1
date	2023.06.01.04.56.39;	author wiz;	state Exp;
branches;
next	;
commitid	gPypKDhR2iyhycrE;


desc
@@


1.2
log
@py-test-datafiles: updated to 3.0.1

3.0.1

Fixed

* Corrected minimum pytest version requirement from >=3.6 to >=6.2.0 to match actual requirements (tmp_path fixture)
* Closed issue 11 - file mode bits are now preserved (resolved by pathlib migration in 3.0)

Added

* Regression test to ensure file permissions are preserved when copying files

Changed

* Migrated to uv for package management and builds
* Added ruff for code formatting and linting
* Converted documentation from RST to Markdown
* Added Dependabot for automated dependency updates
* Updated GitHub Actions workflows for CI/CD
@
text
@# $NetBSD: Makefile,v 1.1 2023/06/01 04:56:39 wiz Exp $

DISTNAME=	pytest_datafiles-3.0.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/^pytest_/test-/}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=p/pytest-datafiles/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/omarkohl/pytest-datafiles
COMMENT=	py.test plugin to create a 'tmp_path' containing predefined files/directories
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-hatchling>0:../../devel/py-hatchling
DEPENDS+=	${PYPKGPREFIX}-test>=6.2.0:../../devel/py-test

USE_LANGUAGES=	# none

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


1.1
log
@devel/py-test-datafiles: import py-test-datafiles-3.0.0

This plugin allows you to specify one or several files/directories
that are copied to a temporary directory (tmp_path) before the
execution of the test. This means the original files are not modified
and every test runs on its own version of the same files.
@
text
@d1 1
a1 1
# $NetBSD$
d3 2
a4 2
DISTNAME=	pytest-datafiles-3.0.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/^py//}
d13 2
a14 1
DEPENDS+=	${PYPKGPREFIX}-test>=3.6:../../devel/py-test
d18 1
a18 3
PYTHON_VERSIONS_INCOMPATIBLE=	27

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

