diff options
author | Juan RP <xtraeme@gmail.com> | 2014-05-02 07:00:59 +0000 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-05-02 07:00:59 +0000 |
commit | dc3eed9f73329065884343cd82dbc9f1d249ad27 (patch) | |
tree | 829d5ce68cdaf43fa13c416bdb7638ab4a4a71e2 /Manual.md | |
parent | 5c6519bc9a42f2d995a585a96cb46ca7d0cef56a (diff) | |
download | void-packages-dc3eed9f73329065884343cd82dbc9f1d249ad27.tar void-packages-dc3eed9f73329065884343cd82dbc9f1d249ad27.tar.gz void-packages-dc3eed9f73329065884343cd82dbc9f1d249ad27.tar.bz2 void-packages-dc3eed9f73329065884343cd82dbc9f1d249ad27.tar.lz void-packages-dc3eed9f73329065884343cd82dbc9f1d249ad27.tar.xz void-packages-dc3eed9f73329065884343cd82dbc9f1d249ad27.tar.zst void-packages-dc3eed9f73329065884343cd82dbc9f1d249ad27.zip |
Manual: describe python_versions a bit more.
Diffstat (limited to 'Manual.md')
-rw-r--r-- | Manual.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Manual.md b/Manual.md index 419acc375f4..c878397a560 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. |