summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-31 20:55:49 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-31 20:55:49 +0000
commit50cf16b773b8130d2e9681fcd784e32952ad4709 (patch)
tree6e29ff48dc16a5446a7fa18d7d65412e6695ec04 /dev-python/xlrd
parentAdd support for the new PyPy slotting. (diff)
downloadgentoo-2-50cf16b773b8130d2e9681fcd784e32952ad4709.tar.gz
gentoo-2-50cf16b773b8130d2e9681fcd784e32952ad4709.tar.bz2
gentoo-2-50cf16b773b8130d2e9681fcd784e32952ad4709.zip
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/xlrd')
-rw-r--r--dev-python/xlrd/ChangeLog6
-rw-r--r--dev-python/xlrd/xlrd-0.9.0.ebuild6
-rw-r--r--dev-python/xlrd/xlrd-0.9.2.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/xlrd/ChangeLog b/dev-python/xlrd/ChangeLog
index 71bd8fe89993..f0e772743808 100644
--- a/dev-python/xlrd/ChangeLog
+++ b/dev-python/xlrd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/xlrd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.22 2014/03/03 23:48:29 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.23 2014/03/31 20:55:49 mgorny Exp $
+
+ 31 Mar 2014; Michał Górny <mgorny@gentoo.org> xlrd-0.9.0.ebuild,
+ xlrd-0.9.2.ebuild:
+ Add support for the new PyPy slotting.
03 Mar 2014; Pacho Ramos <pacho@gentoo.org> xlrd-0.9.2.ebuild:
amd64 stable, bug #495644
diff --git a/dev-python/xlrd/xlrd-0.9.0.ebuild b/dev-python/xlrd/xlrd-0.9.0.ebuild
index 929ec640bdd9..b03f7afb8909 100644
--- a/dev-python/xlrd/xlrd-0.9.0.ebuild
+++ b/dev-python/xlrd/xlrd-0.9.0.ebuild
@@ -1,10 +1,10 @@
-# 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/xlrd/xlrd-0.9.0.ebuild,v 1.7 2013/10/13 09:15:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild,v 1.8 2014/03/31 20:55:49 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy 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 18b0a6491571..bb0ece6e1178 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-2014 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.6 2014/03/03 23:48:29 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.2.ebuild,v 1.7 2014/03/31 20:55:49 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1