commit:     16f389305f999456697aee776e455f65beebf52a
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 21:22:35 2017 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 21:28:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f38930

dev-python/xlrd: version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/xlrd/Manifest                           |  2 +-
 dev-python/xlrd/xlrd-0.9.3.ebuild                  | 27 ----------------------
 .../{xlrd-0.9.3-r1.ebuild => xlrd-1.0.0.ebuild}    | 14 +++++------
 3 files changed, 7 insertions(+), 36 deletions(-)

diff --git a/dev-python/xlrd/Manifest b/dev-python/xlrd/Manifest
index 354c6bc9946..b537e1c61bf 100644
--- a/dev-python/xlrd/Manifest
+++ b/dev-python/xlrd/Manifest
@@ -1,2 +1,2 @@
-DIST xlrd-0.9.3.tar.gz 178490 SHA256 
933a35e27da7ed7712985486b53b5cfb8dd88e076e2a0bd531373d0001d2939c SHA512 
8b1480b1b0eb40435c33e6494e3f1c960d97a4e5a7f5a30d1b418485a88e4c6d2721501646eb129d9fce0bcd775aee50b866807b26da77b5c2d35d977bb247d0
 WHIRLPOOL 
fcfb06859d79e8695d04504cf7e0a7e1eefaca856605f5ca5ae4d36073bdb67759e1edf6c0208ce726090ff63c6ad47f3daa7b783c38397be39ed5400c20c7ab
 DIST xlrd-0.9.4.tar.gz 322945 SHA256 
8e8d3359f39541a6ff937f4030db54864836a06e42988c452db5b6b86d29ea72 SHA512 
61d21a6b0bf5a72f75b98f6a62245fd2d0d8b091b56f31cd39e83ff0d68edba5370f81b50020f6ac52d08b0b49c0920bf44661d8501ecbde5baee7d991037a6d
 WHIRLPOOL 
ffc39dcc31223d1d011a067ad309f56866bef278e7e0fba6c9b626b33d437e70316a1492af3cc161619967094f08db39cb312d3a99083d7283162abfad5da611
+DIST xlrd-1.0.0.tar.gz 2563654 SHA256 
0ff87dd5d50425084f7219cb6f86bb3eb5aa29063f53d50bf270ed007e941069 SHA512 
a9ab8f18d09827f68584bdaa3cc6651302c6d420afb3cd588d21d5f3e7fa1b4c9e5bb31661111b3bd14ed17d69f563dc515859e2aacef63aefdca3b6d98d274e
 WHIRLPOOL 
47130e4fd686199ec6d65256588b6abed580e63b9fb1dac309e06f4ac917bdf35ccf1e0fc40e005a1491816fdd686a8382f995a58bce5f0a1716622795053ac7

diff --git a/dev-python/xlrd/xlrd-0.9.3.ebuild 
b/dev-python/xlrd/xlrd-0.9.3.ebuild
deleted file mode 100644
index 21761fb2e11..00000000000
--- a/dev-python/xlrd/xlrd-0.9.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for developers to extract data from Microsoft Excel (tm) 
spreadsheet files"
-HOMEPAGE="http://www.python-excel.org/
-       https://github.com/python-excel/xlrd/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~sparc-solaris 
~x86-solaris"
-
-python_prepare_all() {
-       # Remove this if examples get reintroduced
-       sed -i -e "s/test_names_demo/_&/" tests/test_open_workbook.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       "${PYTHON}" -m unittest discover || die "Test failed with ${EPYTHON}"
-}

diff --git a/dev-python/xlrd/xlrd-0.9.3-r1.ebuild 
b/dev-python/xlrd/xlrd-1.0.0.ebuild
similarity index 67%
rename from dev-python/xlrd/xlrd-0.9.3-r1.ebuild
rename to dev-python/xlrd/xlrd-1.0.0.ebuild
index 3f316667052..c6449ad6314 100644
--- a/dev-python/xlrd/xlrd-0.9.3-r1.ebuild
+++ b/dev-python/xlrd/xlrd-1.0.0.ebuild
@@ -1,26 +1,24 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
 
 inherit distutils-r1
 
-DESCRIPTION="Library for developers to extract data from Microsoft Excel (tm) 
spreadsheet files"
-HOMEPAGE="http://www.python-excel.org/
-       https://github.com/python-excel/xlrd/";
+DESCRIPTION="Library to extract data from Microsoft Excel spreadsheets"
+HOMEPAGE="http://www.python-excel.org/";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~sparc-solaris 
~x86-solaris"
-
-PATCHES=( "${FILESDIR}"/${P}-column.patch )
+IUSE=""
 
 python_prepare_all() {
        # Remove this if examples get reintroduced
        sed -i -e "s/test_names_demo/_&/" tests/test_open_workbook.py || die
-
        distutils-r1_python_prepare_all
 }
 

Reply via email to