[Slackbuilds-users] Package a pip only module

Tonus tonus1 at free.fr
Sun Jan 15 16:15:43 UTC 2023


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 <fourtysixandtwo at sliderr.net> 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 <tonus1 at free.fr> 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
>> SlackBuilds-users at slackbuilds.org
>> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
>> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
>> FAQ - https://slackbuilds.org/faq/
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20230115/826238b8/attachment.htm>


More information about the SlackBuilds-users mailing list