summaryrefslogtreecommitdiff
blob: 8743a7590da41c93c68f94cb24aedeaaf9551969 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnupg/python-gnupg-0.3.1.ebuild,v 1.1 2012/09/29 22:47:04 radhermit Exp $

EAPI=4

inherit python-distutils-ng

DESCRIPTION="Python wrapper for GNU Privacy Guard"
HOMEPAGE="http://code.google.com/p/python-gnupg/"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="app-crypt/gnupg"

python_test() {
	"${PYTHON}" test_gnupg.py || die "Testing failed with ${PYTHON}"
}