flathub / org.frescobaldi.Frescobaldi

https://flathub.org/apps/details/org.frescobaldi.Frescobaldi
1 stars 3 forks source link

Bump python-ly to 0.9.8 #33

Closed jeanas closed 1 year ago

jeanas commented 1 year ago

Fixes #32

CC @fedelibre

flathubbot commented 1 year ago

Started test build 48025

flathubbot commented 1 year ago

Build 48025 failed

jeanas commented 1 year ago

Looks like there was some network error... Maybe restarting will work?

bot, build

flathubbot commented 1 year ago

Queued test build for org.frescobaldi.Frescobaldi.

flathubbot commented 1 year ago

Started test build 48050

flathubbot commented 1 year ago

Build 48050 failed

jeanas commented 1 year ago

Same issue :(

I don't understand what is going on, the other downloads seem to have worked just fine, why does downloading setuptools fail... ?

hfiguiere commented 1 year ago

build must be offline, but it tries to download.

jeanas commented 1 year ago

What do you mean by "must be offline"? Is there no Internet access during the build? So that would explain the failure because python-ly migrated to PEP 518 so now pip tries to download latest setuptools during the build instead of using the one it has as a dependency?

If so, I guess we need --no-build-isolation.

flathubbot commented 1 year ago

Started test build 48083

flathubbot commented 1 year ago

Build 48083 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/30685/org.frescobaldi.Frescobaldi.flatpakref
jeanas commented 1 year ago

The build worked fine in my tests. @fedelibre Could you merge it? Thanks.