Bug#1027864: dh-python: use pyproject by default instead of deprecated setup.py

2023-08-18 Thread Andres Salomon
On Mon, 30 Jan 2023 12:12:48 -0400 Stefano Rivera wrote: > Hi Drew (2023.01.07_07:56:43_-0400) > > I think this is something worth a try in early trixie. > It'll likely be a change of default mode, and require packages to > explicitly the request the setuptools mode. > > > It matters in

Bug#1027864: dh-python: use pyproject by default instead of deprecated setup.py

2023-01-30 Thread Stefano Rivera
Hi Drew (2023.01.07_07:56:43_-0400) I think this is something worth a try in early trixie. It'll likely be a change of default mode, and require packages to explicitly the request the setuptools mode. > It matters in particular for python modules which are rebuilt with > different

Bug#1027864: dh-python: use pyproject by default instead of deprecated setup.py

2023-01-07 Thread Drew Parsons
Package: dh-python Followup-For: Bug #1027864 Mind you, the build module for PEP517 builds seems not to give good control of build and build-temp dirs. For example, the temp dir for building python extensions gets placed in build rather than .pybuild, which is not in the spirit of the pybuild

Bug#1027864: dh-python: use pyproject by default instead of deprecated setup.py

2023-01-04 Thread Scott Kitterman
On Tuesday, January 3, 2023 1:00:28 PM EST Drew Parsons wrote: > Package: dh-python > Version: 5.20221230 > Severity: normal > > Our pyproject (PEP517) build system now seems to be operating > reliably. Using the old default system with setup.py, we now get > reminded that it is deprecated. In

Bug#1027864: dh-python: use pyproject by default instead of deprecated setup.py

2023-01-04 Thread Drew Parsons
Package: dh-python Version: 5.20221230 Severity: normal Our pyproject (PEP517) build system now seems to be operating reliably. Using the old default system with setup.py, we now get reminded that it is deprecated. In some cases the old default setup method is even "harmful" in the sense of