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 F36DF158013 for ; Sat, 25 Sep 2021 22:00:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECADCE099C; Sat, 25 Sep 2021 22:00:33 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D49F0E099C for ; Sat, 25 Sep 2021 22:00:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09301342EBA for ; Sat, 25 Sep 2021 22:00:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 572F611F for ; Sat, 25 Sep 2021 22:00:30 +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: <1632607226.6f394ca2de488bc34e7f165be3a892c602a3eb8c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/colorlog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/colorlog/Manifest dev-python/colorlog/colorlog-5.0.1.ebuild X-VCS-Directories: dev-python/colorlog/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6f394ca2de488bc34e7f165be3a892c602a3eb8c X-VCS-Branch: master Date: Sat, 25 Sep 2021 22:00:30 +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: 9df53300-568f-4c9f-9692-e8f6e721b206 X-Archives-Hash: e4f379e6aba7f212d21ef2534c4beab3 commit: 6f394ca2de488bc34e7f165be3a892c602a3eb8c Author: Michał Górny gentoo org> AuthorDate: Sat Sep 25 21:55:40 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 25 22:00:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f394ca2 dev-python/colorlog: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/colorlog/Manifest | 1 - dev-python/colorlog/colorlog-5.0.1.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-python/colorlog/Manifest b/dev-python/colorlog/Manifest index f5aafb933cf..0c02f818380 100644 --- a/dev-python/colorlog/Manifest +++ b/dev-python/colorlog/Manifest @@ -1,2 +1 @@ -DIST colorlog-5.0.1.tar.gz 29356 BLAKE2B 12795172417fd833a3a90175e4b169fee6299728921ed84c1eb9b96f18b22ce043809637744ba136299e59049fe5ccc21d5c9d35b0e402c0bfb982e8aa69ac0a SHA512 53cce2f97ee36d8429fa5917ce6d143c17d4f258aab5ab30e999472ff4401b8cf2bf9d6152a003f02e11a3c05ee42fa9562728853557b41ff17cf2a5112c748d DIST colorlog-6.4.1.tar.gz 30609 BLAKE2B 3171d18992ba6525ab63d6edab224f35cc4cd896e725dcb8b774b46ebe7e54457c27475aa3852ffa8bfda01dca9085becfdd67f2cb79c29fabba1f559c6ed6b9 SHA512 72b50175b4f762961f5d73399e62f8caac2f4edff361a7b3d33fba01de477bd7292345f7e4326191e770c8cff2317c481faa67bfeca2c2706d2f89a802cf28cc diff --git a/dev-python/colorlog/colorlog-5.0.1.ebuild b/dev-python/colorlog/colorlog-5.0.1.ebuild deleted file mode 100644 index 2ec6c6f445b..00000000000 --- a/dev-python/colorlog/colorlog-5.0.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{7..10} ) - -inherit distutils-r1 - -DESCRIPTION="Log formatting with colors" -HOMEPAGE="https://pypi.org/project/colorlog/ https://github.com/borntyping/python-colorlog" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -distutils_enable_tests pytest