From: Michael Tremer Date: Mon, 19 Dec 2022 17:45:10 +0000 (+0000) Subject: python-rrdtool: Drop package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b566b059491130ead1219e607dfd9c67df1ecf0;p=ipfire-3.x.git python-rrdtool: Drop package This is now bundled with rrdtool. Signed-off-by: Michael Tremer --- diff --git a/python-rrdtool/python-rrdtool.nm b/python-rrdtool/python-rrdtool.nm deleted file mode 100644 index 68045f077..000000000 --- a/python-rrdtool/python-rrdtool.nm +++ /dev/null @@ -1,43 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -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