Re: New pybuild plugin for PEP-517 pyproject.toml projects

2021-12-29 Thread Scott Kitterman
On December 29, 2021 11:33:26 PM UTC, Michel Alexandre Salim wrote: >Hi Stefano, > >On Wed, Dec 29, 2021 at 10:17:57PM +, stefa...@debian.org wrote: >> Hi debian-python (2021.12.17_23:52:14_+) >> > - Build-depend on `dh-python-pep517` as well as any build tools >> > specified by upst

Re: New pybuild plugin for PEP-517 pyproject.toml projects

2021-12-29 Thread Michel Alexandre Salim
Hi Stefano, On Wed, Dec 29, 2021 at 10:17:57PM +, stefa...@debian.org wrote: > Hi debian-python (2021.12.17_23:52:14_+) > > - Build-depend on `dh-python-pep517` as well as any build tools > > specified by upstream in pyproject.toml (in build-system.requires) > > such as python3-setupto

Re: New pybuild plugin for PEP-517 pyproject.toml projects

2021-12-29 Thread stefanor
Hi debian-python (2021.12.17_23:52:14_+) > - Build-depend on `dh-python-pep517` as well as any build tools > specified by upstream in pyproject.toml (in build-system.requires) > such as python3-setuptools, flit, or python3-poetry-core At upstream's suggestion, this is renamed to pybuild-pl

New pybuild plugin for PEP-517 pyproject.toml projects

2021-12-17 Thread Stefano Rivera
The Python world has developed new standards for building and distributing modules. The previous approach of running setup.py has been replaced by a build API described in PEP517 (and some associated documents). An increasing number of projects now use this approach to building - there is no setup