Mock.GPIO icon indicating copy to clipboard operation
Mock.GPIO copied to clipboard

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

Open zed opened this issue 4 months ago • 0 comments

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.

zed avatar Oct 02 '25 10:10 zed