blob: 628c84b46d6a973e8422f84ea815f8ddf1f98c55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = python-cpplint
pkgdesc = Command-line tool to check C/C++ files for style issues following Google's C++ style guide.
pkgver = 2.0.1
pkgrel = 1
url = https://github.com/cpplint/cpplint
arch = any
license = BSD-3-Clause
checkdepends = python-testfixtures
checkdepends = python-parameterized
checkdepends = python-pytest
checkdepends = python-pytest-cov
checkdepends = python-pytest-timeout
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
provides = cpplint
provides = cpplint-py3
conflicts = cpplint
replaces = cpplint-py3
source = python-cpplint-2.0.1.tar.gz::https://github.com/cpplint/cpplint/archive/2.0.1.tar.gz
b2sums = ff7096c5b81be824ff6a79ad5ab5de070bf9da56d3bb9174b81d5a7684ab77669c4de250de902fc9adae90d57e79e9646922fa876e29d978a2307ff88cd11631
pkgname = python-cpplint
|