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:   gutteridge
Date:           Tue Jul 21 00:22:53 UTC 2020

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

Log Message:
py-cpplint: fix sandboxed builds

In (some) sandboxed environments, this would fail to build due to a
series of failures relating to setup requirements. It prefers py-pip,
so simply explicitly make that a TOOL_DEPENDS.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-cpplint/Makefile

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.1 pkgsrc/devel/py-cpplint/Makefile:1.2
--- pkgsrc/devel/py-cpplint/Makefile:1.1        Mon Jun 29 13:09:44 2020
+++ pkgsrc/devel/py-cpplint/Makefile    Tue Jul 21 00:22:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/06/29 13:09:44 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2020/07/21 00:22:53 gutteridge Exp $
 
 DISTNAME=      cpplint-1.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/cpplint/cpp
 COMMENT=       Static code checker for C++
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
+
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 PYTHON_VERSIONED_DEPENDENCIES= test:test zipp:test



Home | Main Index | Thread Index | Old Index