Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2023 15:00:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 273721] archivers/py-brotli
Message-ID:  <bug-273721-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273721

            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*.w=
hl'

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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273721-7788>