public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xlrd/
Date: Tue, 28 Feb 2017 21:28:37 +0000 (UTC)	[thread overview]
Message-ID: <1488317306.16f389305f999456697aee776e455f65beebf52a.bicatali@gentoo> (raw)

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	other threads:[~2017-02-28 21:28 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-28 21:28 Sebastien Fabbro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-17 10:51 [gentoo-commits] repo/gentoo:master commit in: dev-python/xlrd/ Michał Górny
2024-01-04 11:29 WANG Xuerui
2023-11-20 15:35 Andrew Ammerlaan
2023-05-27 19:32 Arthur Zamarin
2022-05-19  7:23 Michał Górny
2022-03-31 14:08 Michał Górny
2022-03-31 14:02 Jakov Smolić
2022-02-26  8:34 Michał Górny
2022-02-14  8:35 Matt Turner
2021-11-14 23:51 Sam James
2021-10-24 21:14 Sam James
2021-09-06 23:42 Sam James
2021-09-06 23:37 Sam James
2021-09-06  0:13 Sam James
2021-08-16 11:46 Marek Szuba
2021-08-10  4:59 Sam James
2021-07-28 15:58 Sergei Trofimovich
2021-05-07 11:58 Michał Górny
2021-04-18  7:05 Michał Górny
2021-04-18  1:41 Sam James
2021-04-17  7:40 Michał Górny
2021-03-17 13:08 Michał Górny
2021-03-17 12:08 Michał Górny
2020-12-27 16:31 Fabian Groffen
2020-08-18  5:52 Sam James
2020-08-18  5:28 Sam James
2020-07-31 22:33 Aaron Bauman
2020-06-05 16:24 Michał Górny
2020-02-06  7:10 Michał Górny
2019-05-08 14:02 Virgil Dupras
2017-03-12 12:20 Zac Medico
2017-01-29 17:28 Fabian Groffen
2017-01-19 10:59 Agostino Sarubbo
2017-01-19 10:37 Agostino Sarubbo
2015-08-24 10:12 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1488317306.16f389305f999456697aee776e455f65beebf52a.bicatali@gentoo \
    --to=bicatali@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox