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)
Sun, Sep 20, 10:26 PM
Unknown Object (File)
Mon, Sep 14, 5:35 PM
Unknown Object (File)
Mon, Sep 14, 5:29 PM
Unknown Object (File)
Wed, Sep 9, 1:07 PM
Unknown Object (File)
Sat, Sep 5, 4:05 PM
Unknown Object (File)
Sat, Sep 5, 3:21 PM
Unknown Object (File)
Sat, Sep 5, 7:39 AM
Unknown Object (File)
Thu, Sep 3, 9:57 AM
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.