[Bug 293786] devel/py-pipenv: fix stage-qa

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 13 Mar 2026 13:24:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293786

            Bug ID: 293786
           Summary: devel/py-pipenv: fix stage-qa
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: makc@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
          Assignee: sunpoet@FreeBSD.org

Created attachment 268773
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=268773&action=edit
patch

Error: Python package installs top-level 'benchmarks/' directory in
site-packages
Error:   Location: lib/python3.11/site-packages/benchmarks
Error: This causes file conflicts with other packages. Exclude it via
pyproject.toml:
Error:   [tool.setuptools.packages.find]
Error:   exclude = ["benchmarks", "benchmarks.*"]
Error: See:
https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
*** Error code 1

-- 
You are receiving this mail because:
You are the assignee for the bug.