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:           Fri Mar 23 11:06:09 UTC 2018

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

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

1.0.0:
- Honor ignore settings in default flake8 config section
- Improve junit XML output


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/devel/py-test-flake8/Makefile:1.3
--- pkgsrc/devel/py-test-flake8/Makefile:1.2    Sun Nov 26 17:17:49 2017
+++ pkgsrc/devel/py-test-flake8/Makefile        Fri Mar 23 11:06:09 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/11/26 17:17:49 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/03/23 11:06:09 adam Exp $
 
-DISTNAME=      pytest-flake8-0.9.1
+DISTNAME=      pytest-flake8-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-flake8/}
@@ -15,5 +15,8 @@ DEPENDS+=     ${PYPKGPREFIX}-test>=3.2:../..
 
 USE_LANGUAGES=         # none
 
+do-test:
+       cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-flake8/distinfo
diff -u pkgsrc/devel/py-test-flake8/distinfo:1.2 pkgsrc/devel/py-test-flake8/distinfo:1.3
--- pkgsrc/devel/py-test-flake8/distinfo:1.2    Sun Nov 26 17:17:49 2017
+++ pkgsrc/devel/py-test-flake8/distinfo        Fri Mar 23 11:06:09 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/11/26 17:17:49 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/03/23 11:06:09 adam Exp $
 
-SHA1 (pytest-flake8-0.9.1.tar.gz) = 93f1cc871b5a28c7410e6d6a80fb709be426a263
-RMD160 (pytest-flake8-0.9.1.tar.gz) = 4fc46cf0a8a97f6e4d13ff47b84e10bf34016d4c
-SHA512 (pytest-flake8-0.9.1.tar.gz) = eeb4f66022e367d92dee94544ae8fa99b79c1de0579a80e91c22e6f050752010cb7ad6c24094736d23ae753615b186a957b8b0f94c09754005183a971a1e4aa1
-Size (pytest-flake8-0.9.1.tar.gz) = 7959 bytes
+SHA1 (pytest-flake8-1.0.0.tar.gz) = bab49e81b91ef09898159923f82607e2588c29f2
+RMD160 (pytest-flake8-1.0.0.tar.gz) = ea91dc29876e7d939683e14f822a0b8299d8cc34
+SHA512 (pytest-flake8-1.0.0.tar.gz) = 671b38c2011d8c66d32a115057cff5549b2876810fba74077ac346950edf47fb72c47ae44eedc41e9417556849b06dedc0ad126001bd2e3c2f264f092206d58c
+Size (pytest-flake8-1.0.0.tar.gz) = 8382 bytes



Home | Main Index | Thread Index | Old Index