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.
This commit is contained in:
adam 2024-03-24 07:37:16 +00:00
parent b39287540d
commit b5fd424fe8
3 changed files with 17 additions and 18 deletions

View File

@ -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/pytest-xprocess
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"

View File

@ -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

View File

@ -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