]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pychecker/pychecker.nm
systemd: Remove udev rules for "predictable" network device names
[people/ms/ipfire-3.x.git] / pychecker / pychecker.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = pychecker
7 version = 0.8.19
8 release = 2
9 arch = noarch
10
11 groups = Development/Debuggers
12 url = http://pychecker.sourceforge.net
13 license = BSD
14 summary = A python source code checking tool.
15
16 description
17 PyChecker is a python source code checking tool to help you find
18 common bugs. It is meant to find problems that are typically caught by
19 a compiler.
20 end
21
22 source_dl =
23
24 build
25 requires
26 python-devel
27 end
28
29 build
30 python setup.py build
31 end
32
33 install
34 python setup.py install --root=%{BUILDROOT}
35 end
36 end
37
38 packages
39 package %{name}
40 end