Date: Thursday, November 24, 2022 @ 23:25:52
Author: kgizdov
Revision: 1353581
remove python-pip from makedepends
Modified:
python-cpplint/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-24 23:21:46 UTC (rev 1353580)
+++ PKGBUILD 2022-11-24 23:25:52 UTC (rev 1353581)
@@ -4,13 +4,13 @@
_pkgname='cpplint'
pkgname="python-${_pkgname}"
pkgver='1.6.1'
-pkgrel=1
+pkgrel=2
pkgdesc="Command-line tool to check C/C++ files for style issues following
Google's C++ style guide."
arch=('any')
url='https://github.com/cpplint/cpplint'
license=('custom:BSD3')
depends=('python')
-makedepends=('python-build' 'python-installer' 'python-pytest-runner'
'python-pip' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-pytest-runner'
'python-wheel')
checkdepends=('python-pytest-flake8' 'python-pylint'
'python-importlib-metadata' 'python-tox' 'python-testfixtures'
'python-pytest' 'python-pytest-cov')
provides=('cpplint' 'cpplint-py3')