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 EE4C2158094 for ; Wed, 29 Jun 2022 09:08:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17E06E075F; Wed, 29 Jun 2022 09:08:04 +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 D5A5BE075F for ; Wed, 29 Jun 2022 09:08:03 +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 BF2F93419E2 for ; Wed, 29 Jun 2022 09:08:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5894051C for ; Wed, 29 Jun 2022 09:08:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1656493672.64ebc71df972b6d6d801bf9195a449ebc8cb4bf1.sam@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.5.1-r1.ebuild dev-python/matplotlib/matplotlib-3.5.1-r2.ebuild dev-python/matplotlib/matplotlib-3.5.2-r2.ebuild dev-python/matplotlib/matplotlib-3.5.2-r3.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 64ebc71df972b6d6d801bf9195a449ebc8cb4bf1 X-VCS-Branch: master Date: Wed, 29 Jun 2022 09:08:01 +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: fc8afebd-54ac-42dd-8123-e42e71f0e379 X-Archives-Hash: 503f58122c74c6938036a509f8a9f4cf commit: 64ebc71df972b6d6d801bf9195a449ebc8cb4bf1 Author: Sam James gentoo org> AuthorDate: Wed Jun 29 09:07:46 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 29 09:07:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ebc71d dev-python/matplotlib: fix installed _version.py Closes: https://bugs.gentoo.org/854600 Signed-off-by: Sam James gentoo.org> .../{matplotlib-3.5.1-r1.ebuild => matplotlib-3.5.1-r2.ebuild} | 3 +++ .../{matplotlib-3.5.2-r2.ebuild => matplotlib-3.5.2-r3.ebuild} | 3 +++ 2 files changed, 6 insertions(+) diff --git a/dev-python/matplotlib/matplotlib-3.5.1-r1.ebuild b/dev-python/matplotlib/matplotlib-3.5.1-r2.ebuild similarity index 98% rename from dev-python/matplotlib/matplotlib-3.5.1-r1.ebuild rename to dev-python/matplotlib/matplotlib-3.5.1-r2.ebuild index 075c1245f88c..ce449939b282 100644 --- a/dev-python/matplotlib/matplotlib-3.5.1-r1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.5.1-r2.ebuild @@ -152,6 +152,9 @@ python_prepare_all() { # from six import * # EOF + # Affects installed _version.py, bug #854600 + export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} + local PATCHES=( "${FILESDIR}"/matplotlib-3.3.3-disable-lto.patch "${FILESDIR}"/matplotlib-3.5.0-test.patch diff --git a/dev-python/matplotlib/matplotlib-3.5.2-r2.ebuild b/dev-python/matplotlib/matplotlib-3.5.2-r3.ebuild similarity index 98% rename from dev-python/matplotlib/matplotlib-3.5.2-r2.ebuild rename to dev-python/matplotlib/matplotlib-3.5.2-r3.ebuild index 9f9c78422ea4..eb371d6af08c 100644 --- a/dev-python/matplotlib/matplotlib-3.5.2-r2.ebuild +++ b/dev-python/matplotlib/matplotlib-3.5.2-r3.ebuild @@ -143,6 +143,9 @@ python_prepare_all() { # from six import * # EOF + # Affects installed _version.py, bug #854600 + export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} + local PATCHES=( "${FILESDIR}"/matplotlib-3.3.3-disable-lto.patch "${FILESDIR}"/matplotlib-3.5.2-test.patch