Bug#959407: Not needed for Debian Python Packages

2022-01-02 Thread Scott Kitterman
We now have a more general solution for PEP 517/518 (and PEP 621) based packages in pybuild using a different approach. This package is not needed to support Deiban Python package building. Scott K signature.asc Description: This is a digitally signed message part.

Bug#959407:

2021-06-10 Thread Nicholas Brown (Nick)
There appear to be some overlap with #984824 (dh-python: pybuild needs to support toml (PEP517/PEP518) builds with no setup.py) which is also looking for pybuild to support pyproject.toml using projects with various backends (setuptools.build_meta, flit, poetry, etc)

Bug#959407: dh-python: pybuild without setup.py

2021-03-01 Thread Nicholas D Steeves
Control: retitle -1 RFP: dephell -- project management for Python Control: noowner -1 Unsetting myself as owner and converting the bug to an RFP, because I've reevaluated my anticipated dedication to maintaining this package, and I have too many "aspirational projects" ;-)

Bug#959407: dh-python: pybuild without setup.py

2020-12-11 Thread Luca Boccassi
On Tue, 27 Oct 2020 19:15:12 -0400 Nicholas D Steeves wrote: > Hi Scott, > > Scott Kitterman writes: > > > On May 2, 2020 4:17:20 AM UTC, Drew Parsons wrote: > >>> pybuild will want to support it > >> > >>Some discussion has started on the mailing list, > >> >

Bug#959407: dh-python: pybuild without setup.py

2020-10-27 Thread Nicholas D Steeves
Hi Scott, Scott Kitterman writes: > On May 2, 2020 4:17:20 AM UTC, Drew Parsons wrote: >>> pybuild will want to support it >> >>Some discussion has started on the mailing list, >> >>https://lists.debian.org/debian-python/2020/04/msg00061.html > > As mentioned in the thread, there's a pybuild

Bug#959407: support PEP 581 now!

2020-10-16 Thread Drew Parsons
forcemerge 959407 972368 retitle 959407 dh-python: support pyproject.toml builds (PEP 518) without setup.py thanks Activating the flit plugin is not sufficient to enable pyproject.toml builds. As the pybuild man page says, "These can be identified by the presence of a build-backend =

Bug#959407: dh-python: pybuild without setup.py

2020-05-01 Thread Scott Kitterman
On May 2, 2020 4:17:20 AM UTC, Drew Parsons wrote: >> pybuild will want to support it > >Some discussion has started on the mailing list, > >https://lists.debian.org/debian-python/2020/04/msg00061.html As mentioned in the thread, there's a pybuild plugin for packages that use flit to build

Bug#959407: dh-python: pybuild without setup.py

2020-05-01 Thread Drew Parsons
Package: dh-python Version: 4.20200315 Severity: normal There are movements around upstream packages to stop using setup.py. https://stackoverflow.com/questions/58753970/how-to-build-a-source-distribution-without-using-setup-py-file PEP517 seems to be the culprit behind this movement,