Fri Feb 15 08:52:38 2019 UTC ()
py-test-runner: updated to 4.4

4.4
* Detect condition where declarative config will cause
  errors and emit a UserWarning with guidance on necessary
  actions.

4.3.1
* Re-release of 4.2 to supersede the 4.3 release which
  proved to be backward-incompatible in that it requires
  setuptools 30.4 or possibly later (to install). In the future, a
  backward-incompatible release will re-release these changes.
  For projects including pytest-runner, particularly as
  setup_requires, if support for older setuptools is required,
  please pin to pytest-runner < 5.


(adam)
diff -r1.15 -r1.16 pkgsrc/devel/py-test-runner/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/py-test-runner/distinfo

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

--- pkgsrc/devel/py-test-runner/Makefile 2018/03/20 14:33:29 1.15
+++ pkgsrc/devel/py-test-runner/Makefile 2019/02/15 08:52:38 1.16
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.15 2018/03/20 14:33:29 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2019/02/15 08:52:38 adam Exp $
2 2
3DISTNAME= pytest-runner-4.2 3DISTNAME= pytest-runner-4.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-runner/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-runner/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/pytest-dev/pytest-runner 9HOMEPAGE= https://github.com/pytest-dev/pytest-runner
10COMMENT= Invoke py.test as distutils command with dependency resolution 10COMMENT= Invoke py.test as distutils command with dependency resolution
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm 13DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
14DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test 14DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
15# TEST_DEPENDS, but introduces dependency cycle 15# introduces dependency cycle
16#BUILD_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8 16#TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
17 17
18USE_LANGUAGES= # none 18USE_LANGUAGES= # none
19 19
20do-test: 20do-test:
21 cd ${WRKSRC} && py.test-${PYVERSSUFFIX} 21 cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
22 22
23.include "../../lang/python/egg.mk" 23.include "../../lang/python/egg.mk"
24.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/py-test-runner/distinfo 2018/03/19 10:22:56 1.12
+++ pkgsrc/devel/py-test-runner/distinfo 2019/02/15 08:52:38 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2018/03/19 10:22:56 adam Exp $ 1$NetBSD: distinfo,v 1.13 2019/02/15 08:52:38 adam Exp $
2 2
3SHA1 (pytest-runner-4.2.tar.gz) = 95dccf7142e30fbbe3d1f4ea08aae8d6cc15c5d6 3SHA1 (pytest-runner-4.4.tar.gz) = 372943aea8561e086d55f7e9008622b67d6a7b56
4RMD160 (pytest-runner-4.2.tar.gz) = 594dd82bf0ee027ebbdebde75f8056e985577499 4RMD160 (pytest-runner-4.4.tar.gz) = fb011c07f52722e4bf05c808ceb7526c88203b97
5SHA512 (pytest-runner-4.2.tar.gz) = 278da7add27f77134e63470747ffd9fe663d93ab8e7cebfbae98902bb1d5ffba45277574107f958255251cb9e499b85a0db3e8173f9f10fb31d1561ca709a379 5SHA512 (pytest-runner-4.4.tar.gz) = 3122e556bc7ad41f48a8044b6c8555aed41bbed1ccaafe39bbd0aff51c4b656c4de954ccd99b5122f95763dad7ad54a2ae78d4e9522364ea6bbafecb967b09f5
6Size (pytest-runner-4.2.tar.gz) = 11947 bytes 6Size (pytest-runner-4.4.tar.gz) = 11936 bytes