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 131541382C5 for ; Thu, 3 Dec 2020 09:39:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE1DCE085A; Thu, 3 Dec 2020 09:39:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D39EBE085A for ; Thu, 3 Dec 2020 09:39:09 +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 1CC7B341170 for ; Thu, 3 Dec 2020 09:39:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E6BD468 for ; Thu, 3 Dec 2020 09:39:06 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1606988337.3ca32ce1bf8bb2709ee439a40a3b96fedad693cb.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keep/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keep/Manifest dev-python/keep/keep-2.9.ebuild X-VCS-Directories: dev-python/keep/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 3ca32ce1bf8bb2709ee439a40a3b96fedad693cb X-VCS-Branch: master Date: Thu, 3 Dec 2020 09:39:06 +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: c2065aea-885b-4ac5-9655-dc1aad73894c X-Archives-Hash: b36b3f07d080e50938cd7326e122d389 commit: 3ca32ce1bf8bb2709ee439a40a3b96fedad693cb Author: Michael Palimaka gentoo org> AuthorDate: Thu Dec 3 09:35:09 2020 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Dec 3 09:38:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca32ce1 dev-python/keep: remove 2.9 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Michael Palimaka gentoo.org> dev-python/keep/Manifest | 1 - dev-python/keep/keep-2.9.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-python/keep/Manifest b/dev-python/keep/Manifest index 7af5512ce8d..b0848aa1e6b 100644 --- a/dev-python/keep/Manifest +++ b/dev-python/keep/Manifest @@ -1,2 +1 @@ DIST keep-2.10.tar.gz 12959 BLAKE2B a6c7c507f3e6f905fcc4878909cfaa56c767266499a12fa12b6850a1dfade3b33d5ade1d2f53b69ecc0480816b496c75250742672fd1a9de14c747abeae7f3df SHA512 a72901e1f66d756626ceca1550b0e539e4c9f56ebb80d96f87696482420b7f75e07d06eded538acf8866e0d1e65e83da00a23ed328a4e37a6f82a607bd5c3bfc -DIST keep-2.9.tar.gz 11277 BLAKE2B ea9813b725e9cbc93a0fdcab9d7a6b8927b69de8e960bf5b91696a8fcd9806f4ec0646bae147355206c05b91f2a828e2a20728ed16c9ca97b2592887b1f9f185 SHA512 36d6c4d268fe72f05bf3ccf6006f3ec1d93e6320f5dc810814d15274f3e63b29e97678089178fee99e9bb5b119079895550e8f48627d1dc1612140f13e7f02df diff --git a/dev-python/keep/keep-2.9.ebuild b/dev-python/keep/keep-2.9.ebuild deleted file mode 100644 index a466bbc6e43..00000000000 --- a/dev-python/keep/keep-2.9.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) -DISTUTILS_USE_SETUPTOOLS="rdepend" -inherit distutils-r1 - -DESCRIPTION="Personal shell command keeper and snippets manager" -HOMEPAGE="https://pypi.org/project/keep/ https://github.com/orkohunter/keep" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-python/click[${PYTHON_USEDEP}] - dev-python/PyGithub[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/terminaltables[${PYTHON_USEDEP}] -"