<div dir="ltr"><div>Hi Tonus,</div><div><br></div><div>You need to check the pyproject.toml build-system section to figure out which new method is needed.  In this case you need to add 3 deps and the following lines instead of the setup.py one. <br></div><div><br></div><div>#add to REQUIRES<br></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)">python3-build python3-installer wheel</span></span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace">#to the slackbuild<br></span></div><div><span style="font-family:monospace"><span style="font-family:monospace"><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)">python3 -m build --no-isolation
</span><br>python3 -m installer -d "$PKG" dist/*.whl<br>
<br></span></span></div><div><span style="font-family:monospace"><span style="font-family:monospace">Cheers!<br></span></span></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jan 14, 2023 at 7:06 PM Tonus <<a href="mailto:tonus1@free.fr">tonus1@free.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi everybody, <br>
<br>
I'm looking on a satisfying process to package pytest-asyncio (<a href="https://github.com/pytest-dev/pytest-asyncio" rel="noreferrer" target="_blank">https://github.com/pytest-dev/pytest-asyncio</a>).<br>
I'm a bit stuck since there's no setup.py I'm used to in the sources. <br>
Could someone kindly point me in some direction ? Even a SlackBuild achieving similar task ? <br>
<br>
Many thanks <br>
<br>
Regards <br>
<br>
Tonus <br>
_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org" target="_blank">SlackBuilds-users@slackbuilds.org</a><br>
<a href="https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="noreferrer" target="_blank">https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/" rel="noreferrer" target="_blank">https://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="https://slackbuilds.org/faq/" rel="noreferrer" target="_blank">https://slackbuilds.org/faq/</a><br>
<br>
</blockquote></div>