pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cpplint



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Oct  3 21:49:21 UTC 2020

Modified Files:
        pkgsrc/devel/py-cpplint: Makefile distinfo

Log Message:
py-cpplint: updated to 1.5.4

1.5.4:
Fix google-166, Allow space before C++11 attributes

1.5.3:
Fix 156: sed/gsed output parameter rejected
Fix 156: sed/gsed output without other stdout information
improvements to regression tests


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-cpplint/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-cpplint/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-cpplint/Makefile
diff -u pkgsrc/devel/py-cpplint/Makefile:1.2 pkgsrc/devel/py-cpplint/Makefile:1.3
--- pkgsrc/devel/py-cpplint/Makefile:1.2        Tue Jul 21 00:22:53 2020
+++ pkgsrc/devel/py-cpplint/Makefile    Sat Oct  3 21:49:21 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/07/21 00:22:53 gutteridge Exp $
+# $NetBSD: Makefile,v 1.3 2020/10/03 21:49:21 adam Exp $
 
-DISTNAME=      cpplint-1.5.1
+DISTNAME=      cpplint-1.5.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cpplint/}
@@ -10,22 +10,23 @@ HOMEPAGE=   https://github.com/cpplint/cpp
 COMMENT=       Static code checker for C++
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
-
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-testfixtures-[0-9]*:../../devel/py-testfixtures
+TOOL_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
 
 PYTHON_VERSIONED_DEPENDENCIES= test:test zipp:test
 
 .include "../../lang/python/pyversion.mk"
 
-.if ${PYPKGPREFIX} == "py27"
+.if ${_PYTHON_VERSION} == 27
 TEST_DEPENDS+= ${PYPKGPREFIX}-configparser-[0-9]*:../../devel/py-configparser
-.else
-TEST_DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
 .endif
 
 post-install:
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} cpplint cpplint-${PYVERSSUFFIX}
+       cd ${DESTDIR}${PREFIX}/bin && \
+       ${MV} cpplint cpplint-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../lang/python/versioned_dependencies.mk"

Index: pkgsrc/devel/py-cpplint/distinfo
diff -u pkgsrc/devel/py-cpplint/distinfo:1.1 pkgsrc/devel/py-cpplint/distinfo:1.2
--- pkgsrc/devel/py-cpplint/distinfo:1.1        Mon Jun 29 13:09:44 2020
+++ pkgsrc/devel/py-cpplint/distinfo    Sat Oct  3 21:49:21 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/06/29 13:09:44 wiz Exp $
+$NetBSD: distinfo,v 1.2 2020/10/03 21:49:21 adam Exp $
 
-SHA1 (cpplint-1.5.1.tar.gz) = c0968300957ef9567008ab9d891373f543a13422
-RMD160 (cpplint-1.5.1.tar.gz) = bc466008804e044a4e06e0171a1730bf7fa69ec0
-SHA512 (cpplint-1.5.1.tar.gz) = e2d3356b57a4158f4d03b80ca49dbd06c955f8c5b9ee115528a69cd409526e6271275d585f869c735fe18b660a388a01c3160714d66cf718800397971760b3ad
-Size (cpplint-1.5.1.tar.gz) = 347465 bytes
+SHA1 (cpplint-1.5.4.tar.gz) = b83b97ed38e6ef3c2dd8d206b629c958e12d35c0
+RMD160 (cpplint-1.5.4.tar.gz) = 4e828a1122f5a6797e23d877378fcef4a1545670
+SHA512 (cpplint-1.5.4.tar.gz) = 13bd71295939c0d3753600df8798f15fb1a3c10f1c7e3d2fda894ef7126d1720bfd15a76dc37520618d793a528cdcf62d4f118d2eb6204cc6b84f70734418839
+Size (cpplint-1.5.4.tar.gz) = 359495 bytes



Home | Main Index | Thread Index | Old Index