From: Michael Tremer Date: Mon, 19 Dec 2022 15:13:50 +0000 (+0000) Subject: python-progressbar: Drop package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d2acda85fa70650d2fbbdd6a308835cf1b3bd85;p=ipfire-3.x.git python-progressbar: Drop package Signed-off-by: Michael Tremer --- diff --git a/python-progressbar/patches/progressbar-interrupt.patch b/python-progressbar/patches/progressbar-interrupt.patch deleted file mode 100644 index d2727221a..000000000 --- a/python-progressbar/patches/progressbar-interrupt.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: progressbar-2.3/progressbar/__init__.py -=================================================================== ---- progressbar-2.3.orig/progressbar/__init__.py -+++ progressbar-2.3/progressbar/__init__.py -@@ -141,6 +141,7 @@ class ProgressBar(object): - try: - self._handle_resize() - signal.signal(signal.SIGWINCH, self._handle_resize) -+ signal.siginterrupt(signal.SIGWINCH, False) - self.signal_set = True - except (SystemExit, KeyboardInterrupt): raise - except: diff --git a/python-progressbar/python-progressbar.nm b/python-progressbar/python-progressbar.nm deleted file mode 100644 index 52871c0e4..000000000 --- a/python-progressbar/python-progressbar.nm +++ /dev/null @@ -1,42 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = python-progressbar -version = 2.3 -release = 1 -arch = noarch -thisapp = progressbar-%{version} - -groups = System/Libraries -url = http://code.google.com/p/python-progressbar/ -license = LGPLv2+ -summary = Text progressbar library for python. - -description - This library provides a text mode progress bar. This is typically used to - display the progress of a long running operation, providing a visual clue that - processing is under way. -end - -source_dl = https://%{name}.googlecode.com/files/ - -build - requires - python-setuptools - python-devel - end - - build - python setup.py build - end - - install - python setup.py install --root=%{BUILDROOT} - end -end - -packages - package %{name} -end