notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
py-check-wheel-contents Check your wheels have the right contents
0.6.2 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.6.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-02-20 08:18:08
Last Update: 2025-05-25 09:52:31
Commit Hash: c3b665d
Also Listed In: python
License: MIT
WWW:
https://github.com/jwodder/check-wheel-contents
Description:
Getting the right files into your wheel is tricky, and sometimes we mess up and publish a wheel containing __pycache__ directories or tests/. Do we have to manually check the contents of every wheel we build before uploading it to PyPI? How about letting this program check for you? Just run check-wheel-contents on your wheel, and it'll fail and notify you if any of several common errors & mistakes are detected. The errors are described below, along with common causes and corresponding fixes.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}check-wheel-contents>0:devel/py-check-wheel-contents@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-check-wheel-contents/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-check-wheel-contents
  • pkg install py311-check-wheel-contents
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-check-wheel-contents listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-check-wheel-contents
Package flavors (<flavor>: <package>)
  • py311: py311-check-wheel-contents
distinfo:
TIMESTAMP = 1747715354 SHA256 (check_wheel_contents-0.6.2.tar.gz) = f4a01d2b5bb62a91781cf4b5c0f472fcb41a0790027a34de05ca69b552717d32 SIZE (check_wheel_contents-0.6.2.tar.gz) = 585951

Packages (timestamps in pop-ups are UTC):
py311-check-wheel-contents
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.6.20.6.2-0.6.20.6.2---
FreeBSD:13:quarterly0.6.20.6.2-0.6.20.6.2---
FreeBSD:14:latest0.6.20.6.2-0.6.20.6.2---
FreeBSD:14:quarterly0.6.20.6.2-0.6.20.6.2---
FreeBSD:15:latest--n/a0.6.2n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-hatchling>=0 : devel/py-hatchling@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-check-wheel-contents
USES:
python:3.10+
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/c/check_wheel_contents/
  2. https://pypi.org/packages/source/c/check_wheel_contents/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6.2
25 May 2025 09:52:31
commit hash: c3b665ddc7fd1d444e10553813ee068e9c19f7d9commit hash: c3b665ddc7fd1d444e10553813ee068e9c19f7d9commit hash: c3b665ddc7fd1d444e10553813ee068e9c19f7d9commit hash: c3b665ddc7fd1d444e10553813ee068e9c19f7d9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-check-wheel-contents: Update to 0.6.2

- Add GitHub to MASTER_SITES

Changes:	https://github.com/jwodder/check-wheel-contents/releases
0.6.1
20 Feb 2025 07:26:51
commit hash: e1837799ef2a4642324ea9ceb07b919e4ff554f0commit hash: e1837799ef2a4642324ea9ceb07b919e4ff554f0commit hash: e1837799ef2a4642324ea9ceb07b919e4ff554f0commit hash: e1837799ef2a4642324ea9ceb07b919e4ff554f0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-check-wheel-contents: Add py-check-wheel-contents 0.6.1

Getting the right files into your wheel is tricky, and sometimes we mess up and
publish a wheel containing __pycache__ directories or tests/. Do we have to
manually check the contents of every wheel we build before uploading it to PyPI?
How about letting this program check for you? Just run check-wheel-contents on
your wheel, and it'll fail and notify you if any of several common errors &
mistakes are detected. The errors are described below, along with common causes
and corresponding fixes.

Number of commits found: 2