]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
python-rrdtool: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 17:45:10 +0000 (17:45 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 17:45:10 +0000 (17:45 +0000)
This is now bundled with rrdtool.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
python-rrdtool/python-rrdtool.nm [deleted file]

diff --git a/python-rrdtool/python-rrdtool.nm b/python-rrdtool/python-rrdtool.nm
deleted file mode 100644 (file)
index 68045f0..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = python-rrdtool
-version    = 0.1.5
-release    = 1
-
-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://github.com/commx/python-rrdtool/archive/v%{version}.tar.gz#/
-
-build
-       requires
-               python3-devel >= 3.4
-               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