From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12160138351 for ; Sat, 18 Jan 2020 20:23:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05F5FE0921; Sat, 18 Jan 2020 20:23:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD8B9E092E for ; Sat, 18 Jan 2020 20:23:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CC3E34E20A for ; Sat, 18 Jan 2020 20:23:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C25FD5 for ; Sat, 18 Jan 2020 20:23:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1579379019.16bb8b1b940a881dcbdda35c6f1d6f77158a40fe.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ropemode/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ropemode/Manifest dev-python/ropemode/ropemode-0.2-r1.ebuild X-VCS-Directories: dev-python/ropemode/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 16bb8b1b940a881dcbdda35c6f1d6f77158a40fe X-VCS-Branch: master Date: Sat, 18 Jan 2020 20:23:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5fbae493-41cb-464b-bae9-16ba4f5f2d23 X-Archives-Hash: 6ea0e7c15f0acfff22f96955d07cd3dd commit: 16bb8b1b940a881dcbdda35c6f1d6f77158a40fe Author: Michał Górny gentoo org> AuthorDate: Sat Jan 18 18:59:34 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 18 20:23:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bb8b1b dev-python/ropemode: Remove old (py2) Signed-off-by: Michał Górny gentoo.org> dev-python/ropemode/Manifest | 1 - dev-python/ropemode/ropemode-0.2-r1.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-python/ropemode/Manifest b/dev-python/ropemode/Manifest index 89605b5b4d6..bf3628dc0ee 100644 --- a/dev-python/ropemode/Manifest +++ b/dev-python/ropemode/Manifest @@ -1,2 +1 @@ -DIST ropemode-0.2.tar.gz 12268 BLAKE2B 630a00b0b66a663f7259faf823c288b9eddca5eb9a87b8b4d9cc606bc4d23df143f8de4f7748416de909d1d12d5c1bb1e529a6cf7e94c91c394172f68332155c SHA512 59b9a8f8caf03f480994c546b48c0be8bd85ebf44b406e216b6651e254b3fd9c6a532a5bab1be1301b12dcf756d3ad325f38e810fe5ea5bbcc700979cfbd5055 DIST ropemode-0.4.tar.gz 12846 BLAKE2B 1cf2f2fd9528e078dc47e429631a3ebc7e1de82bb474435c6fe0c640d2d5bc706ed8d3c665b77836f07d715af991cd1cd202af9675429f70b0f7d47f05757d9e SHA512 b8d592b42a6cdeb73b123b94d24bbb0eedc38414b60c931c9d1a7bf3c6fc4958d2db0431f57f281987c89d3b27dd2e45701d386274024a2a79bf8183547c8489 diff --git a/dev-python/ropemode/ropemode-0.2-r1.ebuild b/dev-python/ropemode/ropemode-0.2-r1.ebuild deleted file mode 100644 index 41d6fd51324..00000000000 --- a/dev-python/ropemode/ropemode-0.2-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_P="${P/_rc/-rc}" - -DESCRIPTION="A helper for using rope refactoring library in IDEs" -HOMEPAGE="https://pypi.org/project/ropemode/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=dev-python/rope-0.9.2[${PYTHON_USEDEP}]" -DEPEND="${DEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${MY_P}"