pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-process-tests



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 16 10:18:10 UTC 2024

Modified Files:
        pkgsrc/devel/py-process-tests: Makefile PLIST distinfo

Log Message:
py-process-tests: updated to 3.0.0

3.0.0 (2023-11-01)

* Dropped Python 2 support.
* Added an optional non-pipe TestProcess mode. You can use file objects for processes that are too verbose for a pipe.
* Added some tests.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-process-tests/Makefile \
    pkgsrc/devel/py-process-tests/PLIST \
    pkgsrc/devel/py-process-tests/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-process-tests/Makefile
diff -u pkgsrc/devel/py-process-tests/Makefile:1.1 pkgsrc/devel/py-process-tests/Makefile:1.2
--- pkgsrc/devel/py-process-tests/Makefile:1.1  Wed Aug 24 09:31:07 2022
+++ pkgsrc/devel/py-process-tests/Makefile      Tue Jan 16 10:18:10 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2022/08/24 09:31:07 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/01/16 10:18:10 adam Exp $
 
-DISTNAME=      process-tests-2.1.2
+DISTNAME=      process-tests-3.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/process-tests/}
@@ -10,7 +10,18 @@ HOMEPAGE=    https://github.com/ionelmc/pyt
 COMMENT=       Tools for testing processes
 LICENSE=       2-clause-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=30.3.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
 USE_LANGUAGES= # none
 
-.include "../../lang/python/egg.mk"
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+SUBST_CLASSES+=                pypath
+SUBST_STAGE.pypath=    pre-configure
+SUBST_MESSAGE.pypath=  Fixing command path in tests.
+SUBST_FILES.pypath=    tests/test_process_tests.py
+SUBST_SED.pypath=      -e "s,'python','${PYTHONBIN}',g"
+
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-process-tests/PLIST
diff -u pkgsrc/devel/py-process-tests/PLIST:1.1 pkgsrc/devel/py-process-tests/PLIST:1.2
--- pkgsrc/devel/py-process-tests/PLIST:1.1     Wed Aug 24 09:31:07 2022
+++ pkgsrc/devel/py-process-tests/PLIST Tue Jan 16 10:18:10 2024
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2022/08/24 09:31:07 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/01/16 10:18:10 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/process_tests.py
 ${PYSITELIB}/process_tests.pyc
 ${PYSITELIB}/process_tests.pyo
Index: pkgsrc/devel/py-process-tests/distinfo
diff -u pkgsrc/devel/py-process-tests/distinfo:1.1 pkgsrc/devel/py-process-tests/distinfo:1.2
--- pkgsrc/devel/py-process-tests/distinfo:1.1  Wed Aug 24 09:31:07 2022
+++ pkgsrc/devel/py-process-tests/distinfo      Tue Jan 16 10:18:10 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/08/24 09:31:07 wiz Exp $
+$NetBSD: distinfo,v 1.2 2024/01/16 10:18:10 adam Exp $
 
-BLAKE2s (process-tests-2.1.2.tar.gz) = a411ab9b905da88bc4dc5b51e1fbbfe021128ee1578e08a783bd89c65e328a12
-SHA512 (process-tests-2.1.2.tar.gz) = 56a76d8467312de34413994e663eb63378ff179720b883037735eae9d8f23a5cc0ea32d4a9a2f9041af417b5ada07b7948fd481e3d5b2cb43db3c19183f6b263
-Size (process-tests-2.1.2.tar.gz) = 11554 bytes
+BLAKE2s (process-tests-3.0.0.tar.gz) = 0c30002956b96144d7d73c17f8807c9d6b4c3a23870fa22c52cd5393c62b9246
+SHA512 (process-tests-3.0.0.tar.gz) = 2dc44c56f9ea1f8fc0ecce633fc1fc8d59a1abf6ccec6011515cb0899a7cefaa33afb99f5e8d72dc608e222d7856b615cdad281b2d93f9ef0467a06c80ae4a6e
+Size (process-tests-3.0.0.tar.gz) = 15165 bytes



Home | Main Index | Thread Index | Old Index