summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/xlrd')
-rw-r--r--dev-python/xlrd/ChangeLog6
-rw-r--r--dev-python/xlrd/xlrd-0.9.0.ebuild4
-rw-r--r--dev-python/xlrd/xlrd-0.9.2.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/xlrd/ChangeLog b/dev-python/xlrd/ChangeLog
index 4b66ac30b086..3e26bd8e9793 100644
--- a/dev-python/xlrd/ChangeLog
+++ b/dev-python/xlrd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/xlrd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.16 2013/05/23 04:12:29 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.17 2013/09/05 18:46:18 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> xlrd-0.9.0.ebuild,
+ xlrd-0.9.2.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
*xlrd-0.9.2 (23 May 2013)
diff --git a/dev-python/xlrd/xlrd-0.9.0.ebuild b/dev-python/xlrd/xlrd-0.9.0.ebuild
index f4ec293e7373..51624826c98a 100644
--- a/dev-python/xlrd/xlrd-0.9.0.ebuild
+++ b/dev-python/xlrd/xlrd-0.9.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild,v 1.4 2013/05/20 08:24:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild,v 1.5 2013/09/05 18:46:18 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy2_0 )
inherit distutils-r1
diff --git a/dev-python/xlrd/xlrd-0.9.2.ebuild b/dev-python/xlrd/xlrd-0.9.2.ebuild
index 070be012ff27..cc7047abb84f 100644
--- a/dev-python/xlrd/xlrd-0.9.2.ebuild
+++ b/dev-python/xlrd/xlrd-0.9.2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.2.ebuild,v 1.1 2013/05/23 04:12:29 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.2.ebuild,v 1.2 2013/09/05 18:46:18 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy2_0 )
inherit distutils-r1