]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pygpgme/pygpgme.nm
paxctl: Update to 0.8.
[people/ms/ipfire-3.x.git] / pygpgme / pygpgme.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = pygpgme
7 version = 0.3
8 release = 1
9
10 groups = Development/Languages
11 url = http://cheeseshop.python.org/pypi/pygpgme
12 license = LGPLv2+
13 summary = Python module for working with OpenPGP messages.
14
15 description
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.
19 end
20
21 source_dl = http://cheeseshop.python.org/packages/source/p/%{name}/
22
23 build
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
36 end
37
38 packages
39 package %{name}
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end