Tue May 15 06:37:49 2018 UTC ()
py-test-flake8: updated to 1.0.1

1.0.1:
- Correct junit XML output for pytest 3.5.x


(adam)
diff -r1.3 -r1.4 pkgsrc/devel/py-test-flake8/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/py-test-flake8/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-test-flake8/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-test-flake8/Makefile 2018/03/23 11:06:09 1.3
+++ pkgsrc/devel/py-test-flake8/Makefile 2018/05/15 06:37:49 1.4
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.3 2018/03/23 11:06:09 adam Exp $ 1# $NetBSD: Makefile,v 1.4 2018/05/15 06:37:49 adam Exp $
2 2
3DISTNAME= pytest-flake8-1.0.0 3DISTNAME= pytest-flake8-1.0.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-flake8/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-flake8/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/tholo/pytest-flake8 9HOMEPAGE= https://github.com/tholo/pytest-flake8
10COMMENT= Plugin plugin to check FLAKE8 requirements 10COMMENT= Plugin plugin to check FLAKE8 requirements
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-flake8>=3.5:../../devel/py-flake8 13DEPENDS+= ${PYPKGPREFIX}-flake8>=3.5:../../devel/py-flake8
14DEPENDS+= ${PYPKGPREFIX}-test>=3.2:../../devel/py-test 14DEPENDS+= ${PYPKGPREFIX}-test>=3.2:../../devel/py-test
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none
17 17
18do-test: 18do-test:
19 cd ${WRKSRC} && py.test-${PYVERSSUFFIX} 19 cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
20 20
21.include "../../lang/python/egg.mk" 21.include "../../lang/python/egg.mk"
22.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-test-flake8/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-test-flake8/distinfo 2018/03/23 11:06:09 1.3
+++ pkgsrc/devel/py-test-flake8/distinfo 2018/05/15 06:37:49 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2018/03/23 11:06:09 adam Exp $ 1$NetBSD: distinfo,v 1.4 2018/05/15 06:37:49 adam Exp $
2 2
3SHA1 (pytest-flake8-1.0.0.tar.gz) = bab49e81b91ef09898159923f82607e2588c29f2 3SHA1 (pytest-flake8-1.0.1.tar.gz) = 312a960e07617db07de2b7dc6878992994a9263a
4RMD160 (pytest-flake8-1.0.0.tar.gz) = ea91dc29876e7d939683e14f822a0b8299d8cc34 4RMD160 (pytest-flake8-1.0.1.tar.gz) = 8919726e65b6b2d390ed31cc0cf4dd1804e80e32
5SHA512 (pytest-flake8-1.0.0.tar.gz) = 671b38c2011d8c66d32a115057cff5549b2876810fba74077ac346950edf47fb72c47ae44eedc41e9417556849b06dedc0ad126001bd2e3c2f264f092206d58c 5SHA512 (pytest-flake8-1.0.1.tar.gz) = 68d61ee1a51bec92a85cea8e878f9c4263f4006b51b71a110247bae538b3ea29fc1da59d54639f2a53edb53cde34adbaceace3896b4ddfc719b2e75f8fdaa459
6Size (pytest-flake8-1.0.0.tar.gz) = 8382 bytes 6Size (pytest-flake8-1.0.1.tar.gz) = 7938 bytes