Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-gnupg: python-gnupg-0.3.7.ebuild ChangeLog python-gnupg-0.3.6.ebuild
Date: Thu, 05 Feb 2015 02:09:12
Message-Id: 20150205020908.AF50C1112D@oystercatcher.gentoo.org
1 idella4 15/02/05 02:09:08
2
3 Modified: ChangeLog
4 Added: python-gnupg-0.3.7.ebuild
5 Removed: python-gnupg-0.3.6.ebuild
6 Log:
7 bump; update HOMEPAGE & SRC_URI, rm disused patch and 0.3.6. required by bug #534534
8
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
10
11 Revision Changes Path
12 1.11 dev-python/python-gnupg/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gnupg/ChangeLog?rev=1.11&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gnupg/ChangeLog?rev=1.11&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gnupg/ChangeLog?r1=1.10&r2=1.11
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-gnupg/ChangeLog,v
21 retrieving revision 1.10
22 retrieving revision 1.11
23 diff -u -r1.10 -r1.11
24 --- ChangeLog 25 Jun 2014 07:30:40 -0000 1.10
25 +++ ChangeLog 5 Feb 2015 02:09:08 -0000 1.11
26 @@ -1,6 +1,14 @@
27 # ChangeLog for dev-python/python-gnupg
28 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnupg/ChangeLog,v 1.10 2014/06/25 07:30:40 idella4 Exp $
30 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnupg/ChangeLog,v 1.11 2015/02/05 02:09:08 idella4 Exp $
32 +
33 +*python-gnupg-0.3.7 (05 Feb 2015)
34 +
35 + 05 Feb 2015; Ian Delaney <idella4@g.o>
36 + +files/python-gnupg-0.3.7-msg-handle.patch, +python-gnupg-0.3.7.ebuild,
37 + -files/python-gnupg-0.3.2-fast-random.patch, -python-gnupg-0.3.6.ebuild:
38 + bump; update HOMEPAGE & SRC_URI, rm disused patch and 0.3.6. required by bug
39 + #534534
40
41 25 Jun 2014; Ian Delaney <idella4@g.o> python-gnupg-0.3.6.ebuild:
42 drop py2.6 pypy2_0 add py3.4 supp.
43
44
45
46 1.1 dev-python/python-gnupg/python-gnupg-0.3.7.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gnupg/python-gnupg-0.3.7.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gnupg/python-gnupg-0.3.7.ebuild?rev=1.1&content-type=text/plain
50
51 Index: python-gnupg-0.3.7.ebuild
52 ===================================================================
53 # Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnupg/python-gnupg-0.3.7.ebuild,v 1.1 2015/02/05 02:09:08 idella4 Exp $
56
57 EAPI=5
58 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
59
60 inherit distutils-r1
61
62 DESCRIPTION="Python wrapper for GNU Privacy Guard"
63 HOMEPAGE="http://pythonhosted.org/python-gnupg/ https://github.com/vsajip/python-gnupg/"
64 SRC_URI="https://github.com/vsajip/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
65
66 LICENSE="BSD"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69
70 RDEPEND="app-crypt/gnupg"
71
72 PATCHES=( "${FILESDIR}"/${PN}-0.3.6-skip-search-keys-tests.patch
73 "${FILESDIR}"/${P}-msg-handle.patch )
74
75 python_test() {
76 # cd "${BUILD_DIR}" || die
77 "${PYTHON}" test_gnupg.py || die "Tests fail with ${EPYTHON}"
78 }