Many thanks for your answer! 
Even better than a pointer, a recipe 😋 

I will study that and try to grab some python knowledge while at it.

Regards 

Tonus 

Le 15 janvier 2023 06:27:28 GMT+01:00, fourtysixandtwo 
<[email protected]> a écrit :
>Hi Tonus,
>
>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.
>
>#add to REQUIRES
>python3-build python3-installer wheel
>
>#to the slackbuild
>python3 -m build --no-isolation
>python3 -m installer -d "$PKG" dist/*.whl
>
>Cheers!
>
>On Sat, Jan 14, 2023 at 7:06 PM Tonus <[email protected]> wrote:
>
>> Hi everybody,
>>
>> I'm looking on a satisfying process to package pytest-asyncio (
>> https://github.com/pytest-dev/pytest-asyncio).
>> I'm a bit stuck since there's no setup.py I'm used to in the sources.
>> Could someone kindly point me in some direction ? Even a SlackBuild
>> achieving similar task ?
>>
>> Many thanks
>>
>> Regards
>>
>> Tonus
>> _______________________________________________
>> SlackBuilds-users mailing list
>> [email protected]
>> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
>> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
>> FAQ - https://slackbuilds.org/faq/
>>
>>
_______________________________________________
SlackBuilds-users mailing list
[email protected]
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/

Reply via email to