Re: Different behavior of package with pyproject.toml

2022-12-04 Thread Ole Streicher
Scott Kitterman writes: > On December 4, 2022 3:42:15 PM UTC, Ole Streicher wrote: >>So I would suspect that it is already the build does something wrong >>here. Which package is that? pybuild-plugin-pyproject? > > > python3-installer Thank you, I filed a bug. Best Ole

Re: Different behavior of package with pyproject.toml

2022-12-04 Thread Scott Kitterman
On December 4, 2022 3:42:15 PM UTC, Ole Streicher wrote: >Hi Scott, > >thanks for the hint. > >Scott Kitterman writes: >> My first guess is that in some circumstances setuptools is doing the >> installing >> and in others it's the dh-python pyproject plugin (using the installer >> module).

Re: Different behavior of package with pyproject.toml

2022-12-04 Thread Ole Streicher
Hi Scott, thanks for the hint. Scott Kitterman writes: > My first guess is that in some circumstances setuptools is doing the > installing > and in others it's the dh-python pyproject plugin (using the installer > module). Looking at the build log on buildd.d.o, I can see that build is > us

Re: Different behavior of package with pyproject.toml

2022-12-03 Thread Scott Kitterman
On Saturday, December 3, 2022 11:19:06 AM EST Ole Streicher wrote: > Hi, > > I need some help with a package that switched to using pyproject.toml > only. The package is asdf-astropy, and the problem I have that it does > not package all Python files recursively: for example astropy_asdf.io > file