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 83C06158095 for ; Mon, 29 Aug 2022 10:37:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8CEBE089A; Mon, 29 Aug 2022 10:37:38 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2525E089A for ; Mon, 29 Aug 2022 10:37:38 +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 E8812340FAF for ; Mon, 29 Aug 2022 10:37:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37B6F5AF for ; Mon, 29 Aug 2022 10:37:35 +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: <1661769414.eea53f71fa19e1a2507ae526597167cc7b4b6236.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonpickle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jsonpickle/jsonpickle-2.2.0.ebuild X-VCS-Directories: dev-python/jsonpickle/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: eea53f71fa19e1a2507ae526597167cc7b4b6236 X-VCS-Branch: master Date: Mon, 29 Aug 2022 10:37:35 +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: 57fe6cf7-ab71-4de5-84de-26d26963433b X-Archives-Hash: 9fc388bf16d7b68350bb55f9679cc7bc commit: eea53f71fa19e1a2507ae526597167cc7b4b6236 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 29 10:36:54 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 29 10:36:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea53f71 dev-python/jsonpickle: Remove obsolete USE=doc Signed-off-by: Michał Górny gentoo.org> dev-python/jsonpickle/jsonpickle-2.2.0.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/jsonpickle/jsonpickle-2.2.0.ebuild b/dev-python/jsonpickle/jsonpickle-2.2.0.ebuild index 7edc0a633a62..3e4c1b3e0f8d 100644 --- a/dev-python/jsonpickle/jsonpickle-2.2.0.ebuild +++ b/dev-python/jsonpickle/jsonpickle-2.2.0.ebuild @@ -31,9 +31,6 @@ BDEPEND=" ) " -distutils_enable_sphinx docs \ - dev-python/jaraco-packaging \ - dev-python/rst-linker distutils_enable_tests pytest python_prepare_all() {