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/xlwt/
Date: Thu, 31 Mar 2022 16:03:20
Message-Id: 1648740423.21bda85fa941272f9f952b4cc42b1e0e36862b5e.mgorny@gentoo
1 commit: 21bda85fa941272f9f952b4cc42b1e0e36862b5e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 15:27:03 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 15:27:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21bda85f
7
8 dev-python/xlwt: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/xlwt/xlwt-1.3.0-r1.ebuild | 28 ----------------------------
13 1 file changed, 28 deletions(-)
14
15 diff --git a/dev-python/xlwt/xlwt-1.3.0-r1.ebuild b/dev-python/xlwt/xlwt-1.3.0-r1.ebuild
16 deleted file mode 100644
17 index f10929904606..000000000000
18 --- a/dev-python/xlwt/xlwt-1.3.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,28 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Python library to create spreadsheet files compatible with Excel"
30 -HOMEPAGE="https://pypi.org/project/xlwt/"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
36 -IUSE="examples"
37 -
38 -distutils_enable_sphinx docs \
39 - dev-python/pkginfo
40 -distutils_enable_tests nose
41 -
42 -python_install_all() {
43 - if use examples; then
44 - dodoc -r examples
45 - docompress -x /usr/share/doc/${PF}
46 - fi
47 - distutils-r1_python_install_all
48 -}