Page MenuHomeFreeBSD

PyQt: Unconditionally install the .pyi files
ClosedPublic

Authored by rakuco on Feb 13 2018, 9:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 2:20 PM
Unknown Object (File)
Fri, Apr 26, 8:04 AM
Unknown Object (File)
Thu, Apr 25, 5:25 PM
Unknown Object (File)
Wed, Apr 24, 10:41 PM
Unknown Object (File)
Wed, Apr 24, 10:41 PM
Unknown Object (File)
Wed, Apr 24, 10:41 PM
Unknown Object (File)
Wed, Apr 24, 4:22 PM
Unknown Object (File)
Mon, Apr 22, 1:26 AM
Subscribers

Details

Summary

r460809 started installing .pyi with the %%PYTHON3%% substituion in the plists. Support for .pyi files was added in Python 3.5, and PyQt's configure.py only installs the files on Python >= 3.5.

This patch removes the version checks from configure.py (the files are just unused in earlier Python versions), as it is easier than checking Python 3's version in each PyQt port's Makefile (or to add the logic to Mk/Uses/pyqt.mk).

See also: bug 225773.

Test Plan

The ports built fine on Poudriere.

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 15030
Build 15132: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Feb 14 2018, 5:28 PM
This revision was automatically updated to reflect the committed changes.