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

add a new command called "check" into Distutils #49982

Closed
tarekziade mannequin opened this issue Apr 9, 2009 · 3 comments
Closed

add a new command called "check" into Distutils #49982

tarekziade mannequin opened this issue Apr 9, 2009 · 3 comments
Assignees
Labels
type-feature A feature request or enhancement

Comments

@tarekziade
Copy link
Mannequin

tarekziade mannequin commented Apr 9, 2009

BPO 5732
Nosy @tarekziade
Dependencies
  • bpo-6041: change sdist and register command so they use check
  • 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/tarekziade'
    closed_at = <Date 2009-05-16.16:49:31.899>
    created_at = <Date 2009-04-09.23:15:35.524>
    labels = ['type-feature']
    title = 'add a new command called "check" into Distutils'
    updated_at = <Date 2009-05-16.16:49:50.638>
    user = 'https://github.com/tarekziade'

    bugs.python.org fields:

    activity = <Date 2009-05-16.16:49:50.638>
    actor = 'tarek'
    assignee = 'tarek'
    closed = True
    closed_date = <Date 2009-05-16.16:49:31.899>
    closer = 'tarek'
    components = []
    creation = <Date 2009-04-09.23:15:35.524>
    creator = 'tarek'
    dependencies = ['6041']
    files = []
    hgrepos = []
    issue_num = 5732
    keywords = []
    message_count = 3.0
    messages = ['85835', '85864', '87903']
    nosy_count = 1.0
    nosy_names = ['tarek']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = None
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue5732'
    versions = ['Python 3.1', 'Python 2.7']

    @tarekziade
    Copy link
    Mannequin Author

    tarekziade mannequin commented Apr 9, 2009

    Right now, both register and sdist commands are implementing a
    check_metadata function to check that the metadata are complete enough.

    check will refactor this and also add a test to validate that the
    long_description is/is not reST compliant (if asked *and* if docutils is
    present)

    of course distutils will not introduce a hard dependency on docutils and
    both register and sdist wil continue to work the same way (but use check
    underneath)

    @tarekziade tarekziade mannequin self-assigned this Apr 9, 2009
    @tarekziade tarekziade mannequin added the type-feature A feature request or enhancement label Apr 9, 2009
    @tarekziade
    Copy link
    Mannequin Author

    tarekziade mannequin commented Apr 11, 2009

    'check' added in r71473 and r71473

    Now working on sdist and register so they use it.

    @tarekziade
    Copy link
    Mannequin Author

    tarekziade mannequin commented May 16, 2009

    closing (created a new ticket bpo-6041 for sdist and register inclusion)

    @tarekziade tarekziade mannequin closed this as completed May 16, 2009
    @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
    type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants