]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
python-cryptsetup: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 14 Oct 2016 18:51:12 +0000 (14:51 -0400)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 14 Oct 2016 18:51:12 +0000 (14:51 -0400)
Not maintained upstream any more

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
python-cryptsetup/python-cryptsetup.nm [deleted file]

diff --git a/python-cryptsetup/python-cryptsetup.nm b/python-cryptsetup/python-cryptsetup.nm
deleted file mode 100644 (file)
index e333fe7..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = python-cryptsetup
-version    = 0.0.9
-release    = 1
-
-groups     = System/Filesystems
-url        = http://msivak.fedorapeople.org/pycryptsetup
-license    = GPLv2+
-summary    = Python bindings for cryptsetup.
-
-description
-       A python module to ease the manipulation with LUKS devices.
-end
-
-source_dl  =
-sources    = %{thisapp}.tar.bz2
-
-build
-       requires
-               cryptsetup-luks-devel
-               python-devel
-       end
-
-       build
-               python setup.py build
-       end
-
-       install
-               python setup.py install -O1 --skip-build --root=%{BUILDROOT}
-       end
-end
-
-packages
-       package %{name}
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end