On Wed, 23 Nov 2022 01:09:43 -0600 jgart <jg...@dismail.de> wrote:
> On Wed, 23 Nov 2022 07:12:55 +0100 Julien Lepiller <jul...@lepiller.eu> wrote:

> %% python-build-system phases
> flowchart TB
>     unpack --> 
>     ensure-no-mtimes-pre-1980 -->
>     enable-bytecode-determinism --> 
>     ensure-no-cythonized-files --> 
>     build --> 
>     install -->
>     add-install-to-pythonpath --> 
>     add-install-to-path -->
>     wrap --> 
>     check -->
>     sanity-check --> 
>     rename-pth-file -->
>     strip
> 

The above is the unmodified python-build-system phases but our idea here
is to generate them for each package and to account for changes made by
the modify-phases macro?

Reply via email to