summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-04-01 12:07:05 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-04-01 12:16:11 -0400
commit609fb59499c4ac815db4f409e3af3ae8f6531034 (patch)
tree4aeef9d7e6fcaec70da859ba721667cacd44f835
parentwww-apps/mediawiki: security cleanup (1.36.3 & 1.37.1) (diff)
downloadgentoo-609fb59499c4ac815db4f409e3af3ae8f6531034.tar.gz
gentoo-609fb59499c4ac815db4f409e3af3ae8f6531034.tar.bz2
gentoo-609fb59499c4ac815db4f409e3af3ae8f6531034.zip
dev-util/maturin: remove problematic pyproject.toml for now
Will likely look at using PEP517 in a new version soon'ish, but the file is unused at the moment and cause issues with >=setuptools-61.3.0 Closes: https://bugs.gentoo.org/836597 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--dev-util/maturin/maturin-0.12.11.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-util/maturin/maturin-0.12.11.ebuild b/dev-util/maturin/maturin-0.12.11.ebuild
index f26b7c9e2d0d..859c85ba6eb0 100644
--- a/dev-util/maturin/maturin-0.12.11.ebuild
+++ b/dev-util/maturin/maturin-0.12.11.ebuild
@@ -306,6 +306,9 @@ PATCHES=(
python_prepare_all() {
distutils-r1_python_prepare_all
+ # TODO: migrate to pep517, deleted meanwhile for bug #836597
+ rm pyproject.toml || die
+
# use setup.py only for pure python and handle cargo manually
sed -i 's/cmdclass.*/packages=["'${PN}'"],/' setup.py || die