py-test-random-order: updated to 1.1.1

v1.1.1
Fix error when cacheprovider plugin disabled or missing.
This commit is contained in:
adam 2024-01-23 07:48:48 +00:00
parent 68cdf6899b
commit 73c4214830
3 changed files with 16 additions and 17 deletions

View File

@ -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/pytest-random-order
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"

View File

@ -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

View File

@ -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