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 B7A1B138350 for ; Fri, 27 Mar 2020 21:06:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A287E0A45; Fri, 27 Mar 2020 21:06:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1CAEEE09BE for ; Fri, 27 Mar 2020 21:06:54 +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 2E0CF34F969 for ; Fri, 27 Mar 2020 21:06:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64B861A9 for ; Fri, 27 Mar 2020 21:06:49 +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: <1585342270.b99579593e42e1e799e565761fd6eaefad79f9cb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kitchen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/kitchen/Manifest dev-python/kitchen/kitchen-1.2.4.ebuild X-VCS-Directories: dev-python/kitchen/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b99579593e42e1e799e565761fd6eaefad79f9cb X-VCS-Branch: master Date: Fri, 27 Mar 2020 21:06:49 +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: a7f46067-7697-481e-8aa1-3aaf087accce X-Archives-Hash: 49ed60f18cccf7551164c18592ec6f80 commit: b99579593e42e1e799e565761fd6eaefad79f9cb Author: Michał Górny gentoo org> AuthorDate: Fri Mar 27 20:51:10 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 27 20:51:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9957959 dev-python/kitchen: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/kitchen/Manifest | 1 - dev-python/kitchen/kitchen-1.2.4.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-python/kitchen/Manifest b/dev-python/kitchen/Manifest index 11f2a77a98d..09c6d136278 100644 --- a/dev-python/kitchen/Manifest +++ b/dev-python/kitchen/Manifest @@ -1,2 +1 @@ -DIST kitchen-1.2.4.tar.gz 187149 BLAKE2B 5ea3fa593ee22680998cf9ea08b66faacc2f7e20d70ec5823a6c29d8358991e98fe79cd4bd761b04b895dd1d87b1a21e2dc31ef33c0c47a05973ea4e9b884d7d SHA512 790f7eaa16820d3b12f740d2ac7c9d849d40eea91527b7fc011270bd46af5038e987cc1b170c75c2175dc627f99a52bde52b9f276db8dac5d9d7df59ef9a505d DIST kitchen-1.2.5.tar.gz 255350 BLAKE2B e4054c03130dce3fab3593da86cc9952cd748d0d0b300b7ade7a16bd433f7558045f10eeeb0c8840f59610140bab268f9e75e49f0f9504e221d886edd2b2a3f3 SHA512 f516d66d142b7e5d448abab911d08dcd4fd671144d0e734f12523248641b560bf451581704841225b46ec8b168cb716dea661c6c4839052900ccb1ac204b79f5 diff --git a/dev-python/kitchen/kitchen-1.2.4.ebuild b/dev-python/kitchen/kitchen-1.2.4.ebuild deleted file mode 100644 index a3b3a65da25..00000000000 --- a/dev-python/kitchen/kitchen-1.2.4.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) -inherit distutils-r1 - -DESCRIPTION="A cornucopia of useful code" -HOMEPAGE="https://pypi.org/project/kitchen/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"