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

diff --git a/pygpgme/pygpgme.nm b/pygpgme/pygpgme.nm
deleted file mode 100644 (file)
index f3facd7..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = pygpgme
-version    = 0.3
-release    = 1
-
-groups     = Development/Languages
-url        = http://cheeseshop.python.org/pypi/pygpgme
-license    = LGPLv2+
-summary    = Python module for working with OpenPGP messages.
-
-description
-       PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt
-       files using the OpenPGP format.  It is built on top of GNU Privacy Guard and
-       the GPGME library.
-end
-
-source_dl  = http://cheeseshop.python.org/packages/source/p/%{name}/
-
-build
-       requires
-               gpgme-devel
-               python-devel
-       end
-
-       build
-               python setup.py build
-       end
-
-       install
-               python setup.py install --skip-build --root %{BUILDROOT}
-       end
-end
-
-packages
-       package %{name}
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end