Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

case sensitive extras not handled for dist-info (wheel) installs #362

Open
Labels
@ghost

Description

Originally reported by:qwcode (Bitbucket:qwcode, GitHub:qwcode)


aiomas-0.3.0 has case sensitive extras

#!python    extras_require={        'MsgPack': ['msgpack-python>=0.4.4'],        'MsgPackBlosc': ['blosc>=1.2.4', 'msgpack-python>=0.4.4'],    },

after a pip sdist install, everything is ok

#!pip install --no-use-wheel aiomas
#!python>>> import pkg_resources>>> d = pkg_resources.get_distribution('aiomas')>>> d.requires(d.extras)[Requirement.parse('arrow>=0.4.4'), Requirement.parse('blosc>=1.2.4'), Requirement.parse('msgpack-python>=0.4.4'), Requirement.parse('msgpack-python>=0.4.4')]

after a pip wheel install, everything is not ok

#!pip install  aiomas
#!python>>> import pkg_resources>>> d = pkg_resources.get_distribution('aiomas')>>> d.requires(d.extras)[Requirement.parse('arrow>=0.4.4')]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp