Re: pybuild pyproject.toml problem

2022-08-12 Thread Ole Streicher
Scott Talbert writes: > On Fri, 12 Aug 2022, Ole Streicher wrote: >> Scott Talbert writes: >>> On Thu, 11 Aug 2022, Ole Streicher wrote: E: pybuild pybuild:369: build: plugin pyproject failed with: UNKNOWN wheel found: UNKNOWN-1.0.3-py3-none-any.whl. Does pyproject.toml specify a b

Re: pybuild pyproject.toml problem

2022-08-12 Thread Scott Talbert
On Fri, 12 Aug 2022, Ole Streicher wrote: Scott Talbert writes: On Thu, 11 Aug 2022, Ole Streicher wrote: ---8<--- * Building wheel... Successfully built UNKNOWN-1.0.3-py3-none-any.whl I: pybuild plugin_pyproject:118: Unpacking wheel

Re: pybuild pyproject.toml problem

2022-08-12 Thread Ole Streicher
Scott Talbert writes: > On Thu, 11 Aug 2022, Ole Streicher wrote: >> ---8<--- >> * Building wheel... >> Successfully built UNKNOWN-1.0.3-py3-none-any.whl >> I: pybuild plugin_pyproject:118: Unpacking wheel built for >> python3.10 with "in

Re: pybuild pyproject.toml problem

2022-08-12 Thread Stefano Rivera
Hi Scott (2022.08.11_21:57:04_+) > I *think* the issue might be that our setuptools is too old to understand > how to get project metadata from pyproject.toml (PEP 621). This seems to > indicate that it was added in setuptools 61.0.0: > > https://setuptools.pypa.io/en/latest/userguide/pyproje

Re: pybuild pyproject.toml problem

2022-08-11 Thread Scott Talbert
On Thu, 11 Aug 2022, Ole Streicher wrote: Hi, I have a package https://salsa.debian.org/debian-astro-team/asdf-standard that changed its build process to pyproject.toml. As hinted by pybuild, I added pybuild-plugin-pyproject to the build dependencies; however it still does not build properly.

pybuild pyproject.toml problem

2022-08-11 Thread Ole Streicher
Hi, I have a package https://salsa.debian.org/debian-astro-team/asdf-standard that changed its build process to pyproject.toml. As hinted by pybuild, I added pybuild-plugin-pyproject to the build dependencies; however it still does not build properly. The build fails with the following output: