commit: 0fec922be361a6674babe41fbab969749f6f0084
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 7 14:33:12 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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 "[email protected]" || die
git config --global user.name "Larry the Cow" || die