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

Distutils needs a way *not* to install files #41373

Closed
hierro mannequin opened this issue Dec 28, 2004 · 4 comments
Closed

Distutils needs a way *not* to install files #41373

hierro mannequin opened this issue Dec 28, 2004 · 4 comments
Assignees
Labels
type-feature A feature request or enhancement

Comments

@hierro
Copy link
Mannequin

hierro mannequin commented Dec 28, 2004

BPO 1092365
Nosy @tarekziade, @merwok, @akitada

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 = 'https://github.com/merwok'
closed_at = <Date 2011-09-23.16:57:12.392>
created_at = <Date 2004-12-28.19:38:15.000>
labels = ['type-feature', 'invalid']
title = 'Distutils needs a way *not* to install files'
updated_at = <Date 2011-09-23.16:57:12.390>
user = 'https://bugs.python.org/hierro'

bugs.python.org fields:

activity = <Date 2011-09-23.16:57:12.390>
actor = 'eric.araujo'
assignee = 'eric.araujo'
closed = True
closed_date = <Date 2011-09-23.16:57:12.392>
closer = 'eric.araujo'
components = ['Distutils2']
creation = <Date 2004-12-28.19:38:15.000>
creator = 'hierro'
dependencies = []
files = []
hgrepos = []
issue_num = 1092365
keywords = []
message_count = 4.0
messages = ['61177', '81406', '114536', '144461']
nosy_count = 5.0
nosy_names = ['hierro', 'tarek', 'eric.araujo', 'akitada', 'alexis']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1092365'
versions = ['3rd party']

@hierro
Copy link
Mannequin Author

hierro mannequin commented Dec 28, 2004

Sometimes you want distutils *not* to install certain
files, for instance Dulcinea's scripts. Currently you
have to install them to a bogus directory (e.g.,
/tmp/None) and then delete them. It would be nicer to
have a special value for --install-* (e.g., 'None',
'NONE', '/dev/null'), or a set of --no-install-* flags.

@hierro hierro mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Dec 28, 2004
@akitada
Copy link
Mannequin

akitada mannequin commented Feb 8, 2009

I don't understand the use case of that option.

@merwok
Copy link
Member

merwok commented Aug 21, 2010

Doesn’t --install-data /dev/null already work?

@merwok merwok removed the stdlib Python modules in the Lib dir label Aug 21, 2010
@merwok merwok removed the stdlib Python modules in the Lib dir label Aug 21, 2010
@merwok
Copy link
Member

merwok commented Sep 23, 2011

We don’t have enough information to understand what the bug is and act on it. Closing as invalid, please reopen if you can clarify.

@merwok merwok closed this as completed Sep 23, 2011
@merwok merwok added the invalid label Sep 23, 2011
@merwok merwok assigned merwok and unassigned tarekziade Sep 23, 2011
@merwok merwok closed this as completed Sep 23, 2011
@merwok merwok added the invalid label Sep 23, 2011
@merwok merwok assigned merwok and unassigned tarekziade Sep 23, 2011
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
SebastiaanZ pushed a commit to SebastiaanZ/pypethon that referenced this issue Apr 10, 2022
(cherry picked from commit af08db7)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
corona10 pushed a commit to corona10/cpython that referenced this issue May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant