Sun Apr 30 19:50:15 2023 UTC ()
py-test-runner: update to 6.0.0.

v6.0.0
======

* #49: Dropped workaround for older setuptools versions.
* Require Python 3.7.

v5.3.2
======

* #58: Fixed syntax issue in changelog.

v5.3.1
======

* Refreshed package metadata.

v5.3.0
======

* Require Python 3.6 or later.
* Refreshed package metadata.


(wiz)
diff -r1.22 -r1.23 pkgsrc/devel/py-test-runner/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/py-test-runner/PLIST
diff -r1.17 -r1.18 pkgsrc/devel/py-test-runner/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/devel/py-test-runner/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-test-runner/Makefile 2022/01/13 19:31:22 1.22
+++ pkgsrc/devel/py-test-runner/Makefile 2023/04/30 19:50:15 1.23
@@ -1,26 +1,37 @@ @@ -1,26 +1,37 @@
1# $NetBSD: Makefile,v 1.22 2022/01/13 19:31:22 wiz Exp $ 1# $NetBSD: Makefile,v 1.23 2023/04/30 19:50:15 wiz Exp $
2 2
3DISTNAME= pytest-runner-5.2 3DISTNAME= pytest-runner-6.0.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5PKGREVISION= 1 
6CATEGORIES= devel python 5CATEGORIES= devel python
7MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-runner/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-runner/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/pytest-dev/pytest-runner 9HOMEPAGE= https://github.com/pytest-dev/pytest-runner
11COMMENT= Invoke py.test as distutils command with dependency resolution 10COMMENT= Invoke py.test as distutils command with dependency resolution
12LICENSE= mit 11LICENSE= mit
13 12
 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 15TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 16TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6:../../devel/py-test
 17# unpackaged
 18#TEST_DEPENDS+= ${PYPKGPREFIX}-test-black>=0.3.7:../../devel/py-test-black
 19TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=0:../../devel/py-test-cov
 20TEST_DEPENDS+= ${PYPKGPREFIX}-test-mypy>=0.9.1:../../devel/py-test-mypy
 21# unpackaged
 22#TEST_DEPENDS+= ${PYPKGPREFIX}-test-enabler>=1.0.1:../../devel/py-test-enabler
14# introduces dependency cycle 23# introduces dependency cycle
15#TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8 24#TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8>=0:../../devel/py-test-flake8
 25TEST_DEPENDS+= ${PYPKGPREFIX}-test-checkdocs>=2.4:../../devel/py-test-checkdocs
 26TEST_DEPENDS+= ${PYPKGPREFIX}-test-virtualenv-[0-9]*:../../devel/py-test-virtualenv
 27TEST_DEPENDS+= ${PYPKGPREFIX}-types-setuptools-[0-9]*:../../devel/py-types-setuptools
16 28
17USE_LANGUAGES= # none 29USE_LANGUAGES= # none
18 30
19PYTHON_VERSIONED_DEPENDENCIES= test setuptools_scm 31PYTHON_VERSIONS_INCOMPATIBLE= 27
20 32
21do-test: 33do-test:
22 cd ${WRKSRC} && pytest-${PYVERSSUFFIX} 34 cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
23 35
24.include "../../lang/python/egg.mk" 36.include "../../lang/python/wheel.mk"
25.include "../../lang/python/versioned_dependencies.mk" 
26.include "../../mk/bsd.pkg.mk" 37.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/devel/py-test-runner/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-test-runner/PLIST 2019/10/25 09:41:54 1.4
+++ pkgsrc/devel/py-test-runner/PLIST 2023/04/30 19:50:15 1.5
@@ -1,10 +1,12 @@ @@ -1,10 +1,12 @@
1@comment $NetBSD: PLIST,v 1.4 2019/10/25 09:41:54 adam Exp $ 1@comment $NetBSD: PLIST,v 1.5 2023/04/30 19:50:15 wiz Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/ptr/__init__.py
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/ptr/__init__.pyc
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
5${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 5${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${WHEEL_INFODIR}/METADATA
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${WHEEL_INFODIR}/RECORD
8${PYSITELIB}/ptr.py 8${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
9${PYSITELIB}/ptr.pyc 9${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
10${PYSITELIB}/ptr.pyo 10${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
 11${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 12${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt

cvs diff -r1.17 -r1.18 pkgsrc/devel/py-test-runner/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-test-runner/distinfo 2021/10/26 10:19:09 1.17
+++ pkgsrc/devel/py-test-runner/distinfo 2023/04/30 19:50:15 1.18
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.17 2021/10/26 10:19:09 nia Exp $ 1$NetBSD: distinfo,v 1.18 2023/04/30 19:50:15 wiz Exp $
2 2
3BLAKE2s (pytest-runner-5.2.tar.gz) = ec63a2b4f1bc2d4d5655e8f659b178971d0e61083c3d7cb5b9fba4583b699811 3BLAKE2s (pytest-runner-6.0.0.tar.gz) = 4edd95570280d8d243fdbd20008eaa9eef43887d25c60e433c662363e96dd234
4SHA512 (pytest-runner-5.2.tar.gz) = 5fc62a4e681cfa0ef25dc815ccbbfe1a7ca0e9e7783c2ba2db0da7d2539f11c08d6c3fad2ab3dfe7f0d50fe7bfb41127b11ec9af67ef8e32361655bc910c8245 4SHA512 (pytest-runner-6.0.0.tar.gz) = a3393cc283ba13fa53c76f501d7b8e27735c45ebcd09c263c277472d89e488cf94b704affae9b810e696e8d8fdf6b5acb39193c37fca6dab16cd24a3839e0389
5Size (pytest-runner-5.2.tar.gz) = 15534 bytes 5Size (pytest-runner-6.0.0.tar.gz) = 15741 bytes