pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test-datafiles



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jun  1 04:56:39 UTC 2023

Added Files:
        pkgsrc/devel/py-test-datafiles: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-datafiles/DESCR \
    pkgsrc/devel/py-test-datafiles/Makefile \
    pkgsrc/devel/py-test-datafiles/PLIST \
    pkgsrc/devel/py-test-datafiles/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-test-datafiles/DESCR
diff -u /dev/null pkgsrc/devel/py-test-datafiles/DESCR:1.1
--- /dev/null   Thu Jun  1 04:56:39 2023
+++ pkgsrc/devel/py-test-datafiles/DESCR        Thu Jun  1 04:56:39 2023
@@ -0,0 +1,4 @@
+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.
Index: pkgsrc/devel/py-test-datafiles/Makefile
diff -u /dev/null pkgsrc/devel/py-test-datafiles/Makefile:1.1
--- /dev/null   Thu Jun  1 04:56:39 2023
+++ pkgsrc/devel/py-test-datafiles/Makefile     Thu Jun  1 04:56:39 2023
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2023/06/01 04:56:39 wiz Exp $
+
+DISTNAME=      pytest-datafiles-3.0.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-datafiles/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/omarkohl/pytest-datafiles
+COMMENT=       py.test plugin to create a 'tmp_path' containing predefined files/directories
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-test>=3.6:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-datafiles/PLIST
diff -u /dev/null pkgsrc/devel/py-test-datafiles/PLIST:1.1
--- /dev/null   Thu Jun  1 04:56:39 2023
+++ pkgsrc/devel/py-test-datafiles/PLIST        Thu Jun  1 04:56:39 2023
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2023/06/01 04:56:39 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_datafiles.py
+${PYSITELIB}/pytest_datafiles.pyc
+${PYSITELIB}/pytest_datafiles.pyo
Index: pkgsrc/devel/py-test-datafiles/distinfo
diff -u /dev/null pkgsrc/devel/py-test-datafiles/distinfo:1.1
--- /dev/null   Thu Jun  1 04:56:39 2023
+++ pkgsrc/devel/py-test-datafiles/distinfo     Thu Jun  1 04:56:39 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/01 04:56:39 wiz Exp $
+
+BLAKE2s (pytest-datafiles-3.0.0.tar.gz) = 96476f31ee4ebd25b7371770bb0395f1d859797583ee4022431c1b9de53a3ce3
+SHA512 (pytest-datafiles-3.0.0.tar.gz) = 397e4d4dcd96661817a6a7c584d92ae9958a6b62a191565303e3858b3e4f12665b388752d11c84d28979b2825ed4bd3f6893b5a94abba95835a7f0549e7b9469
+Size (pytest-datafiles-3.0.0.tar.gz) = 8357 bytes



Home | Main Index | Thread Index | Old Index