From dc3eed9f73329065884343cd82dbc9f1d249ad27 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 2 May 2014 09:00:59 +0200 Subject: [PATCH] Manual: describe python_versions a bit more. --- Manual.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index 419acc375f..c878397a56 100644 --- a/Manual.md +++ b/Manual.md @@ -341,7 +341,7 @@ by all supported architectures. default all binaries are stripped. - `python_versions` A white space seperated list of python versions which will -be used to build that package. This is only used by build_style=python-module. +be used to build that package. This is only used by the `python-module` build style. ### build style scripts @@ -378,6 +378,9 @@ available in repositories. [ExtUtils::MakeMaker](http://perldoc.perl.org/ExtUtils/MakeMaker.html) build method. - `python-module` For packages that use the Python module build method (setup.py). +By default the module will be built for python2. The `python_versions` variable may +be defined to set the allowed python versions to be built, i.e: +`python_version="2 3"`. - `waf3` For packages that use the Python3 `waf` build method with python3.