pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-plus
Module Name: pkgsrc
Committed By: adam
Date: Sat Feb 1 18:37:04 UTC 2025
Modified Files:
pkgsrc/devel/py-test-plus: Makefile distinfo
Log Message:
py-test-plus: updated to 0.8.0
0.8.0
Make checks just a runtime warning
Remove support for py39 and add support for py313
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-plus/Makefile \
pkgsrc/devel/py-test-plus/distinfo
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-plus/Makefile
diff -u pkgsrc/devel/py-test-plus/Makefile:1.1 pkgsrc/devel/py-test-plus/Makefile:1.2
--- pkgsrc/devel/py-test-plus/Makefile:1.1 Wed Jan 29 09:25:12 2025
+++ pkgsrc/devel/py-test-plus/Makefile Sat Feb 1 18:37:04 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2025/01/29 09:25:12 adam Exp $
+# $NetBSD: Makefile,v 1.2 2025/02/01 18:37:04 adam Exp $
-DISTNAME= pytest-plus-0.7.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
+DISTNAME= pytest_plus-0.8.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-plus/}
@@ -10,7 +10,8 @@ HOMEPAGE= https://github.com/pytest-dev/
COMMENT= Extends pytest functionality
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=63.0.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.5:../../devel/py-setuptools_scm
DEPENDS+= ${PYPKGPREFIX}-test>=7.4.2:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=7.0.0:../../devel/py-coverage
TEST_DEPENDS+= ${PYPKGPREFIX}-test-html>0:../../devel/py-test-html
Index: pkgsrc/devel/py-test-plus/distinfo
diff -u pkgsrc/devel/py-test-plus/distinfo:1.1 pkgsrc/devel/py-test-plus/distinfo:1.2
--- pkgsrc/devel/py-test-plus/distinfo:1.1 Wed Jan 29 09:25:12 2025
+++ pkgsrc/devel/py-test-plus/distinfo Sat Feb 1 18:37:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2025/01/29 09:25:12 adam Exp $
+$NetBSD: distinfo,v 1.2 2025/02/01 18:37:04 adam Exp $
-BLAKE2s (pytest-plus-0.7.0.tar.gz) = 683e2c53f19fa5642ec8f2448fb47992ecc7d796ddd27965ca56a644c3d7ca79
-SHA512 (pytest-plus-0.7.0.tar.gz) = a43b8bd3ea1a7a85e40ea6c180a06a31f5703292758d4c83e1a3f98e0750d75393d9ca8bfb614f1d3a180ee50d18e8162173bfee6b81cf1f7c087aad8e3be3ba
-Size (pytest-plus-0.7.0.tar.gz) = 13235 bytes
+BLAKE2s (pytest_plus-0.8.0.tar.gz) = 5ea2c8dc1126c42f721408a1861ad88b866fcd4b88e7a2c200b13577ad13bca6
+SHA512 (pytest_plus-0.8.0.tar.gz) = cbe4fa85e7c5af54e2dccca0082f6cda2cf62cb68a942d27e3e977ea4e38e088b01ce3751759645df491eb509e4dd338425d2a10715f687612eebc42377e6a2d
+Size (pytest_plus-0.8.0.tar.gz) = 15369 bytes
Home |
Main Index |
Thread Index |
Old Index