pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-random-order
Module Name: pkgsrc
Committed By: adam
Date: Tue Jan 23 07:48:48 UTC 2024
Modified Files:
pkgsrc/devel/py-test-random-order: Makefile PLIST distinfo
Log Message:
py-test-random-order: updated to 1.1.1
v1.1.1
Fix error when cacheprovider plugin disabled or missing.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-random-order/Makefile \
pkgsrc/devel/py-test-random-order/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-random-order/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-test-random-order/Makefile
diff -u pkgsrc/devel/py-test-random-order/Makefile:1.4 pkgsrc/devel/py-test-random-order/Makefile:1.5
--- pkgsrc/devel/py-test-random-order/Makefile:1.4 Tue Jul 25 08:59:02 2023
+++ pkgsrc/devel/py-test-random-order/Makefile Tue Jan 23 07:48:48 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2023/07/25 08:59:02 adam Exp $
+# $NetBSD: Makefile,v 1.5 2024/01/23 07:48:48 adam Exp $
-DISTNAME= pytest-random-order-1.1.0
+DISTNAME= pytest-random-order-1.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-random-order/}
@@ -10,14 +10,13 @@ HOMEPAGE= https://github.com/jbasko/pyte
COMMENT= Randomise the order in which pytest tests are run
LICENSE= mit
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-test>=3.0.0:../../devel/py-test
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-random-order/distinfo
diff -u pkgsrc/devel/py-test-random-order/distinfo:1.4 pkgsrc/devel/py-test-random-order/distinfo:1.5
--- pkgsrc/devel/py-test-random-order/distinfo:1.4 Tue Jul 25 08:59:02 2023
+++ pkgsrc/devel/py-test-random-order/distinfo Tue Jan 23 07:48:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/07/25 08:59:02 adam Exp $
+$NetBSD: distinfo,v 1.5 2024/01/23 07:48:48 adam Exp $
-BLAKE2s (pytest-random-order-1.1.0.tar.gz) = e777193c44cb68428e06f756c01848a95e5ec88d5912d759ecd4c7651d62a4ff
-SHA512 (pytest-random-order-1.1.0.tar.gz) = 7bb767106a73af773018a46b30c696f0adb8ec8ae6536a2566d374290c5f9bf02bb64f524f3614b466d23ea03a3caa7a10e4fc5dfdf8a766f6c8711f5638a1f7
-Size (pytest-random-order-1.1.0.tar.gz) = 14576 bytes
+BLAKE2s (pytest-random-order-1.1.1.tar.gz) = 7b883e199d2476ce09ef28c38b01f7ee2f6ea96773399f8131da426fa9d334e8
+SHA512 (pytest-random-order-1.1.1.tar.gz) = 3df63337e9c71068491ceac9eff4fcbc688b23b6e1533eaa981095121907044fe87de5602c732df1d62fc3aad71406f19bcde93de326cdc894c20509ce8174ac
+Size (pytest-random-order-1.1.1.tar.gz) = 14626 bytes
Index: pkgsrc/devel/py-test-random-order/PLIST
diff -u pkgsrc/devel/py-test-random-order/PLIST:1.2 pkgsrc/devel/py-test-random-order/PLIST:1.3
--- pkgsrc/devel/py-test-random-order/PLIST:1.2 Tue Jul 25 08:59:02 2023
+++ pkgsrc/devel/py-test-random-order/PLIST Tue Jan 23 07:48:48 2024
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2023/07/25 08:59:02 adam 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
+@comment $NetBSD: PLIST,v 1.3 2024/01/23 07:48:48 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}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/random_order/__init__.py
${PYSITELIB}/random_order/__init__.pyc
${PYSITELIB}/random_order/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index