From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1489325-garchives=archives.gentoo.org@lists.gentoo.org>
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 7EE0A15802F
	for <garchives@archives.gentoo.org>; Thu, 23 Feb 2023 06:20:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EEF2EE07D1;
	Thu, 23 Feb 2023 06:19:55 +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 D62BAE07D1
	for <gentoo-commits@lists.gentoo.org>; Thu, 23 Feb 2023 06:19:55 +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 F3850340C72
	for <gentoo-commits@lists.gentoo.org>; Thu, 23 Feb 2023 06:19:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F00048D3
	for <gentoo-commits@lists.gentoo.org>; Thu, 23 Feb 2023 06:19:50 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
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" <mgorny@gentoo.org>
Message-ID: <1677133096.bf2c25e1e23d8bccf9f43d5cef6cbb5fc12f487e.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aesara/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/aesara/aesara-2.8.12.ebuild
X-VCS-Directories: dev-python/aesara/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: bf2c25e1e23d8bccf9f43d5cef6cbb5fc12f487e
X-VCS-Branch: master
Date: Thu, 23 Feb 2023 06:19:50 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 730980ce-99fa-4cef-b815-108f723b1441
X-Archives-Hash: 142d83a9f896132b757f9db833d03899

commit:     bf2c25e1e23d8bccf9f43d5cef6cbb5fc12f487e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 05:56:06 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 06:18:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf2c25e1

dev-python/aesara: Remove SETUPTOOLS_SCM_PRETEND_VERSION

Upstream is doing archive-friendly setuptools_scm usage.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/aesara/aesara-2.8.12.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-python/aesara/aesara-2.8.12.ebuild b/dev-python/aesara/aesara-2.8.12.ebuild
index ea09ca5928d9..06148199fe5a 100644
--- a/dev-python/aesara/aesara-2.8.12.ebuild
+++ b/dev-python/aesara/aesara-2.8.12.ebuild
@@ -52,8 +52,6 @@ src_prepare() {
 	# do not claim "bin" package (sic!)
 	rm bin/__init__.py || die
 	distutils-r1_src_prepare
-
-	export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
 }
 
 python_test() {