pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test-flake8



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat May 16 08:57:58 UTC 2020

Modified Files:
        pkgsrc/devel/py-test-flake8: Makefile distinfo

Log Message:
py-test-flake8: updated to 1.0.6

1.0.6
- Fix compatibility with flake8 >= 3.8


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-test-flake8/Makefile \
    pkgsrc/devel/py-test-flake8/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-test-flake8/Makefile
diff -u pkgsrc/devel/py-test-flake8/Makefile:1.8 pkgsrc/devel/py-test-flake8/Makefile:1.9
--- pkgsrc/devel/py-test-flake8/Makefile:1.8    Fri Apr 24 08:29:22 2020
+++ pkgsrc/devel/py-test-flake8/Makefile        Sat May 16 08:57:58 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/04/24 08:29:22 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/05/16 08:57:58 adam Exp $
 
-DISTNAME=      pytest-flake8-1.0.5
+DISTNAME=      pytest-flake8-1.0.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-flake8/}
@@ -11,7 +11,8 @@ COMMENT=      Plugin plugin to check FLAKE8 r
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-flake8>=3.5:../../devel/py-flake8
-DEPENDS+=      ${PYPKGPREFIX}-test>=3.5:../../devel/py-test
+
+PYTHON_VERSIONED_DEPENDENCIES= test
 
 USE_LANGUAGES= # none
 
@@ -19,4 +20,5 @@ do-test:
        cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-flake8/distinfo
diff -u pkgsrc/devel/py-test-flake8/distinfo:1.8 pkgsrc/devel/py-test-flake8/distinfo:1.9
--- pkgsrc/devel/py-test-flake8/distinfo:1.8    Fri Apr 24 08:29:22 2020
+++ pkgsrc/devel/py-test-flake8/distinfo        Sat May 16 08:57:58 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2020/04/24 08:29:22 adam Exp $
+$NetBSD: distinfo,v 1.9 2020/05/16 08:57:58 adam Exp $
 
-SHA1 (pytest-flake8-1.0.5.tar.gz) = b7dd0687d2ad4f20a1a53ce9a1e0f60116e70402
-RMD160 (pytest-flake8-1.0.5.tar.gz) = 50ff28a455ad209f860cfc5b7e030cd4a814188b
-SHA512 (pytest-flake8-1.0.5.tar.gz) = c7d598dbe0c8eb032b175231b2662d15f9f2bd349e83210269cdaa7aaed79e618beab4d07d04143a87fe00b50c20f803350006362326a7918c930618dad2c324
-Size (pytest-flake8-1.0.5.tar.gz) = 8317 bytes
+SHA1 (pytest-flake8-1.0.6.tar.gz) = e9a27bc98325f81b6801e74a12f8d4b71a8ba437
+RMD160 (pytest-flake8-1.0.6.tar.gz) = 5a43fd854a94601d065c9d156fb72140ec98da93
+SHA512 (pytest-flake8-1.0.6.tar.gz) = e1c76f4a170ca6fd94e27cf296b366a2a02f09e4216ded74b4724d8d19f50364caf245e4385b1cb644ead06b890df22400637773716190f673d3de254f5868f5
+Size (pytest-flake8-1.0.6.tar.gz) = 8451 bytes



Home | Main Index | Thread Index | Old Index