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 ED6C315800F for ; Tue, 7 Feb 2023 14:34:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34F8BE07AE; Tue, 7 Feb 2023 14:34:34 +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 1811EE07AE for ; Tue, 7 Feb 2023 14:34:34 +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 37CD2340D19 for ; Tue, 7 Feb 2023 14:34:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B28ED89B for ; Tue, 7 Feb 2023 14:34:31 +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: <1675780404.0fec922be361a6674babe41fbab969749f6f0084.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.10.ebuild X-VCS-Directories: dev-python/aesara/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0fec922be361a6674babe41fbab969749f6f0084 X-VCS-Branch: master Date: Tue, 7 Feb 2023 14:34:31 +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: 02b735ef-fc57-488b-a62f-1f78aca70300 X-Archives-Hash: aa40915053f0de56888c9d365b987011 commit: 0fec922be361a6674babe41fbab969749f6f0084 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 7 14:33:12 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 7 14:33:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fec922b dev-python/aesara: Remove obsolete setup.cfg hack The eclass bug was fixed in 40c3f5de5bc7bb569da1a65da80bb30556fbfc9eand and setup.{cfg,py} no longer has to exist. Signed-off-by: Michał Górny gentoo.org> dev-python/aesara/aesara-2.8.10.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/aesara/aesara-2.8.10.ebuild b/dev-python/aesara/aesara-2.8.10.ebuild index 4b8039b62529..4198b85c58d7 100644 --- a/dev-python/aesara/aesara-2.8.10.ebuild +++ b/dev-python/aesara/aesara-2.8.10.ebuild @@ -55,7 +55,6 @@ src_prepare() { # do not claim "bin" package (sic!) rm bin/__init__.py || die # setuptools_scm wants to read PV from git - touch setup.cfg || die git init -q || die git config --global user.email "larry@gentoo.org" || die git config --global user.name "Larry the Cow" || die