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
Port details
py-check-wheel-contents Check your wheels have the right contents
0.6.1 develnew! 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-02-20 08:18:08
Last Update: 2025-02-20 07:26:51
Commit Hash: e183779
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 = 1739962424 SHA256 (check_wheel_contents-0.6.1.tar.gz) = d1261166c24a7a0f202016e38f2601452580674e9bb35667530c2b1a1c36f690 SIZE (check_wheel_contents-0.6.1.tar.gz) = 585959

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
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. py311-attrs>=18.1 : devel/py-attrs@py311
  2. py311-click>=7.0 : devel/py-click@py311
  3. py311-packaging>=0 : devel/py-packaging@py311
  4. py311-pydantic2>=2.0<3 : devel/py-pydantic2@py311
  5. py311-wheel-filename>=1.1<2 : devel/py-wheel-filename@py311
  6. 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
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: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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: 1