]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
pyliblzma: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Aug 2015 15:03:19 +0000 (16:03 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Aug 2015 15:03:19 +0000 (16:03 +0100)
This not used by anything any more.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
pyliblzma/patches/no-script-liblzma.patch [deleted file]
pyliblzma/pyliblzma.nm [deleted file]

diff --git a/pyliblzma/patches/no-script-liblzma.patch b/pyliblzma/patches/no-script-liblzma.patch
deleted file mode 100644 (file)
index 611f40d..0000000
+++ /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 (file)
index a9035a5..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-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