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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08165158087 for ; Fri, 4 Feb 2022 12:04:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA5F92BC071; Fri, 4 Feb 2022 12:04:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C45F2BC070 for ; Fri, 4 Feb 2022 12:04:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFEA4343399 for ; Fri, 4 Feb 2022 12:04:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 329A22EA for ; Fri, 4 Feb 2022 12:04:04 +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: <1643976237.0d3258105850f0ce022b38a7a1568a589f04bc97.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/black/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/black/black-21.12_beta0-r1.ebuild dev-python/black/black-21.12_beta0.ebuild X-VCS-Directories: dev-python/black/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0d3258105850f0ce022b38a7a1568a589f04bc97 X-VCS-Branch: master Date: Fri, 4 Feb 2022 12:04:04 +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: 83793f71-94d4-4438-90c8-f3ecf6836950 X-Archives-Hash: 0b452c46b7d329344bbc3ee314654509 commit: 0d3258105850f0ce022b38a7a1568a589f04bc97 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 4 12:00:30 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 4 12:03:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d325810 dev-python/black: Remove obsolete toml dep (from setuptools_scm) Signed-off-by: Michał Górny gentoo.org> dev-python/black/black-21.12_beta0-r1.ebuild | 1 - dev-python/black/black-21.12_beta0.ebuild | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/black/black-21.12_beta0-r1.ebuild b/dev-python/black/black-21.12_beta0-r1.ebuild index 240e64169926..140a9e45a8a2 100644 --- a/dev-python/black/black-21.12_beta0-r1.ebuild +++ b/dev-python/black/black-21.12_beta0-r1.ebuild @@ -31,7 +31,6 @@ RDEPEND=" " BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}] test? ( >=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}] dev-python/aiohttp-cors[${PYTHON_USEDEP}] diff --git a/dev-python/black/black-21.12_beta0.ebuild b/dev-python/black/black-21.12_beta0.ebuild index d8e3a70b4905..92783419ca96 100644 --- a/dev-python/black/black-21.12_beta0.ebuild +++ b/dev-python/black/black-21.12_beta0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,7 +30,6 @@ RDEPEND=" " BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}] test? ( >=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}] dev-python/aiohttp-cors[${PYTHON_USEDEP}]