Gentoo Archives: gentoo-commits

From: Ian Whyman <thev00d00@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rarfile/
Date: Sun, 29 Jul 2018 08:31:01
Message-Id: 1532853033.c78c763e6afa891625a1b8083a97dbfdefba5bc1.thev00d00@gentoo
1 commit: c78c763e6afa891625a1b8083a97dbfdefba5bc1
2 Author: Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 29 08:30:00 2018 +0000
4 Commit: Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 29 08:30:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78c763e
7
8 dev-python/rarfile: Add setuptools dep, drop old
9
10 Bug: https://bugs.gentoo.org/662016
11 Package-Manager: Portage-2.3.41, Repoman-2.3.9
12
13 dev-python/rarfile/Manifest | 1 -
14 dev-python/rarfile/rarfile-2.8.ebuild | 19 -------------------
15 dev-python/rarfile/rarfile-3.0.ebuild | 1 +
16 3 files changed, 1 insertion(+), 20 deletions(-)
17
18 diff --git a/dev-python/rarfile/Manifest b/dev-python/rarfile/Manifest
19 index 6814573e630..896fa48cfa2 100644
20 --- a/dev-python/rarfile/Manifest
21 +++ b/dev-python/rarfile/Manifest
22 @@ -1,2 +1 @@
23 -DIST rarfile-2.8.tar.gz 38204 BLAKE2B 27195b20b18e836f782477e71983e6600d1875d53aad99945e83e4fb5542912620f476ad07673341de13bcce2f8bf9282c6f08e5657a6f9ea348f40fc5fc399b SHA512 6d249b1be9f286185d37fc5eaeae01c4b7153bf6248e66285099f7b9f920419986c27b006fd5511ffe4ae6e3b5214956ccb37ce5be5fc2673880cd7b2af0f98a
24 DIST rarfile-3.0.tar.gz 110665 BLAKE2B bdafa33600f1c7791af40f4e8c7b6a43e502980dab22bf6792a1b19eab53ea6c29bb6cb2ae4989b9f43d58c326b89ce466b9e2f82f60bad4892131895b15d400 SHA512 b0b816bf09fe455e4d8d35b447c30e7810468a6927555164a1b513d4161f3fd4e77a37439620bd935c3a12e46b1e5eda3e35d7d281899d2f9fd26b6e989aa6e4
25
26 diff --git a/dev-python/rarfile/rarfile-2.8.ebuild b/dev-python/rarfile/rarfile-2.8.ebuild
27 deleted file mode 100644
28 index fbc32864d4c..00000000000
29 --- a/dev-python/rarfile/rarfile-2.8.ebuild
30 +++ /dev/null
31 @@ -1,19 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Module for RAR archive reading"
41 -HOMEPAGE="https://github.com/markokr/rarfile"
42 -SRC_URI="mirror://pypi/r/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="ISC"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -IUSE="+compressed"
48 -
49 -RDEPEND="${DEPEND}
50 - compressed? ( || ( app-arch/unrar app-arch/rar ) )"
51
52 diff --git a/dev-python/rarfile/rarfile-3.0.ebuild b/dev-python/rarfile/rarfile-3.0.ebuild
53 index 43081f2ba21..a45b45aa348 100644
54 --- a/dev-python/rarfile/rarfile-3.0.ebuild
55 +++ b/dev-python/rarfile/rarfile-3.0.ebuild
56 @@ -15,5 +15,6 @@ SLOT="0"
57 KEYWORDS="amd64 x86"
58 IUSE="+compressed"
59
60 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
61 RDEPEND="${DEPEND}
62 compressed? ( || ( app-arch/unrar app-arch/rar ) )"