pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 30 08:57:29 UTC 2024

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

Log Message:
devel/py-test-expect: import py-test-expect-1.1.0

A py.test plugin that stores test expectations by saving the set
of failing tests, allowing them to be marked as xfail when running
them in future. The tests expectations are stored such that they
can be distributed alongside the tests.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-expect/DESCR \
    pkgsrc/devel/py-test-expect/Makefile pkgsrc/devel/py-test-expect/PLIST \
    pkgsrc/devel/py-test-expect/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-expect/DESCR
diff -u /dev/null pkgsrc/devel/py-test-expect/DESCR:1.1
--- /dev/null   Tue Apr 30 08:57:29 2024
+++ pkgsrc/devel/py-test-expect/DESCR   Tue Apr 30 08:57:29 2024
@@ -0,0 +1,4 @@
+A py.test plugin that stores test expectations by saving the set
+of failing tests, allowing them to be marked as xfail when running
+them in future. The tests expectations are stored such that they
+can be distributed alongside the tests.
Index: pkgsrc/devel/py-test-expect/Makefile
diff -u /dev/null pkgsrc/devel/py-test-expect/Makefile:1.1
--- /dev/null   Tue Apr 30 08:57:29 2024
+++ pkgsrc/devel/py-test-expect/Makefile        Tue Apr 30 08:57:29 2024
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2024/04/30 08:57:29 wiz Exp $
+
+DISTNAME=      pytest-expect-1.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-expect/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/gsnedders/pytest-expect
+COMMENT=       Py.test plugin storing test expectations by saving the set of failing tests
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+#TOOL_DEPENDS+=        ${PYPKGPREFIX}-hatch-vcs>=0.3:../../devel/py-hatch-vcs
+DEPENDS+=      ${PYPKGPREFIX}-test>=0:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-u-msgpack>=0:../../devel/py-u-msgpack
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-test-mock>=3.12:../../devel/py-test-mock
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/pyversion.mk"
+
+#.if ${PYTHON_VERSION} < 311
+#DEPENDS+=     ${PYPKGPREFIX}-tomli>=1.0.0:../../textproc/py-tomli
+#.endif
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-expect/PLIST
diff -u /dev/null pkgsrc/devel/py-test-expect/PLIST:1.1
--- /dev/null   Tue Apr 30 08:57:29 2024
+++ pkgsrc/devel/py-test-expect/PLIST   Tue Apr 30 08:57:29 2024
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2024/04/30 08:57:29 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_expect/__init__.py
+${PYSITELIB}/pytest_expect/__init__.pyc
+${PYSITELIB}/pytest_expect/__init__.pyo
+${PYSITELIB}/pytest_expect/expect.py
+${PYSITELIB}/pytest_expect/expect.pyc
+${PYSITELIB}/pytest_expect/expect.pyo
Index: pkgsrc/devel/py-test-expect/distinfo
diff -u /dev/null pkgsrc/devel/py-test-expect/distinfo:1.1
--- /dev/null   Tue Apr 30 08:57:29 2024
+++ pkgsrc/devel/py-test-expect/distinfo        Tue Apr 30 08:57:29 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/04/30 08:57:29 wiz Exp $
+
+BLAKE2s (pytest-expect-1.1.0.tar.gz) = 1724bc5d431d0e84d4edaf09eea408f380c5f1f72fb0b51590ab360e3dbccb35
+SHA512 (pytest-expect-1.1.0.tar.gz) = 41d2b296844e9dab9429f34eec37fe106a4e6c2039824c37067ed048dcc328b13e666b22d3482ccfc6153af4e44b5d895f3011ec45df55ffa07a98459e3caefd
+Size (pytest-expect-1.1.0.tar.gz) = 3595 bytes



Home | Main Index | Thread Index | Old Index