Page MenuHomeFreeBSD

security/py-service[_-]identity: remove duplicate clashing ports
Needs ReviewPublic

Authored by girgen on Nov 20 2023, 4:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 14, 7:55 PM
Unknown Object (File)
Mar 15 2025, 8:01 PM
Unknown Object (File)
Feb 27 2025, 7:21 AM
Unknown Object (File)
Nov 5 2024, 3:14 PM
Unknown Object (File)
Oct 19 2024, 12:38 AM
Unknown Object (File)
Oct 19 2024, 12:36 AM
Unknown Object (File)
Oct 18 2024, 11:12 PM
Unknown Object (File)
Oct 1 2024, 1:07 PM
Subscribers

Details

Reviewers
None
Group Reviewers
Python
Summary

security/py-service[_-]identity: remove duplicate clashing ports

The port was renamed upstreams to use a hyphen in the name instead of an
underscore. A duplicate port was introduced into the ports tree and they
clash since they install the same file. Python does not distinguish
between _ and - in package names.

PR: 275167

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

girgen created this revision.
vishwin added subscribers: sunpoet, vishwin.

Looks like @sunpoet has taken the bug so they will handle the commit, with maintainer of the service_identity port approving.

Note that Python name normalisation rules regard all of hyphen (-), low line (_) and full stop (.) as equivalent and normalised to hyphen (-). However, for wheel filenames, they are instead normalised to low line (_).

Also don't forget to add a MOVED entry.