[issue27123] Allow `install_headers` command to follow specific directory structure

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If y

[issue27123] Allow `install_headers` command to follow specific directory structure

2016-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6bb68eae63e8 by Gregory P. Smith in branch '3.5': issue27122: fix typo in the news file, wrong issue #. not issue27123. https://hg.python.org/cpython/rev/6bb68eae63e8 New changeset 4e1dbfcc9449 by Gregory P. Smith in branch 'default': issue27122: f

[issue27123] Allow `install_headers` command to follow specific directory structure

2016-06-14 Thread Gregory P. Smith
Changes by Gregory P. Smith : -- nosy: -gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue27123] Allow `install_headers` command to follow specific directory structure

2016-06-14 Thread Gregory P. Smith
Gregory P. Smith added the comment: (ignore that... typo in the commit log for issue27122's fix) -- nosy: +gregory.p.smith ___ Python tracker ___

[issue27123] Allow `install_headers` command to follow specific directory structure

2016-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9ee36b74b432 by Gregory P. Smith in branch '3.5': Issue #27123: When an exception is raised within the context being https://hg.python.org/cpython/rev/9ee36b74b432 New changeset 9fadeee05880 by Gregory P. Smith in branch 'default': Issue #27123: Whe

[issue27123] Allow `install_headers` command to follow specific directory structure

2016-05-25 Thread Sylvain Corlay
New submission from Sylvain Corlay: (instead of making a flat copy of the specified list of headers) Unlike wheel's `data_files`, which allows to specify data files as a list of tuples `[(target_directory, [list of files for target directory])]` the `headers` setup keyword argument only let'