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

Jeremy Hansen jebrhansen+SBo at gmail.com
Sat May 30 03:36:50 UTC 2020


On Sun, May 24, 2020 at 11:08 AM Larry Hajali <larryhaja at gmail.com> 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 apparently forgot to
finish it.

Thanks Larry, that is indeed the easiest method without doing extra legwork
(and without requiring pip3).

However, I did look into Christoph's hint about pip3 install --help and it
seems the following should, but it seems to still grab the deps (at least
there's output showing its getting dependencies).

pip3 install \
  --no-deps \
  --prefix=/usr/ \
  --root=$PKG \
.

I'm not too worried about this since Larry was able to find me a good
tarball. Thanks again!

Jeremy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20200529/bbdf7932/attachment-0001.htm>


More information about the SlackBuilds-users mailing list