pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-xprocess



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Mar 24 07:37:16 UTC 2024

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

Log Message:
py-test-xprocess: updated to 1.0.0

1.0.0

ProcessStarter.pattern is now optional. Users may provide either ProcessStarter.pattern or ProcessStarter.callback or both.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-test-xprocess/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-xprocess/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-test-xprocess/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-xprocess/Makefile
diff -u pkgsrc/devel/py-test-xprocess/Makefile:1.11 pkgsrc/devel/py-test-xprocess/Makefile:1.12
--- pkgsrc/devel/py-test-xprocess/Makefile:1.11 Wed Sep 27 15:23:59 2023
+++ pkgsrc/devel/py-test-xprocess/Makefile      Sun Mar 24 07:37:16 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2023/09/27 15:23:59 adam Exp $
+# $NetBSD: Makefile,v 1.12 2024/03/24 07:37:16 adam Exp $
 
-DISTNAME=      pytest-xprocess-0.23.0
+DISTNAME=      pytest-xprocess-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-xprocess/}
@@ -10,7 +10,9 @@ HOMEPAGE=     https://github.com/pytest-dev/
 COMMENT=       Pytest plugin to manage external processes across test runs
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=45.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2.3:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
 DEPENDS+=      ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
 
@@ -18,8 +20,5 @@ 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/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-test-xprocess/PLIST
diff -u pkgsrc/devel/py-test-xprocess/PLIST:1.2 pkgsrc/devel/py-test-xprocess/PLIST:1.3
--- pkgsrc/devel/py-test-xprocess/PLIST:1.2     Wed Nov 30 15:12:55 2022
+++ pkgsrc/devel/py-test-xprocess/PLIST Sun Mar 24 07:37:16 2024
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2022/11/30 15:12:55 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}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2024/03/24 07:37:16 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/xprocess/__init__.py
 ${PYSITELIB}/xprocess/__init__.pyc
 ${PYSITELIB}/xprocess/__init__.pyo

Index: pkgsrc/devel/py-test-xprocess/distinfo
diff -u pkgsrc/devel/py-test-xprocess/distinfo:1.9 pkgsrc/devel/py-test-xprocess/distinfo:1.10
--- pkgsrc/devel/py-test-xprocess/distinfo:1.9  Wed Sep 27 15:23:59 2023
+++ pkgsrc/devel/py-test-xprocess/distinfo      Sun Mar 24 07:37:16 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/09/27 15:23:59 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/03/24 07:37:16 adam Exp $
 
-BLAKE2s (pytest-xprocess-0.23.0.tar.gz) = 1e24c25b8358907caa86bcd3ec65fe3ab66f780130fa4b563aaccdb41ea7bfeb
-SHA512 (pytest-xprocess-0.23.0.tar.gz) = 97aa2a8ba0bcca62d53c0a0523696f6ae5fec5eae29e3e2cfe1a3ec8f14622c2c31f0802b2e65b55aa16778dd6ea82951e15af768c9d84cfd13aa2d427f94c9e
-Size (pytest-xprocess-0.23.0.tar.gz) = 31350 bytes
+BLAKE2s (pytest-xprocess-1.0.0.tar.gz) = 3bc63a3a40c1b8af96b942787f38d30e41e47cbfb4616ae2165e6c951cd8485d
+SHA512 (pytest-xprocess-1.0.0.tar.gz) = d7e66bfd1b6134b54c2ca9c0287a8bdd259dad87e31385ea2877b1ee1edb8d0e74dc9046d211204d010da7e10eb7020bda0bc3e04610a2323aef9f63d6fe491c
+Size (pytest-xprocess-1.0.0.tar.gz) = 12600 bytes



Home | Main Index | Thread Index | Old Index