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 C9A54138350 for ; Thu, 26 Mar 2020 14:51:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 475CFE0AA5; Thu, 26 Mar 2020 14:51:14 +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 F01A9E0AA3 for ; Thu, 26 Mar 2020 14:51:13 +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 C875534FAE7 for ; Thu, 26 Mar 2020 14:51:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6522E1B1 for ; Thu, 26 Mar 2020 14:51:08 +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: <1585234236.e8d7600c3b028a91c5af34bf94fc8bd6a402d175.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/coloredlogs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/coloredlogs/Manifest dev-python/coloredlogs/coloredlogs-6.1.ebuild X-VCS-Directories: dev-python/coloredlogs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e8d7600c3b028a91c5af34bf94fc8bd6a402d175 X-VCS-Branch: master Date: Thu, 26 Mar 2020 14:51:08 +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: 1d84d968-ba4e-4bd1-bf45-efa0f7fc2768 X-Archives-Hash: 997798b6410b00ed91e5216a7c955550 commit: e8d7600c3b028a91c5af34bf94fc8bd6a402d175 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 26 14:38:21 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 26 14:50:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d7600c dev-python/coloredlogs: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/coloredlogs/Manifest | 1 - dev-python/coloredlogs/coloredlogs-6.1.ebuild | 47 --------------------------- 2 files changed, 48 deletions(-) diff --git a/dev-python/coloredlogs/Manifest b/dev-python/coloredlogs/Manifest index 004a6b8528b..ed2a550127e 100644 --- a/dev-python/coloredlogs/Manifest +++ b/dev-python/coloredlogs/Manifest @@ -1,2 +1 @@ DIST coloredlogs-10.0.tar.gz 273273 BLAKE2B 775b12718d780da396d74c7f960cdbbd4858c793bf3eefb53d29e9f6b415f682110ae2c7ac631be230578946a2fab8d75e0c3aa487ccd952bb05443f0a85700c SHA512 f4a51fd8fa92ea4e2ef0b58305dcc4bbe12851e722fc85cfd4f48a9388002efced52bcf027f6dc4c525b095f3f953970e73928fdce3245ab4f9d13ae36b9d498 -DIST coloredlogs-6.1.tar.gz 28057 BLAKE2B bbb5946db3e6cbfae0b9947d2aa29769858833e35213a44a5be4ceb434021ee8c583ff00c980b9ab4fc533f6fec80e151895097b6a87c44257ef0fd5c7ab0bab SHA512 834cf993e7ffd3328644d334912fcf5a5156a441c6184643b38e5f356d46d7b5c48e02ee1e1b432265052c7a5ab1071ba456e575217a4a762f8387131059c405 diff --git a/dev-python/coloredlogs/coloredlogs-6.1.ebuild b/dev-python/coloredlogs/coloredlogs-6.1.ebuild deleted file mode 100644 index 74ef59cebf3..00000000000 --- a/dev-python/coloredlogs/coloredlogs-6.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Colored stream handler for the logging module" -HOMEPAGE=" - https://pypi.org/project/coloredlogs/ - https://github.com/xolox/python-coloredlogs - https://coloredlogs.readthedocs.io/en/latest/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-python/humanfriendly-2.1[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - >=dev-python/capturer-2.2[${PYTHON_USEDEP}] - >=dev-python/coverage-4.2[${PYTHON_USEDEP}] - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}] - >=dev-python/pytest-3.0.3[${PYTHON_USEDEP}] - >=dev-python/pytest-cov-2.3.1[${PYTHON_USEDEP}] - >=dev-python/verboselogs-1.5[${PYTHON_USEDEP}] - )" - -DOCS=( README.rst ) - -PATCHES=( "${FILESDIR}"/${PN}-2.0-skip-cli-test.patch ) - -python_test() { - # Sandbox violations - sed \ - -e 's:test_system_logging:_&:g' \ - -e 's:test_syslog_shortcut_simple:_&:g' \ - -e 's:test_syslog_shortcut_enhanced:_&:g' \ - -i ${PN}/tests.py || die - esetup.py test -}