diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-04-01 12:07:05 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-04-01 12:16:11 -0400 |
commit | 609fb59499c4ac815db4f409e3af3ae8f6531034 (patch) | |
tree | 4aeef9d7e6fcaec70da859ba721667cacd44f835 /dev-util/maturin | |
parent | www-apps/mediawiki: security cleanup (1.36.3 & 1.37.1) (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-util/maturin')
-rw-r--r-- | dev-util/maturin/maturin-0.12.11.ebuild | 3 |
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 |