Page MenuHomeFreeBSD

Remove unnecessary '3.[0-6]+' argument of 'USES=python' from Makefiles
AbandonedPublic

Authored by yasu on Feb 14 2021, 6:09 PM.
Tags
None
Referenced Files
F145840692: D28666.diff
Wed, Feb 25, 2:57 AM
Unknown Object (File)
Thu, Feb 19, 12:16 AM
Unknown Object (File)
Tue, Feb 17, 12:57 PM
Unknown Object (File)
Jan 25 2026, 3:33 PM
Unknown Object (File)
Jan 25 2026, 12:31 PM
Unknown Object (File)
Dec 27 2025, 6:52 PM
Unknown Object (File)
Nov 28 2025, 9:33 PM
Unknown Object (File)
Nov 9 2025, 6:30 PM

Details

Reviewers
mat
Group Reviewers
Python
portmgr
Summary

After the commit of ports r564032, 'USES=python' without version-spec
means 'USES=python:3.6+'. So remove unnecessary '3.[0-6]+' argument of
'USES=python' from Makefiles.

Test Plan

Test build with exp-run.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 36996
Build 33885: arc lint + arc unit

Event Timeline

yasu requested review of this revision.Feb 14 2021, 6:12 PM
mat requested changes to this revision.Feb 17 2021, 1:08 PM

Let's wait for Python 2.7 to actually be removed before that cleanup.

This revision now requires changes to proceed.Feb 17 2021, 1:08 PM

Similar changes are made with commt 3d9a815d9c5a.