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 29, 7:58 AM
Unknown Object (File)
Mar 2 2024, 10:55 AM
Unknown Object (File)
Jan 3 2024, 5:34 AM
Unknown Object (File)
Dec 26 2023, 9:35 AM
Unknown Object (File)
Dec 22 2023, 11:40 PM
Unknown Object (File)
Dec 21 2023, 3:52 AM
Unknown Object (File)
Nov 23 2023, 1:50 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.