summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/PyGithub')
-rw-r--r--dev-python/PyGithub/ChangeLog5
-rw-r--r--dev-python/PyGithub/PyGithub-1.25.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/PyGithub/ChangeLog b/dev-python/PyGithub/ChangeLog
index f509967bb682..2b86083d44e1 100644
--- a/dev-python/PyGithub/ChangeLog
+++ b/dev-python/PyGithub/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/PyGithub
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/ChangeLog,v 1.28 2015/03/08 23:38:11 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/ChangeLog,v 1.29 2015/04/08 08:05:27 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> PyGithub-1.25.0.ebuild:
+ Drop old Python implementations
08 Mar 2015; Pacho Ramos <pacho@gentoo.org> PyGithub-1.25.2.ebuild:
x86 stable, bug 540290
diff --git a/dev-python/PyGithub/PyGithub-1.25.0.ebuild b/dev-python/PyGithub/PyGithub-1.25.0.ebuild
index 53d105e98d9d..9c8125edbae2 100644
--- a/dev-python/PyGithub/PyGithub-1.25.0.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.25.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/PyGithub-1.25.0.ebuild,v 1.1 2014/05/04 23:52:02 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/PyGithub-1.25.0.ebuild,v 1.2 2015/04/08 08:05:27 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1