public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: Problem building a python3 package in IPFire3
Date: Fri, 22 Sep 2023 16:00:12 +0200	[thread overview]
Message-ID: <f8d8bb79-f820-497e-a795-851402368295@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1646 bytes --]

Hi All,

I was looking at updating python3-markdown in IPFire3. However that 
version no longer has a setup.py file. It only has a pyproject.toml file.

In IPFire2 we dealt with that by installing python3-build which had a 
setup.py file and then using

python3 -m build \
               --no-isolation \
               --wheel

for the build part and

pip3 install    \
                 --no-build-isolation \
                 --root="/" \
                 --no-deps \
                 --ignore-installed \
                 dist/*.whl

for the install part.

However build is now version 1.0.3 and since version 1.0.0 it no longer 
has a setup.py file in it, only a pyproject.toml file and you can't use 
build to build build until build has been installed!!!!!

The instructions for build says that you have to use pip to install 
build, although it is not clear if that will work without internet.
The above build and install worked for IPFire2 because the build stage 
used python3-build to create a wheel from the source file and then pip 
to install the generated wheel file and none of that needed to load 
things from the internet.

I am not sure how to deal with this now. This will also be a problem for 
IPFire2 if we want to bring the various python3 packages up to date.

I had a look at what Arch Linux were doing to build the python3-build 
package and they have a makedepends of python-build to build 
python-build, which I don't understand how it would work.

Looking forward to any suggestions.

Regards,

Adolf.

-- 
Sent from my laptop


             reply	other threads:[~2023-09-22 14:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-22 14:00 Adolf Belka [this message]
2023-09-28  9:16 ` Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f8d8bb79-f820-497e-a795-851402368295@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox