pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-randomly
Module Name: pkgsrc
Committed By: adam
Date: Mon Jul 24 18:51:09 UTC 2023
Modified Files:
pkgsrc/devel/py-test-randomly: Makefile PLIST distinfo
Log Message:
py-test-randomly: updated to 3.13.0
3.13.0 (2023-07-10)
* Drop Python 3.7 support.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-test-randomly/Makefile \
pkgsrc/devel/py-test-randomly/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-randomly/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-randomly/Makefile
diff -u pkgsrc/devel/py-test-randomly/Makefile:1.9 pkgsrc/devel/py-test-randomly/Makefile:1.10
--- pkgsrc/devel/py-test-randomly/Makefile:1.9 Wed Mar 29 09:34:09 2023
+++ pkgsrc/devel/py-test-randomly/Makefile Mon Jul 24 18:51:09 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2023/03/29 09:34:09 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/07/24 18:51:09 adam Exp $
-DISTNAME= pytest-randomly-3.12.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+DISTNAME= pytest_randomly-3.13.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-randomly/}
@@ -10,6 +10,7 @@ HOMEPAGE= https://github.com/pytest-dev/
COMMENT= Pytest plugin to randomly order tests and control random.seed
LICENSE= modified-bsd
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
@@ -25,5 +26,5 @@ DEPENDS+= ${PYPKGPREFIX}-importlib-metad
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-randomly/distinfo
diff -u pkgsrc/devel/py-test-randomly/distinfo:1.9 pkgsrc/devel/py-test-randomly/distinfo:1.10
--- pkgsrc/devel/py-test-randomly/distinfo:1.9 Thu Sep 8 07:44:36 2022
+++ pkgsrc/devel/py-test-randomly/distinfo Mon Jul 24 18:51:09 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/09/08 07:44:36 adam Exp $
+$NetBSD: distinfo,v 1.10 2023/07/24 18:51:09 adam Exp $
-BLAKE2s (pytest-randomly-3.12.0.tar.gz) = 5bfe9a68ed40de7c4505a799c9fbea8dfbf850542c95f0b1a7068d111491ec43
-SHA512 (pytest-randomly-3.12.0.tar.gz) = dcfa7a3438729cf81d3473461397cf309d751a72542ad0d6d5892f87a00f03c160e1689f50d2533598913638ddfa9e3dbe970a8e666c07442f2651507f0fd7c0
-Size (pytest-randomly-3.12.0.tar.gz) = 21487 bytes
+BLAKE2s (pytest_randomly-3.13.0.tar.gz) = 0c921203b0128360b33b02a1e954fb946815f457478ab2599d3955f07f9e268d
+SHA512 (pytest_randomly-3.13.0.tar.gz) = ae08e12ee2398bd6183ef7b68a5ac83174d026a76c5461836ebf584c8a99c617b6429ceb42505dc2606b43cf3c12026acb3f7f5a2dc508068d4b040bc6244c19
+Size (pytest_randomly-3.13.0.tar.gz) = 21465 bytes
Index: pkgsrc/devel/py-test-randomly/PLIST
diff -u pkgsrc/devel/py-test-randomly/PLIST:1.2 pkgsrc/devel/py-test-randomly/PLIST:1.3
--- pkgsrc/devel/py-test-randomly/PLIST:1.2 Thu Sep 8 07:44:36 2022
+++ pkgsrc/devel/py-test-randomly/PLIST Mon Jul 24 18:51:09 2023
@@ -1,15 +1,15 @@
-@comment $NetBSD: PLIST,v 1.2 2022/09/08 07:44:36 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}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2023/07/24 18:51:09 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/pytest_randomly/__init__.py
${PYSITELIB}/pytest_randomly/__init__.pyc
-${PYSITELIB}/pytest_randomly/__init__.pyo
${PYSITELIB}/pytest_randomly/compat.py
${PYSITELIB}/pytest_randomly/compat.pyc
-${PYSITELIB}/pytest_randomly/compat.pyo
${PYSITELIB}/pytest_randomly/py.typed
Home |
Main Index |
Thread Index |
Old Index