Fri Apr 24 08:29:22 2020 UTC ()
py-test-flake8: updated to 1.0.5

1.0.5
- Fix deprecation warning


(adam)
diff -r1.7 -r1.8 pkgsrc/devel/py-test-flake8/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/py-test-flake8/distinfo

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

--- pkgsrc/devel/py-test-flake8/Makefile 2019/02/01 09:22:33 1.7
+++ pkgsrc/devel/py-test-flake8/Makefile 2020/04/24 08:29:22 1.8
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.7 2019/02/01 09:22:33 adam Exp $ 1# $NetBSD: Makefile,v 1.8 2020/04/24 08:29:22 adam Exp $
2 2
3DISTNAME= pytest-flake8-1.0.4 3DISTNAME= pytest-flake8-1.0.5
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.5:../../devel/py-test 14DEPENDS+= ${PYPKGPREFIX}-test>=3.5:../../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} && pytest-${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.7 -r1.8 pkgsrc/devel/py-test-flake8/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-test-flake8/distinfo 2019/02/01 09:22:33 1.7
+++ pkgsrc/devel/py-test-flake8/distinfo 2020/04/24 08:29:22 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2019/02/01 09:22:33 adam Exp $ 1$NetBSD: distinfo,v 1.8 2020/04/24 08:29:22 adam Exp $
2 2
3SHA1 (pytest-flake8-1.0.4.tar.gz) = 9bc6d19f4e36ab7b66f8c3aaf91d73382ba3db14 3SHA1 (pytest-flake8-1.0.5.tar.gz) = b7dd0687d2ad4f20a1a53ce9a1e0f60116e70402
4RMD160 (pytest-flake8-1.0.4.tar.gz) = 75904d16ca22415e09f7b728920479035bd96e68 4RMD160 (pytest-flake8-1.0.5.tar.gz) = 50ff28a455ad209f860cfc5b7e030cd4a814188b
5SHA512 (pytest-flake8-1.0.4.tar.gz) = 39ac19f3216386dc33b7c3c7c12a026751bb636d140340eb9585e161292d74f587c3a032125380bd12834e841172bf47652c19036bd06d493abd11cefe428429 5SHA512 (pytest-flake8-1.0.5.tar.gz) = c7d598dbe0c8eb032b175231b2662d15f9f2bd349e83210269cdaa7aaed79e618beab4d07d04143a87fe00b50c20f803350006362326a7918c930618dad2c324
6Size (pytest-flake8-1.0.4.tar.gz) = 8183 bytes 6Size (pytest-flake8-1.0.5.tar.gz) = 8317 bytes