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 F18CD158013 for ; Tue, 5 Dec 2023 04:20:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D4722BC045; Tue, 5 Dec 2023 04:20:51 +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 192012BC045 for ; Tue, 5 Dec 2023 04:20:51 +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 32DC6335D6E for ; Tue, 5 Dec 2023 04:20:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 296E71239 for ; Tue, 5 Dec 2023 04:20:47 +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: <1701750032.4e44d729102f49a585cc5d87a588047edeab1471.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild dev-python/matplotlib/matplotlib-3.8.2.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4e44d729102f49a585cc5d87a588047edeab1471 X-VCS-Branch: master Date: Tue, 5 Dec 2023 04:20:47 +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: dcab5f18-a1ff-45f6-badb-9018c80b42bd X-Archives-Hash: 2baf4dff3e8d02bec717e73d3b8021ed commit: 4e44d729102f49a585cc5d87a588047edeab1471 Author: Eli Schwartz gmail com> AuthorDate: Mon Nov 13 21:39:26 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 5 04:20:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e44d729 dev-python/matplotlib: drop optional certifi dependency It was removed as a mandatory requirement in 3.4.0: https://github.com/matplotlib/matplotlib/commit/df4b3aca8eade1359201779ec83dbc3e3b29a0d5 https://github.com/matplotlib/matplotlib/commit/188338007fa5f9d11538056c1a86ae45d997a34a When certifi isn't installed, matplotlib falls back to using urllib.request.urlopen with a default context of `None`, logs a debug note, and works fine on Gentoo since this already enforces certificates and uses the system store to do it. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Michał Górny gentoo.org> .../matplotlib/{matplotlib-3.8.2.ebuild => matplotlib-3.8.2-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/matplotlib/matplotlib-3.8.2.ebuild b/dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild similarity index 99% rename from dev-python/matplotlib/matplotlib-3.8.2.ebuild rename to dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild index a584e278e598..28f0290dd533 100644 --- a/dev-python/matplotlib/matplotlib-3.8.2.ebuild +++ b/dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild @@ -35,7 +35,6 @@ IUSE="cairo doc excel gtk3 latex qt5 tk webagg wxwidgets" # internal copy of pycxx highly patched # dev-python/pycxx RDEPEND=" - dev-python/certifi[${PYTHON_USEDEP}] >=dev-python/contourpy-1.0.1[${PYTHON_USEDEP}] >=dev-python/cycler-0.10.0-r1[${PYTHON_USEDEP}] >=dev-python/fonttools-4.22.0[${PYTHON_USEDEP}]