]> git.ipfire.org Git - ipfire-3.x.git/blob - pyserial/pyserial.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / pyserial / pyserial.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = pyserial
7 version = 2.5
8 release = 1
9 arch = noarch
10
11 groups = System/Libraries
12 url = http://pyserial.sourceforge.net/
13 license = Python
14 summary = Python Serial Port Extension.
15
16 description
17 Python Serial Port Extension for Win32, Linux, BSD, Jython, IronPython.
18 end
19
20 source_dl =
21
22 build
23 requires
24 python-devel
25 end
26
27 build = # Nothing to do
28
29 install
30 python setup.py install --root=%{BUILDROOT}
31 end
32 end
33
34 packages
35 package %{name}
36 end