K 10 svn:author V 5 koobs K 8 svn:date V 27 2019-07-03T07:31:01.608334Z K 7 svn:log V 742 Uses/python.mk: Clarify language, messaging and usage for Make it clear that is a declarative not imperative specification to declare what version of Python a port or software *supports*, not the versions it should *use*. The version that gets selected is a function of Python.mk, DEFAULT_VERSIONS which change over time, and can be overridden or otherwise set by the user. While I'm here, add a special note about bare USES=python (without a ), which is likely to be deprecated at some point down the line. In the meantime, describe what the semantics of not specifying a entails, and encourage minimisation of its use where appropriate. Approved by: koobs (python, maintainer) END