pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-datadir
Module Name: pkgsrc
Committed By: wiz
Date: Fri May 5 09:46:20 UTC 2023
Added Files:
pkgsrc/devel/py-test-datadir: DESCR Makefile PLIST distinfo
Log Message:
devel/py-test-datadir: import py-test-datadir-1.4.1
Packaged for wip by K.I.A.Derouiche and myself.
pytest plugin for manipulating test data directories and files.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-datadir/DESCR \
pkgsrc/devel/py-test-datadir/Makefile pkgsrc/devel/py-test-datadir/PLIST \
pkgsrc/devel/py-test-datadir/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-datadir/DESCR
diff -u /dev/null pkgsrc/devel/py-test-datadir/DESCR:1.1
--- /dev/null Fri May 5 09:46:20 2023
+++ pkgsrc/devel/py-test-datadir/DESCR Fri May 5 09:46:20 2023
@@ -0,0 +1 @@
+pytest plugin for manipulating test data directories and files.
Index: pkgsrc/devel/py-test-datadir/Makefile
diff -u /dev/null pkgsrc/devel/py-test-datadir/Makefile:1.1
--- /dev/null Fri May 5 09:46:20 2023
+++ pkgsrc/devel/py-test-datadir/Makefile Fri May 5 09:46:20 2023
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2023/05/05 09:46:20 wiz Exp $
+
+DISTNAME= pytest-datadir-1.4.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-datadir/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/gabrielcnr/pytest-datadir
+COMMENT= Pytest plugin for test data directories and files
+LICENSE= mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=5.3.10:../../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-datadir/PLIST
diff -u /dev/null pkgsrc/devel/py-test-datadir/PLIST:1.1
--- /dev/null Fri May 5 09:46:20 2023
+++ pkgsrc/devel/py-test-datadir/PLIST Fri May 5 09:46:20 2023
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2023/05/05 09:46:20 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_datadir/__init__.py
+${PYSITELIB}/pytest_datadir/__init__.pyc
+${PYSITELIB}/pytest_datadir/__init__.pyo
+${PYSITELIB}/pytest_datadir/_version.py
+${PYSITELIB}/pytest_datadir/_version.pyc
+${PYSITELIB}/pytest_datadir/_version.pyo
+${PYSITELIB}/pytest_datadir/plugin.py
+${PYSITELIB}/pytest_datadir/plugin.pyc
+${PYSITELIB}/pytest_datadir/plugin.pyo
Index: pkgsrc/devel/py-test-datadir/distinfo
diff -u /dev/null pkgsrc/devel/py-test-datadir/distinfo:1.1
--- /dev/null Fri May 5 09:46:20 2023
+++ pkgsrc/devel/py-test-datadir/distinfo Fri May 5 09:46:20 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/05/05 09:46:20 wiz Exp $
+
+BLAKE2s (pytest-datadir-1.4.1.tar.gz) = e71767cc03c46f3913d3c1236b13adc3b9f49c06473714db3989c75723903d53
+SHA512 (pytest-datadir-1.4.1.tar.gz) = e9a301004275235787de11242fe987665e4fcc89ca2d1168b27686f4d1506e506bdd517658edcbf2aca97b28dcb1869653e16412157b8ef313c1d4146f8cf4d8
+Size (pytest-datadir-1.4.1.tar.gz) = 7862 bytes
Home |
Main Index |
Thread Index |
Old Index