]> git.ipfire.org Git - ipfire-3.x.git/blob - python-rrdtool/python-rrdtool.nm
qemu: Update to 3.1.0
[ipfire-3.x.git] / python-rrdtool / python-rrdtool.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = python-rrdtool
7 version = 0.1.5
8 release = 1
9
10 groups = System/Libraries
11 url = https://github.com/commx/python-rrdtool
12 license = LGPLv3+
13 summary = Python bindings for rrdtool
14
15 description
16 Python bindings for RRDtool with a native C extension and an
17 object-oriented way to work with Round Robin Databases.
18 end
19
20 source_dl = https://github.com/commx/python-rrdtool/archive/v%{version}.tar.gz#/
21
22 build
23 requires
24 python3-devel >= 3.4
25 rrdtool-devel
26 end
27
28 build
29 python3 setup.py build
30 end
31
32 install
33 python3 setup.py install --root=%{BUILDROOT}
34 end
35 end
36
37 packages
38 package python3-rrdtool
39
40 package python3-rrdtool-debuginfo
41 template DEBUGINFO
42 end
43 end