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 Jul 25 08:59:02 UTC 2023

Modified Files:
        pkgsrc/devel/py-test-random-order: Makefile PLIST distinfo

Log Message:
py-test-random-order: updated to 1.1.0

v1.1.0
Fixes coexistence with xdist


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-random-order/Makefile \
    pkgsrc/devel/py-test-random-order/distinfo
cvs rdiff -u -r1.1 -r1.2 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.3 pkgsrc/devel/py-test-random-order/Makefile:1.4
--- pkgsrc/devel/py-test-random-order/Makefile:1.3      Tue Jan  4 20:53:42 2022
+++ pkgsrc/devel/py-test-random-order/Makefile  Tue Jul 25 08:59:02 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:53:42 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/07/25 08:59:02 adam Exp $
 
-DISTNAME=      pytest-random-order-1.0.4
+DISTNAME=      pytest-random-order-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-random-order/}
 
@@ -11,10 +10,14 @@ HOMEPAGE=   https://github.com/jbasko/pyte
 COMMENT=       Randomise the order in which pytest tests are run
 LICENSE=       mit
 
-PYTHON_VERSIONED_DEPENDENCIES= test
+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/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-random-order/distinfo
diff -u pkgsrc/devel/py-test-random-order/distinfo:1.3 pkgsrc/devel/py-test-random-order/distinfo:1.4
--- pkgsrc/devel/py-test-random-order/distinfo:1.3      Tue Oct 26 10:19:08 2021
+++ pkgsrc/devel/py-test-random-order/distinfo  Tue Jul 25 08:59:02 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:19:08 nia Exp $
+$NetBSD: distinfo,v 1.4 2023/07/25 08:59:02 adam Exp $
 
-BLAKE2s (pytest-random-order-1.0.4.tar.gz) = 3204f284061adf2911cfeba7aa9b45b1407bcc2bc6fcd0012dfeeff172559fd0
-SHA512 (pytest-random-order-1.0.4.tar.gz) = d9d83fe51d9b7727ef50e69eeea0041c81cebcbec73fac201ec817de8ab77cb5d043954f94efda75571a0168a227f78c1f3a4a0c380a53d3180fc7f60fd8850c
-Size (pytest-random-order-1.0.4.tar.gz) = 18045 bytes
+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

Index: pkgsrc/devel/py-test-random-order/PLIST
diff -u pkgsrc/devel/py-test-random-order/PLIST:1.1 pkgsrc/devel/py-test-random-order/PLIST:1.2
--- pkgsrc/devel/py-test-random-order/PLIST:1.1 Wed Jan 29 21:43:02 2020
+++ pkgsrc/devel/py-test-random-order/PLIST     Tue Jul 25 08:59:02 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/01/29 21:43:02 adam Exp $
+@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
@@ -23,3 +23,6 @@ ${PYSITELIB}/random_order/plugin.pyo
 ${PYSITELIB}/random_order/shuffler.py
 ${PYSITELIB}/random_order/shuffler.pyc
 ${PYSITELIB}/random_order/shuffler.pyo
+${PYSITELIB}/random_order/xdist.py
+${PYSITELIB}/random_order/xdist.pyc
+${PYSITELIB}/random_order/xdist.pyo



Home | Main Index | Thread Index | Old Index