pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-check
Module Name: pkgsrc
Committed By: adam
Date: Thu Jan 4 22:20:23 UTC 2024
Modified Files:
pkgsrc/devel/py-test-check: Makefile distinfo
Log Message:
py-test-check: updated to 2.2.3
2.2.3
- Check failure info now shows up in summaries.
- fix [133](https://github.com/okken/pytest-check/issues/133)
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-test-check/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-test-check/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-check/Makefile
diff -u pkgsrc/devel/py-test-check/Makefile:1.6 pkgsrc/devel/py-test-check/Makefile:1.7
--- pkgsrc/devel/py-test-check/Makefile:1.6 Sat Oct 28 19:57:06 2023
+++ pkgsrc/devel/py-test-check/Makefile Thu Jan 4 22:20:23 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2023/10/28 19:57:06 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2024/01/04 22:20:23 adam Exp $
-DISTNAME= pytest_check-2.2.2
+DISTNAME= pytest_check-2.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-check/}
@@ -18,9 +17,5 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-# needs 'make install'
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-check/distinfo
diff -u pkgsrc/devel/py-test-check/distinfo:1.5 pkgsrc/devel/py-test-check/distinfo:1.6
--- pkgsrc/devel/py-test-check/distinfo:1.5 Wed Sep 27 10:58:38 2023
+++ pkgsrc/devel/py-test-check/distinfo Thu Jan 4 22:20:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/09/27 10:58:38 adam Exp $
+$NetBSD: distinfo,v 1.6 2024/01/04 22:20:23 adam Exp $
-BLAKE2s (pytest_check-2.2.2.tar.gz) = c9bbd0d3984c36b2842b1a6fcdef2d6727e22a14f1af600ca782f898a33846b2
-SHA512 (pytest_check-2.2.2.tar.gz) = 27f6df34450db762fb6656b255d34bf6656bacefc68cdd050e100dcf53df1406c6983a509c7b7cc3cc37664c06d3798254a350ba9c0ebcf9095cb7aa1bd11557
-Size (pytest_check-2.2.2.tar.gz) = 26353 bytes
+BLAKE2s (pytest_check-2.2.3.tar.gz) = 1e0045c7ad9143de28de942efb0d821d0c28c3f9f57339a065eb53914a93a103
+SHA512 (pytest_check-2.2.3.tar.gz) = 735d0edcb9b075fc8661892eda63830feeb1b54ff5a63a5956ba5529ce87b499f2137c7a0503813ad1509b591635692d23d77344c244a93826b331d17d262d91
+Size (pytest_check-2.2.3.tar.gz) = 26778 bytes
Home |
Main Index |
Thread Index |
Old Index