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/rarfile/
Date: Sat, 02 Jul 2022 19:26:07
Message-Id: 1656789953.a0324d81dea25a881f8f817bfa8c0e65eb2f588d.mgorny@gentoo
1 commit: a0324d81dea25a881f8f817bfa8c0e65eb2f588d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 19:22:09 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 19:25:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0324d81
7
8 dev-python/rarfile: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/rarfile/rarfile-4.0.ebuild | 23 -----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/dev-python/rarfile/rarfile-4.0.ebuild b/dev-python/rarfile/rarfile-4.0.ebuild
16 deleted file mode 100644
17 index 6a1cf57a5e3b..000000000000
18 --- a/dev-python/rarfile/rarfile-4.0.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2021 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} pypy3 )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Module for RAR archive reading"
30 -HOMEPAGE="https://github.com/markokr/rarfile"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="ISC"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~arm ~arm64 x86"
36 -IUSE="+compressed test"
37 -REQUIRED_USE="test? ( compressed )"
38 -
39 -RDEPEND="compressed? ( app-arch/unrar )"
40 -
41 -PATCHES=( "${FILESDIR}"/${P}.patch )
42 -
43 -distutils_enable_tests pytest