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 BEA83158088 for ; Fri, 4 Feb 2022 12:04:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CA7A2BC05D; Fri, 4 Feb 2022 12:04:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBE07E0825 for ; Fri, 4 Feb 2022 12:04:05 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D01C343388 for ; Fri, 4 Feb 2022 12:04:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C79CF2C8 for ; Fri, 4 Feb 2022 12:04:02 +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: <1643976224.6acc1a61d21bad91ffb2e20370e87f30f3c000ae.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rst-linker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rst-linker/rst-linker-2.2.0-r1.ebuild X-VCS-Directories: dev-python/rst-linker/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6acc1a61d21bad91ffb2e20370e87f30f3c000ae X-VCS-Branch: master Date: Fri, 4 Feb 2022 12:04:02 +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: ec652e66-7a63-49c2-a561-99369545caa0 X-Archives-Hash: 51317f2d45a42063d16918d731217592 commit: 6acc1a61d21bad91ffb2e20370e87f30f3c000ae Author: Michał Górny gentoo org> AuthorDate: Fri Feb 4 11:37:30 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 4 12:03:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6acc1a61 dev-python/rst-linker: Remove obsolete toml dep (from setuptools_scm) Signed-off-by: Michał Górny gentoo.org> dev-python/rst-linker/rst-linker-2.2.0-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/rst-linker/rst-linker-2.2.0-r1.ebuild b/dev-python/rst-linker/rst-linker-2.2.0-r1.ebuild index f6d7af10a44a..7807992ddcf4 100644 --- a/dev-python/rst-linker/rst-linker-2.2.0-r1.ebuild +++ b/dev-python/rst-linker/rst-linker-2.2.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..10} ) inherit distutils-r1 @@ -22,7 +22,6 @@ RDEPEND=" " BDEPEND=" >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}] test? ( dev-python/path-py[${PYTHON_USEDEP}] )