Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow install_headers command to follow specific directory structure #71310

Closed
sylvaincorlay mannequin opened this issue May 25, 2016 · 5 comments
Closed

Allow install_headers command to follow specific directory structure #71310

sylvaincorlay mannequin opened this issue May 25, 2016 · 5 comments
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@sylvaincorlay
Copy link
Mannequin

sylvaincorlay mannequin commented May 25, 2016

BPO 27123
Nosy @merwok, @zooba, @dstufft

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2021-02-03.18:21:52.528>
created_at = <Date 2016-05-25.14:24:35.672>
labels = ['type-feature', 'library']
title = 'Allow `install_headers` command to follow specific directory structure'
updated_at = <Date 2021-02-03.18:21:52.527>
user = 'https://bugs.python.org/sylvaincorlay'

bugs.python.org fields:

activity = <Date 2021-02-03.18:21:52.527>
actor = 'steve.dower'
assignee = 'none'
closed = True
closed_date = <Date 2021-02-03.18:21:52.528>
closer = 'steve.dower'
components = ['Distutils']
creation = <Date 2016-05-25.14:24:35.672>
creator = 'sylvain.corlay'
dependencies = []
files = []
hgrepos = []
issue_num = 27123
keywords = []
message_count = 5.0
messages = ['266360', '268568', '268571', '268572', '386368']
nosy_count = 5.0
nosy_names = ['eric.araujo', 'python-dev', 'steve.dower', 'dstufft', 'sylvain.corlay']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue27123'
versions = ['Python 2.7', 'Python 3.6']

@sylvaincorlay
Copy link
Mannequin Author

sylvaincorlay mannequin commented May 25, 2016

(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's you specify a list of files that will be copied over to a sub-directory of sysconfig.get_path('include').

It would be useful to enable the same feature for headers as we have for data files.

@sylvaincorlay sylvaincorlay mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels May 25, 2016
@python-dev
Copy link
Mannequin

python-dev mannequin commented Jun 14, 2016

New changeset 9ee36b74b432 by Gregory P. Smith in branch '3.5':
Issue bpo-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 bpo-27123: When an exception is raised within the context being
https://hg.python.org/cpython/rev/9fadeee05880

@gpshead
Copy link
Member

gpshead commented Jun 14, 2016

(ignore that... typo in the commit log for bpo-27122's fix)

@python-dev
Copy link
Mannequin

python-dev mannequin commented Jun 14, 2016

New changeset 6bb68eae63e8 by Gregory P. Smith in branch '3.5':
bpo-27122: fix typo in the news file, wrong issue #. not bpo-27123.
https://hg.python.org/cpython/rev/6bb68eae63e8

New changeset 4e1dbfcc9449 by Gregory P. Smith in branch 'default':
bpo-27122: fix typo in the news file, wrong issue #. not bpo-27123.
https://hg.python.org/cpython/rev/4e1dbfcc9449

@zooba
Copy link
Member

zooba commented Feb 3, 2021

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 you believe it still requires a fix, most likely the issue should be re-reported at https://github.com/pypa/setuptools

@zooba zooba closed this as completed Feb 3, 2021
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants