Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2023 07:43:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 272771] Mk/Uses/python.mk: Correct the .whl file name when DISTNAME contains a hyphen
Message-ID:  <bug-272771-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 272771
           Summary: Mk/Uses/python.mk: Correct the .whl file name when
                    DISTNAME contains a hyphen
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: yuri@freebsd.org

Created attachment 243662
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D243662&action=
=3Dedit
patch

When DISTNAME contains a hyphen and this DISTNAME value is set as project
version - the wheel file name contains ".post" in place of "-".

For example, DISTVERSION=3D1.1.0-3 would become "1.1.0.post3" in the wheel =
name.

See the cad/py-amaranth port for an example of this: it uses the equivalent=
 of
this patch as a workaround.

--=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-272771-7788>