[Bug 273721] archivers/py-brotli

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 11 Sep 2023 15:00:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273721

            Bug ID: 273721
           Summary: archivers/py-brotli
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: jarmstrong@wi.rr.com
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
          Assignee: sunpoet@FreeBSD.org

While upgrading py-brotli, it built Brotli-1.1.0 but, due to a casing bug, the
script is looking for the wrong Wheel:

FileNotFoundError: [Errno 2] No such file or directory:
'/usr/ports/archivers/py-brotli/work-py39/Brotli-1.1.0/dist/brotli-1.1.0*.whl'

chestnut_handy 14# ls
Brotli-1.1.0-cp39-cp39-freebsd_13_2_release_p3_amd64.whl
chestnut_handy 15# pwd
/usr/ports/archivers/py-brotli/work-py39/Brotli-1.1.0/dist

It's looking for a lowercase brotli-*.whl but the built Wheel starts with an
uppercase B, so it's failing.

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