]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - python-rrdtool/python-rrdtool.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[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
7version = 0.1.1
f0389604 8release = 2
4001fdd0
MT
9thisapp = rrdtool-%{version}
10
11groups = System/Libraries
12url = https://github.com/commx/python-rrdtool
13license = LGPLv3+
14summary = Python bindings for rrdtool
15
16description
17 Python bindings for RRDtool with a native C extension and an
18 object-oriented way to work with Round Robin Databases.
19end
20
21source_dl = https://pypi.python.org/packages/source/r/rrdtool/
22
23build
24 requires
f0389604 25 python3-devel >= 3.4
4001fdd0
MT
26 rrdtool-devel
27 end
28
29 build
30 python3 setup.py build
31 end
32
33 install
34 python3 setup.py install --root=%{BUILDROOT}
35 end
36end
37
38packages
39 package python3-rrdtool
40
41 package python3-rrdtool-debuginfo
42 template DEBUGINFO
43 end
44end