From: Michael Tremer Date: Mon, 3 Aug 2015 15:03:19 +0000 (+0100) Subject: pyliblzma: Drop package X-Git-Url: http://git.ipfire.org/?p=people%2Famarx%2Fipfire-3.x.git;a=commitdiff_plain;h=5542835e7cb8b4cd0e14aea98a20a0ede5e53107 pyliblzma: Drop package This not used by anything any more. Signed-off-by: Michael Tremer --- diff --git a/pyliblzma/patches/no-script-liblzma.patch b/pyliblzma/patches/no-script-liblzma.patch deleted file mode 100644 index 611f40de9..000000000 --- a/pyliblzma/patches/no-script-liblzma.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff --git a/liblzma.py~ b/liblzma.py -index 36d8047..293193d 100644 ---- a/liblzma.py~ -+++ b/liblzma.py -@@ -1,4 +1,3 @@ --#!/usr/bin/env python - from lzma import * - from warnings import warn - warn("'liblzma' has been renamed to 'lzma'!\n Please update code to import 'lzma'!", DeprecationWarning, stacklevel=1) diff --git a/pyliblzma/pyliblzma.nm b/pyliblzma/pyliblzma.nm deleted file mode 100644 index a9035a506..000000000 --- a/pyliblzma/pyliblzma.nm +++ /dev/null @@ -1,52 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = pyliblzma -version = 0.5.3 -release = 1 - -groups = Development/Debuggers -url = https://launchpad.net/pyliblzma -license = LGPLv3+ -summary = Python bindings for lzma - -description - PylibLZMA provides a python interface for the liblzma library - to read and write data that has been compressed or can be decompressed - by Lasse Collin's lzma utils. -end - -source_dl = -sources = %{thisapp}.tar.bz2 - -build - requires - pkg-config - python-devel - python-setuptools - xz - xz-devel - end - - build - python setup.py build - end - - test - python setup.py test - end - - install - python setup.py install --root=%{BUILDROOT} - end -end - -packages - package %{name} - - package %{name}-debuginfo - template DEBUGINFO - end -end