pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-order
Module Name: pkgsrc
Committed By: adam
Date: Tue Apr 22 11:25:38 UTC 2025
Added Files:
pkgsrc/devel/py-test-order: DESCR Makefile PLIST distinfo
Log Message:
py-test-order: added version 1.3.0
pytest-order is a pytest plugin that allows you to customize the order in which
your tests are run. It uses the marker order that defines when a specific test
shall run, either by using an ordinal number, or by specifying the relationship
to other tests.
pytest-order is a fork of pytest-ordering that provides additional features
like ordering relative to other tests.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-order/DESCR \
pkgsrc/devel/py-test-order/Makefile pkgsrc/devel/py-test-order/PLIST \
pkgsrc/devel/py-test-order/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-order/DESCR
diff -u /dev/null pkgsrc/devel/py-test-order/DESCR:1.1
--- /dev/null Tue Apr 22 11:25:38 2025
+++ pkgsrc/devel/py-test-order/DESCR Tue Apr 22 11:25:38 2025
@@ -0,0 +1,7 @@
+pytest-order is a pytest plugin that allows you to customize the order in which
+your tests are run. It uses the marker order that defines when a specific test
+shall run, either by using an ordinal number, or by specifying the relationship
+to other tests.
+
+pytest-order is a fork of pytest-ordering that provides additional features
+like ordering relative to other tests.
Index: pkgsrc/devel/py-test-order/Makefile
diff -u /dev/null pkgsrc/devel/py-test-order/Makefile:1.1
--- /dev/null Tue Apr 22 11:25:38 2025
+++ pkgsrc/devel/py-test-order/Makefile Tue Apr 22 11:25:38 2025
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2025/04/22 11:25:38 adam Exp $
+
+DISTNAME= pytest_order-1.3.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-order/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/pytest-dev/pytest-order
+COMMENT= Pytest plugin to run your tests in a specific order
+LICENSE= mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+DEPENDS+= ${PYPKGPREFIX}-test>=6.2.4:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-order/PLIST
diff -u /dev/null pkgsrc/devel/py-test-order/PLIST:1.1
--- /dev/null Tue Apr 22 11:25:38 2025
+++ pkgsrc/devel/py-test-order/PLIST Tue Apr 22 11:25:38 2025
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1 2025/04/22 11:25:38 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_order/__init__.py
+${PYSITELIB}/pytest_order/__init__.pyc
+${PYSITELIB}/pytest_order/__init__.pyo
+${PYSITELIB}/pytest_order/item.py
+${PYSITELIB}/pytest_order/item.pyc
+${PYSITELIB}/pytest_order/item.pyo
+${PYSITELIB}/pytest_order/plugin.py
+${PYSITELIB}/pytest_order/plugin.pyc
+${PYSITELIB}/pytest_order/plugin.pyo
+${PYSITELIB}/pytest_order/settings.py
+${PYSITELIB}/pytest_order/settings.pyc
+${PYSITELIB}/pytest_order/settings.pyo
+${PYSITELIB}/pytest_order/sorter.py
+${PYSITELIB}/pytest_order/sorter.pyc
+${PYSITELIB}/pytest_order/sorter.pyo
Index: pkgsrc/devel/py-test-order/distinfo
diff -u /dev/null pkgsrc/devel/py-test-order/distinfo:1.1
--- /dev/null Tue Apr 22 11:25:38 2025
+++ pkgsrc/devel/py-test-order/distinfo Tue Apr 22 11:25:38 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/04/22 11:25:38 adam Exp $
+
+BLAKE2s (pytest_order-1.3.0.tar.gz) = e87fac902863e581ebecb1dc8b14da791a5b81af19a4d83b97ccad534c4f6080
+SHA512 (pytest_order-1.3.0.tar.gz) = e6accdf49fee88b4911eca991a404e00071a58291bdd564a361640ede68e4c3f80ad79522075258f9e7451dd704627c2950922015f66068dd4969e9da20caef9
+Size (pytest_order-1.3.0.tar.gz) = 47544 bytes
Home |
Main Index |
Thread Index |
Old Index