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

setuptools: bdist_wininst adds duplicate entry to dist_files #47195

Closed
htgoebel mannequin opened this issue May 22, 2008 · 3 comments
Closed

setuptools: bdist_wininst adds duplicate entry to dist_files #47195

htgoebel mannequin opened this issue May 22, 2008 · 3 comments
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@htgoebel
Copy link
Mannequin

htgoebel mannequin commented May 22, 2008

BPO 2946
Nosy @loewis
Files
  • simple-0.0.0.0.1.tar.gz: simple package to show the bug
  • 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 2008-05-23.18:54:09.532>
    created_at = <Date 2008-05-22.15:00:56.102>
    labels = ['invalid', 'type-bug', 'library']
    title = 'setuptools: bdist_wininst adds duplicate entry to dist_files'
    updated_at = <Date 2008-05-23.18:54:09.479>
    user = 'https://bugs.python.org/htgoebel'

    bugs.python.org fields:

    activity = <Date 2008-05-23.18:54:09.479>
    actor = 'loewis'
    assignee = 'none'
    closed = True
    closed_date = <Date 2008-05-23.18:54:09.532>
    closer = 'loewis'
    components = ['Distutils']
    creation = <Date 2008-05-22.15:00:56.102>
    creator = 'htgoebel'
    dependencies = []
    files = ['10404']
    hgrepos = []
    issue_num = 2946
    keywords = []
    message_count = 3.0
    messages = ['67193', '67205', '67258']
    nosy_count = 2.0
    nosy_names = ['loewis', 'htgoebel']
    pr_nums = []
    priority = 'normal'
    resolution = 'not a bug'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue2946'
    versions = ['3rd party']

    @htgoebel
    Copy link
    Mannequin Author

    htgoebel mannequin commented May 22, 2008

    In setuptools 0.6c8 has a bug in bdist_wininst:

    Distribution files are listed twice
    distribution.dist_files. This hinders developing tools which use
    this data. In addition upload will upload the file twice to pypi.

    I need this bug fixed for automated upload of files using
    <http://origo-submit.origo.ethz.ch\>;.

    Enclosed please find a simple package to show the bug. Just run

    python setup.py bdist_wininst

    this shows one entry. Now run

    python setup-setuptools.py bdist_wininst

    this shows two entires.

    The only difference between both setup files is wherefrom setup() is
    imported.

    @htgoebel htgoebel mannequin added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels May 22, 2008
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented May 22, 2008

    Is that a bug in setuptools? If so, don't report it here - setuptools is
    a separate project, not part of the core Python (bdist_wininst is part
    of distutils).

    @htgoebel
    Copy link
    Mannequin Author

    htgoebel mannequin commented May 23, 2008

    Yes. I've coincidently found the setptools bugtracker today and filed a
    bug-report there.

    Please Close.

    @loewis loewis mannequin closed this as completed May 23, 2008
    @loewis loewis mannequin added the invalid label May 23, 2008
    @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-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants