diff options
author | 2023-02-07 15:33:12 +0100 | |
---|---|---|
committer | 2023-02-07 15:33:24 +0100 | |
commit | 0fec922be361a6674babe41fbab969749f6f0084 (patch) | |
tree | abd1b7d6e3a29999018950ef2288fdd45a55dd2b /dev-python/aesara | |
parent | dev-python/flask-babel: Fix stray files in site-packages (diff) | |
download | gentoo-0fec922be361a6674babe41fbab969749f6f0084.tar.gz gentoo-0fec922be361a6674babe41fbab969749f6f0084.tar.bz2 gentoo-0fec922be361a6674babe41fbab969749f6f0084.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/aesara')
-rw-r--r-- | dev-python/aesara/aesara-2.8.10.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 |