summaryrefslogtreecommitdiff
blob: a67dced31e6de64f9aa2be825f19dc46d76cdeca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit eutils distutils python

DESCRIPTION="A Python module for working with OpenPGP messages"
HOMEPAGE="https://launchpad.net/pygpgme"
SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="app-crypt/gpgme"
RDEPEND="${DEPEND}"

PYTHON_MODNAME="gpgme"

src_prepare() {
	epatch "${FILESDIR}/${P}-include-dir.patch"
	distutils_src_prepare
}