From: "Ian Whyman" <thev00d00@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rarfile/
Date: Sun, 29 Jul 2018 08:30:54 +0000 (UTC) [thread overview]
Message-ID: <1532853033.c78c763e6afa891625a1b8083a97dbfdefba5bc1.thev00d00@gentoo> (raw)
commit: c78c763e6afa891625a1b8083a97dbfdefba5bc1
Author: Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 29 08:30:00 2018 +0000
Commit: Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Sun Jul 29 08:30:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78c763e
dev-python/rarfile: Add setuptools dep, drop old
Bug: https://bugs.gentoo.org/662016
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-python/rarfile/Manifest | 1 -
dev-python/rarfile/rarfile-2.8.ebuild | 19 -------------------
dev-python/rarfile/rarfile-3.0.ebuild | 1 +
3 files changed, 1 insertion(+), 20 deletions(-)
diff --git a/dev-python/rarfile/Manifest b/dev-python/rarfile/Manifest
index 6814573e630..896fa48cfa2 100644
--- a/dev-python/rarfile/Manifest
+++ b/dev-python/rarfile/Manifest
@@ -1,2 +1 @@
-DIST rarfile-2.8.tar.gz 38204 BLAKE2B 27195b20b18e836f782477e71983e6600d1875d53aad99945e83e4fb5542912620f476ad07673341de13bcce2f8bf9282c6f08e5657a6f9ea348f40fc5fc399b SHA512 6d249b1be9f286185d37fc5eaeae01c4b7153bf6248e66285099f7b9f920419986c27b006fd5511ffe4ae6e3b5214956ccb37ce5be5fc2673880cd7b2af0f98a
DIST rarfile-3.0.tar.gz 110665 BLAKE2B bdafa33600f1c7791af40f4e8c7b6a43e502980dab22bf6792a1b19eab53ea6c29bb6cb2ae4989b9f43d58c326b89ce466b9e2f82f60bad4892131895b15d400 SHA512 b0b816bf09fe455e4d8d35b447c30e7810468a6927555164a1b513d4161f3fd4e77a37439620bd935c3a12e46b1e5eda3e35d7d281899d2f9fd26b6e989aa6e4
diff --git a/dev-python/rarfile/rarfile-2.8.ebuild b/dev-python/rarfile/rarfile-2.8.ebuild
deleted file mode 100644
index fbc32864d4c..00000000000
--- a/dev-python/rarfile/rarfile-2.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-inherit distutils-r1
-
-DESCRIPTION="Module for RAR archive reading"
-HOMEPAGE="https://github.com/markokr/rarfile"
-SRC_URI="mirror://pypi/r/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+compressed"
-
-RDEPEND="${DEPEND}
- compressed? ( || ( app-arch/unrar app-arch/rar ) )"
diff --git a/dev-python/rarfile/rarfile-3.0.ebuild b/dev-python/rarfile/rarfile-3.0.ebuild
index 43081f2ba21..a45b45aa348 100644
--- a/dev-python/rarfile/rarfile-3.0.ebuild
+++ b/dev-python/rarfile/rarfile-3.0.ebuild
@@ -15,5 +15,6 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="+compressed"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
compressed? ( || ( app-arch/unrar app-arch/rar ) )"
next reply other threads:[~2018-07-29 8:31 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-29 8:30 Ian Whyman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-18 8:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/rarfile/ Michał Górny
2024-04-20 15:54 Michał Górny
2024-04-20 11:46 Sam James
2024-04-20 10:49 Michał Górny
2024-04-04 4:16 Michał Górny
2023-10-18 9:40 Sam James
2023-10-18 9:02 Sam James
2023-09-18 2:39 Michał Górny
2023-03-16 4:07 Michał Górny
2022-07-02 19:26 Michał Górny
2022-07-02 18:18 Sam James
2022-07-02 16:05 Jakov Smolić
2022-06-01 1:25 Sam James
2021-11-05 19:16 Michał Górny
2021-11-05 17:33 Sam James
2021-11-05 2:12 Sam James
2021-06-05 18:10 Michał Górny
2020-10-27 19:58 Sam James
2020-10-27 5:11 Sam James
2020-09-18 15:43 Michał Górny
2020-08-30 23:18 Sam James
2020-07-12 6:37 Michał Górny
2020-07-12 6:37 Michał Górny
2020-06-27 8:05 Ian Whyman
2020-05-23 9:56 Ian Whyman
2020-02-05 21:21 Michał Górny
2018-04-05 23:19 Thomas Deutschmann
2018-03-31 23:41 Aaron Bauman
2017-05-05 14:57 Manuel Rüger
2016-12-31 9:39 Ian Whyman
2016-12-05 20:22 Pacho Ramos
2016-09-26 12:36 Agostino Sarubbo
2016-08-13 10:24 Ian Whyman
2016-07-02 12:42 Ian Whyman
2016-05-22 9:30 Ian Whyman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1532853033.c78c763e6afa891625a1b8083a97dbfdefba5bc1.thev00d00@gentoo \
--to=thev00d00@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox