Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Oct 2023 22:04:36 +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-pAVSa2Psym@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272771-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272771-7788@https.bugs.freebsd.org/bugzilla/>

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

Charlie Li <vishwin@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #243662|                            |maintainer-approval-
              Flags|                            |

--- Comment #1 from Charlie Li <vishwin@freebsd.org> ---
Comment on attachment 243662
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D243662
patch

This isn't correct for all cases.

Current versions of setuptools_scm use .dev{distance} as the default scheme=
 for
versions derived from a git-describe(1) or similar. versioningit still uses
.post{distance} by default. In essence, there isn't any consistency here.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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