This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 4001fdd069f7082fe7087172933e572b14f0dfa4 (commit) from 59ee75fd70f786e472b059db96d6c4d988940af1 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 4001fdd069f7082fe7087172933e572b14f0dfa4 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu May 28 12:08:41 2015 +0000
python-rrdtool: Add rrdtool python module for Python 3
-----------------------------------------------------------------------
Summary of changes: python-rrdtool/python-rrdtool.nm | 44 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 python-rrdtool/python-rrdtool.nm
Difference in files: diff --git a/python-rrdtool/python-rrdtool.nm b/python-rrdtool/python-rrdtool.nm new file mode 100644 index 0000000..9b43172 --- /dev/null +++ b/python-rrdtool/python-rrdtool.nm @@ -0,0 +1,44 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = python-rrdtool +version = 0.1.1 +release = 1 +thisapp = rrdtool-%{version} + +groups = System/Libraries +url = https://github.com/commx/python-rrdtool +license = LGPLv3+ +summary = Python bindings for rrdtool + +description + Python bindings for RRDtool with a native C extension and an + object-oriented way to work with Round Robin Databases. +end + +source_dl = https://pypi.python.org/packages/source/r/rrdtool/ + +build + requires + python3-devel + rrdtool-devel + end + + build + python3 setup.py build + end + + install + python3 setup.py install --root=%{BUILDROOT} + end +end + +packages + package python3-rrdtool + + package python3-rrdtool-debuginfo + template DEBUGINFO + end +end
hooks/post-receive -- IPFire 3.x development tree