Skip to content

[BUG] pypi's mock-gpio 0.2.0 tarball does not correspond to v0.2.0 git tag #36

@zed

Description

@zed

Describe the bug

PyPI's mock_gpio-0.2.0.tar.gz tarball has a long list of dependencies.
While code in github corresponding to v0.2.0 tag has no dependencies (empty list).

To Reproduce
Steps to reproduce the behavior:
Download the pypi's tarball [29 Sept].
And look at Requires-Dist lines in PGK-INFO. There are a lot of them.
Or just install the package pip install Mock.GPIO==0.2.0 and see that it pulls a lot of dependencies.

Expected behavior
PKG-INFO shows no dependencies.

Installing from v0.2.0 git tag from github directly does not pull any dependencies (the desired behavior): "mock-gpio @ git+https://github.com/codenio/[email protected]"

Perhaps, it is worth bumping the version and re-uploading tarballs, wheel (uv build) to PyPI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions