]> git.ipfire.org Git - ipfire-3.x.git/blame - pygpgme/pygpgme.nm
git: Update to 2.23.0
[ipfire-3.x.git] / pygpgme / pygpgme.nm
CommitLineData
7fbbee2a
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = pygpgme
7version = 0.3
8release = 1
9
10groups = Development/Languages
11url = http://cheeseshop.python.org/pypi/pygpgme
12license = LGPLv2+
13summary = Python module for working with OpenPGP messages.
14
15description
16 PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt
17 files using the OpenPGP format. It is built on top of GNU Privacy Guard and
18 the GPGME library.
19end
20
21source_dl = http://cheeseshop.python.org/packages/source/p/%{name}/
22
23build
24 requires
25 gpgme-devel
26 python-devel
27 end
28
29 build
30 python setup.py build
31 end
32
33 install
34 python setup.py install --skip-build --root %{BUILDROOT}
35 end
36end
37
38packages
39 package %{name}
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44end