]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - python-rrdtool/python-rrdtool.nm
python-rrdtool: Update to version 0.1.5
[people/amarx/ipfire-3.x.git] / python-rrdtool / python-rrdtool.nm
CommitLineData
4001fdd0
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = python-rrdtool
9f4e560d 7version = 0.1.5
65c47a01 8release = 1
4001fdd0
MT
9
10groups = System/Libraries
11url = https://github.com/commx/python-rrdtool
12license = LGPLv3+
13summary = Python bindings for rrdtool
14
15description
16 Python bindings for RRDtool with a native C extension and an
17 object-oriented way to work with Round Robin Databases.
18end
19
9f4e560d 20source_dl = https://github.com/commx/python-rrdtool/archive/v%{version}.tar.gz#/
4001fdd0
MT
21
22build
23 requires
f0389604 24 python3-devel >= 3.4
4001fdd0
MT
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
35end
36
37packages
38 package python3-rrdtool
39
40 package python3-rrdtool-debuginfo
41 template DEBUGINFO
42 end
43end