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 10CB3158088 for ; Fri, 4 Feb 2022 12:04:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC6C52BC06B; Fri, 4 Feb 2022 12:04:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9E79A2BC06B for ; Fri, 4 Feb 2022 12:04:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A2C3A34337E 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 B5C682DB for ; Fri, 4 Feb 2022 12:04:03 +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: <1643976233.ba757b3d4070dfe1d1d45d1d7ac24a7468573eac.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-classes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jaraco-classes/jaraco-classes-3.2.1.ebuild X-VCS-Directories: dev-python/jaraco-classes/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ba757b3d4070dfe1d1d45d1d7ac24a7468573eac X-VCS-Branch: master Date: Fri, 4 Feb 2022 12:04:03 +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: 0f18151a-bf12-45b9-b20d-ede4863d4c0b X-Archives-Hash: a0626ec329991cbf37a884df30394be2 commit: ba757b3d4070dfe1d1d45d1d7ac24a7468573eac Author: Michał Górny gentoo org> AuthorDate: Fri Feb 4 11:56:19 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 4 12:03:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba757b3d dev-python/jaraco-classes: Remove obsolete toml dep (from setuptools_scm) Signed-off-by: Michał Górny gentoo.org> dev-python/jaraco-classes/jaraco-classes-3.2.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/jaraco-classes/jaraco-classes-3.2.1.ebuild b/dev-python/jaraco-classes/jaraco-classes-3.2.1.ebuild index f0a801338196..1a48f895f1ad 100644 --- a/dev-python/jaraco-classes/jaraco-classes-3.2.1.ebuild +++ b/dev-python/jaraco-classes/jaraco-classes-3.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,6 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x64-maco BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}] " distutils_enable_sphinx docs \