]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pychecker/pychecker.nm
systemd: Remove udev rules for "predictable" network device names
[people/ms/ipfire-3.x.git] / pychecker / pychecker.nm
CommitLineData
748010da 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
748010da
SS
4###############################################################################
5
802ea3af
MT
6name = pychecker
7version = 0.8.19
8release = 2
9arch = noarch
748010da 10
802ea3af
MT
11groups = Development/Debuggers
12url = http://pychecker.sourceforge.net
13license = BSD
14summary = A python source code checking tool.
748010da 15
802ea3af
MT
16description
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.
20end
748010da 21
802ea3af 22source_dl =
748010da 23
802ea3af
MT
24build
25 requires
26 python-devel
27 end
748010da 28
802ea3af
MT
29 build
30 python setup.py build
31 end
748010da 32
802ea3af
MT
33 install
34 python setup.py install --root=%{BUILDROOT}
35 end
36end
748010da 37
802ea3af
MT
38packages
39 package %{name}
40end