Re: [Slackbuilds-users] How to Build a Project Based On pyproject.toml for SBo

2020-05-29 Thread Jeremy Hansen
On Sun, May 24, 2020 at 11:08 AM Larry Hajali wrote: > Easier solution is just download the tarball from pypi.python.org. It > has the setup.py file. > > https://pypi.python.org/packages/source/t/tinydb/tinydb-4.1.1.tar.gz > > --Larry > Oops, this message was sitting in my drafts folder. I

Re: [Slackbuilds-users] How to Build a Project Based On pyproject.toml for SBo

2020-05-24 Thread Larry Hajali
Easier solution is just download the tarball from pypi.python.org. It has the setup.py file. https://pypi.python.org/packages/source/t/tinydb/tinydb-4.1.1.tar.gz --Larry On Sun, May 24, 2020 at 2:23 AM Jeremy Hansen wrote: > On Sun, May 24, 2020, 3:05 AM Christoph Willing > wrote: > >> On

Re: [Slackbuilds-users] How to Build a Project Based On pyproject.toml for SBo

2020-05-24 Thread Jeremy Hansen
On Sun, May 24, 2020, 3:05 AM Christoph Willing wrote: > On 24/5/20 3:56 pm, Jeremy Hansen wrote: > > > To clarify, the developer removed the ability to build this using a > > setup.py, so where do I go from there within the SlackBuild? > > > > From: > pip install --help > > I see: >

Re: [Slackbuilds-users] How to Build a Project Based On pyproject.toml for SBo

2020-05-24 Thread Christoph Willing
On 24/5/20 3:56 pm, Jeremy Hansen wrote: > To clarify, the developer removed the ability to build this using a > setup.py, so where do I go from there within the SlackBuild? > From: pip install --help I see: --root Install everything relative to this alternate root directory.

Re: [Slackbuilds-users] How to Build a Project Based On pyproject.toml for SBo

2020-05-23 Thread Jeremy Hansen
On Sat, May 23, 2020, 11:49 PM Willy Sudiarto Raharjo < will...@slackbuilds.org> wrote: > > > The project I'm running into this problem with is tinydb. > > > > https://github.com/msiemens/tinydb > > > > Can anyone provide me with a website covering how to build and package > > these types of

Re: [Slackbuilds-users] How to Build a Project Based On pyproject.toml for SBo

2020-05-23 Thread Willy Sudiarto Raharjo
> The project I'm running into this problem with is tinydb. > > https://github.com/msiemens/tinydb > > Can anyone provide me with a website covering how to build and package > these types of projects or the code on how to build it and prep it for > packaging? they provide tarball releases.

[Slackbuilds-users] How to Build a Project Based On pyproject.toml for SBo

2020-05-23 Thread Jeremy Hansen
Hey All, I have a project I'm wanting to add to SBo. This project has a lot of dependencies that aren't on SBo, so I've been working my way through them and creating SlackBuilds for those. However, I came across one that is a python project but doesn't have setup.py. Instead, it has a