Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xlrd/
Date: Sun, 18 Apr 2021 07:06:04
Message-Id: 1618729545.da39032c760e8671b60a4a1486ad084949cb3c45.mgorny@gentoo
1 commit: da39032c760e8671b60a4a1486ad084949cb3c45
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 06:52:05 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 07:05:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da39032c
7
8 dev-python/xlrd: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/xlrd/Manifest | 1 -
13 dev-python/xlrd/xlrd-1.2.0.ebuild | 24 ------------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/dev-python/xlrd/Manifest b/dev-python/xlrd/Manifest
17 index 8ab51716c96..c20c2f0cd16 100644
18 --- a/dev-python/xlrd/Manifest
19 +++ b/dev-python/xlrd/Manifest
20 @@ -1,2 +1 @@
21 -DIST xlrd-1.2.0.tar.gz 554079 BLAKE2B 57c956139a3e2239c9caeae66b36e384458f1f2060422575dcb63fb09b7f9050f669154d1479303640cc45fb5716e027d3b5d07282b08bd866c4e5366861ecef SHA512 eea14845701b86a2679f140c9730e8ee2722b4f859cdd870f86bf54df522d54fc3c78dc4354aeb958c72596a6349995e9d79935efc734de096f6e007945fc1b3
22 DIST xlrd-2.0.1.gh.tar.gz 368304 BLAKE2B eaf6dbefde00954452a96214c6a48e5d35526168445d15d721851da690bd99e53bd765a73495b00c8ee7ce243c487da0afbc6d6217abd7a5956820357dc97104 SHA512 b3e2efa216fc73bf55bb0b165ef63e797d16a00c62f0f2f2a2114d2db7204208f2623835697a045abe185f52c426ed5e9ef38a4f5f8e1880f0cfdf642af3c57e
23
24 diff --git a/dev-python/xlrd/xlrd-1.2.0.ebuild b/dev-python/xlrd/xlrd-1.2.0.ebuild
25 deleted file mode 100644
26 index 263b4672659..00000000000
27 --- a/dev-python/xlrd/xlrd-1.2.0.ebuild
28 +++ /dev/null
29 @@ -1,24 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7..9} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Library to extract data from Microsoft Excel spreadsheets"
40 -HOMEPAGE="https://www.python-excel.org/"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
46 -
47 -distutils_enable_tests unittest
48 -
49 -python_prepare_all() {
50 - # Remove this if examples get reintroduced
51 - sed -i -e "s/test_names_demo/_&/" tests/test_open_workbook.py || die
52 - distutils-r1_python_prepare_all
53 -}