commit:     da39032c760e8671b60a4a1486ad084949cb3c45
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 06:52:05 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 07:05:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da39032c

dev-python/xlrd: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/xlrd/Manifest          |  1 -
 dev-python/xlrd/xlrd-1.2.0.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/dev-python/xlrd/Manifest b/dev-python/xlrd/Manifest
index 8ab51716c96..c20c2f0cd16 100644
--- a/dev-python/xlrd/Manifest
+++ b/dev-python/xlrd/Manifest
@@ -1,2 +1 @@
-DIST xlrd-1.2.0.tar.gz 554079 BLAKE2B 
57c956139a3e2239c9caeae66b36e384458f1f2060422575dcb63fb09b7f9050f669154d1479303640cc45fb5716e027d3b5d07282b08bd866c4e5366861ecef
 SHA512 
eea14845701b86a2679f140c9730e8ee2722b4f859cdd870f86bf54df522d54fc3c78dc4354aeb958c72596a6349995e9d79935efc734de096f6e007945fc1b3
 DIST xlrd-2.0.1.gh.tar.gz 368304 BLAKE2B 
eaf6dbefde00954452a96214c6a48e5d35526168445d15d721851da690bd99e53bd765a73495b00c8ee7ce243c487da0afbc6d6217abd7a5956820357dc97104
 SHA512 
b3e2efa216fc73bf55bb0b165ef63e797d16a00c62f0f2f2a2114d2db7204208f2623835697a045abe185f52c426ed5e9ef38a4f5f8e1880f0cfdf642af3c57e

diff --git a/dev-python/xlrd/xlrd-1.2.0.ebuild 
b/dev-python/xlrd/xlrd-1.2.0.ebuild
deleted file mode 100644
index 263b4672659..00000000000
--- a/dev-python/xlrd/xlrd-1.2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library to extract data from Microsoft Excel spreadsheets"
-HOMEPAGE="https://www.python-excel.org/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux ~sparc-solaris 
~x86-solaris"
-
-distutils_enable_tests unittest
-
-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