summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2014-12-22 23:34:50 +0000
committerBrian Dolbec <dolsen@gentoo.org>2014-12-22 23:34:50 +0000
commit38f124eee1e1dfb318f87925bce06d314b9eccf7 (patch)
treeb31e9d8bd19921296c2537d006c1429d5cb521e5 /dev-python/pyGPG
parentVersion bump for Gnome 3.14. Clean up old revision. (diff)
downloadgentoo-2-38f124eee1e1dfb318f87925bce06d314b9eccf7.tar.gz
gentoo-2-38f124eee1e1dfb318f87925bce06d314b9eccf7.tar.bz2
gentoo-2-38f124eee1e1dfb318f87925bce06d314b9eccf7.zip
Uppdate python compatibility
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x65E309F2189DB0B8)
Diffstat (limited to 'dev-python/pyGPG')
-rw-r--r--dev-python/pyGPG/ChangeLog7
-rw-r--r--dev-python/pyGPG/pyGPG-9999.ebuild11
2 files changed, 11 insertions, 7 deletions
diff --git a/dev-python/pyGPG/ChangeLog b/dev-python/pyGPG/ChangeLog
index 06f1b06aabfa..d5d22c856192 100644
--- a/dev-python/pyGPG/ChangeLog
+++ b/dev-python/pyGPG/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyGPG
-# Copyright 2012-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyGPG/ChangeLog,v 1.4 2013/09/05 18:45:58 mgorny Exp $
+# Copyright 2012-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyGPG/ChangeLog,v 1.5 2014/12/22 23:34:50 dolsen Exp $
+
+ 22 Dec 2014; Brian Dolbec <dolsen@gentoo.org> pyGPG-9999.ebuild:
+ Update python comatibilty, added 3.3, 3.4
05 Sep 2013; Michał Górny <mgorny@gentoo.org> pyGPG-9999.ebuild:
Clean up PYTHON_COMPAT from old implementations.
diff --git a/dev-python/pyGPG/pyGPG-9999.ebuild b/dev-python/pyGPG/pyGPG-9999.ebuild
index 51c76d4fc13d..c770e5a56cd3 100644
--- a/dev-python/pyGPG/pyGPG-9999.ebuild
+++ b/dev-python/pyGPG/pyGPG-9999.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyGPG/pyGPG-9999.ebuild,v 1.4 2013/09/05 18:45:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyGPG/pyGPG-9999.ebuild,v 1.5 2014/12/22 23:34:50 dolsen Exp $
EAPI="5"
-PYTHON_COMPAT=(python{2_6,2_7})
+PYTHON_COMPAT=(python{2_7,3_3,3_4})
-EGIT_MASTER="pyGPG"
EGIT_BRANCH="master"
inherit distutils-r1 python-r1 git-2
@@ -40,6 +39,8 @@ pkg_postinst() {
einfo
einfo "Please file any enhancement requests, or bugs"
einfo "at https://github.com/dol-sen/pyGPG/issues"
- einfo "I am also on IRC @ #porthole of the freenode network"
+ einfo "I am also on IRC @ #gentoo-keys of the freenode network"
einfo
+ ewarn "There may be some python 3 compatibility issues still."
+ ewarn "Please help debug/fix/report them in github or bugzilla."
}