HomeFreeBSD

devel/py-mdv: Exclude tests package from installation

Description

devel/py-mdv: Exclude tests package from installation

The upstream setup.py used setuptools.find_packages() without
exclusions, which caused the top-level "tests" package to be installed
into ${PYTHON_SITELIBDIR}/tests. This violated the Python packaging
hierarchy rules and led to conflicts with other ports installing files
under the same generic directory.

Patch setup.py to exclude the "tests" package from installation.

PR: 290278
Reported by: se

Details

Provenance
ehauptAuthored on Oct 17 2025, 1:38 PM
Parents
R11:faf9ce7fb1b2: audio/schismtracker: Update to 20251014
Branches
Unknown
Tags
Unknown