[Bug 272771] Mk/Uses/python.mk: Correct the .whl file name when DISTNAME contains a hyphen
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Oct 2023 22:04:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272771
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=243662
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.
--
You are receiving this mail because:
You are the assignee for the bug.