]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
python-progressbar: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 15:13:50 +0000 (15:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 15:13:50 +0000 (15:13 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
python-progressbar/patches/progressbar-interrupt.patch [deleted file]
python-progressbar/python-progressbar.nm [deleted file]

diff --git a/python-progressbar/patches/progressbar-interrupt.patch b/python-progressbar/patches/progressbar-interrupt.patch
deleted file mode 100644 (file)
index d272722..0000000
+++ /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 (file)
index 52871c0..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-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