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 argparse to be used in setup.py #73753

Closed
yan12125 mannequin opened this issue Feb 15, 2017 · 2 comments
Closed

Allow argparse to be used in setup.py #73753

yan12125 mannequin opened this issue Feb 15, 2017 · 2 comments
Labels
3.7 (EOL) end of life build The build process and cross-build type-feature A feature request or enhancement

Comments

@yan12125
Copy link
Mannequin

yan12125 mannequin commented Feb 15, 2017

BPO 29567
Nosy @yan12125
PRs
  • bpo-29567: Allow argparse to be used in setup.py #119
  • 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 2017-02-16.16:03:16.446>
    created_at = <Date 2017-02-15.13:55:12.326>
    labels = ['type-feature', '3.7', 'build']
    title = 'Allow argparse to be used in setup.py'
    updated_at = <Date 2017-02-16.16:03:16.444>
    user = 'https://github.com/yan12125'

    bugs.python.org fields:

    activity = <Date 2017-02-16.16:03:16.444>
    actor = 'yan12125'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-02-16.16:03:16.446>
    closer = 'yan12125'
    components = ['Build']
    creation = <Date 2017-02-15.13:55:12.326>
    creator = 'yan12125'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 29567
    keywords = []
    message_count = 2.0
    messages = ['287854', '287953']
    nosy_count = 1.0
    nosy_names = ['yan12125']
    pr_nums = ['119']
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue29567'
    versions = ['Python 3.7']

    @yan12125
    Copy link
    Mannequin Author

    yan12125 mannequin commented Feb 15, 2017

    When proposing a fix for bpo-29442, I got another issue - argparse can't be used in setup.py for native (non-cross) builds because argparse imports gettext and gettext imports struct. I'll propose a fix for that.

    @yan12125 yan12125 mannequin added 3.7 (EOL) end of life build The build process and cross-build type-feature A feature request or enhancement labels Feb 15, 2017
    @yan12125
    Copy link
    Mannequin Author

    yan12125 mannequin commented Feb 16, 2017

    As PR 119 is closed, I'll continue this in bpo-29442

    @yan12125 yan12125 mannequin closed this as completed Feb 16, 2017
    @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
    3.7 (EOL) end of life build The build process and cross-build type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants