Tue Nov 28 17:05:28 2023 UTC ()
py-test-freezer: updated to 0.4.8

Pytest plugin providing a fixture interface for freezegun.


(adam)
diff -r1.4135 -r1.4136 pkgsrc/devel/Makefile
diff -r0 -r1.1 pkgsrc/devel/py-test-freezer/DESCR
diff -r0 -r1.1 pkgsrc/devel/py-test-freezer/Makefile
diff -r0 -r1.1 pkgsrc/devel/py-test-freezer/PLIST
diff -r0 -r1.1 pkgsrc/devel/py-test-freezer/distinfo

cvs diff -r1.4135 -r1.4136 pkgsrc/devel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/Makefile 2023/11/27 09:56:47 1.4135
+++ pkgsrc/devel/Makefile 2023/11/28 17:05:27 1.4136
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.4135 2023/11/27 09:56:47 adam Exp $ 1# $NetBSD: Makefile,v 1.4136 2023/11/28 17:05:27 adam Exp $
2# 2#
3 3
4COMMENT= Development utilities 4COMMENT= Development utilities
5 5
6SUBDIR+= ETL 6SUBDIR+= ETL
7SUBDIR+= GConf 7SUBDIR+= GConf
8SUBDIR+= GConf-ui 8SUBDIR+= GConf-ui
9SUBDIR+= Gorm 9SUBDIR+= Gorm
10SUBDIR+= MoarVM 10SUBDIR+= MoarVM
11SUBDIR+= ObjectiveLib 11SUBDIR+= ObjectiveLib
12SUBDIR+= ProjectCenter 12SUBDIR+= ProjectCenter
13SUBDIR+= R-BH 13SUBDIR+= R-BH
14SUBDIR+= R-IRdisplay 14SUBDIR+= R-IRdisplay
@@ -3002,26 +3002,27 @@ SUBDIR+= py-test-benchmark @@ -3002,26 +3002,27 @@ SUBDIR+= py-test-benchmark
3002SUBDIR+= py-test-celery 3002SUBDIR+= py-test-celery
3003SUBDIR+= py-test-check 3003SUBDIR+= py-test-check
3004SUBDIR+= py-test-checkdocs 3004SUBDIR+= py-test-checkdocs
3005SUBDIR+= py-test-console-scripts 3005SUBDIR+= py-test-console-scripts
3006SUBDIR+= py-test-cov 3006SUBDIR+= py-test-cov
3007SUBDIR+= py-test-datadir 3007SUBDIR+= py-test-datadir
3008SUBDIR+= py-test-datafiles 3008SUBDIR+= py-test-datafiles
3009SUBDIR+= py-test-doctestplus 3009SUBDIR+= py-test-doctestplus
3010SUBDIR+= py-test-env 3010SUBDIR+= py-test-env
3011SUBDIR+= py-test-fixture-config 3011SUBDIR+= py-test-fixture-config
3012SUBDIR+= py-test-flake8 3012SUBDIR+= py-test-flake8
3013SUBDIR+= py-test-forked 3013SUBDIR+= py-test-forked
3014SUBDIR+= py-test-freezegun 3014SUBDIR+= py-test-freezegun
 3015SUBDIR+= py-test-freezer
3015SUBDIR+= py-test-httpserver 3016SUBDIR+= py-test-httpserver
3016SUBDIR+= py-test-isort 3017SUBDIR+= py-test-isort
3017SUBDIR+= py-test-lazy-fixture 3018SUBDIR+= py-test-lazy-fixture
3018SUBDIR+= py-test-localserver 3019SUBDIR+= py-test-localserver
3019SUBDIR+= py-test-mock 3020SUBDIR+= py-test-mock
3020SUBDIR+= py-test-mypy 3021SUBDIR+= py-test-mypy
3021SUBDIR+= py-test-mypy-plugins 3022SUBDIR+= py-test-mypy-plugins
3022SUBDIR+= py-test-pylint 3023SUBDIR+= py-test-pylint
3023SUBDIR+= py-test-pythonpath 3024SUBDIR+= py-test-pythonpath
3024SUBDIR+= py-test-random-order 3025SUBDIR+= py-test-random-order
3025SUBDIR+= py-test-randomly 3026SUBDIR+= py-test-randomly
3026SUBDIR+= py-test-relaxed 3027SUBDIR+= py-test-relaxed
3027SUBDIR+= py-test-rerunfailures 3028SUBDIR+= py-test-rerunfailures

File Added: pkgsrc/devel/py-test-freezer/DESCR
Pytest plugin providing a fixture interface for freezegun.

File Added: pkgsrc/devel/py-test-freezer/Makefile
# $NetBSD: Makefile,v 1.1 2023/11/28 17:05:27 adam Exp $

DISTNAME=	pytest_freezer-0.4.8
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=p/pytest-freezer/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/pytest-dev/pytest-freezer
COMMENT=	Pytest plugin providing a fixture interface for freezegun
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
DEPENDS+=	${PYPKGPREFIX}-freezegun>=1.0:../../devel/py-freezegun
DEPENDS+=	${PYPKGPREFIX}-test>=3.6:../../devel/py-test

USE_LANGUAGES=	# none

PYTHON_VERSIONS_INCOMPATIBLE=	27

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

File Added: pkgsrc/devel/py-test-freezer/PLIST
@comment $NetBSD: PLIST,v 1.1 2023/11/28 17:05:27 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/pytest_freezer.py
${PYSITELIB}/pytest_freezer.pyc
${PYSITELIB}/pytest_freezer.pyo

File Added: pkgsrc/devel/py-test-freezer/distinfo
$NetBSD: distinfo,v 1.1 2023/11/28 17:05:27 adam Exp $

BLAKE2s (pytest_freezer-0.4.8.tar.gz) = cc844581b7ae28713348f2f473da683dbeeb59da9ea6bac0f428907eda2bdff0
SHA512 (pytest_freezer-0.4.8.tar.gz) = b5b3665dcc0400787ea61be3ea59437e126325697874e4190abd9821f9c5a5620ca6af3602721fb7b777037fc191aef6aac37be5d00cc38e7c2de808cdf5bf67
Size (pytest_freezer-0.4.8.tar.gz) = 3212 bytes