Six is a Python 2 and 3 compatibility library.
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): https://pypi.io/packages/source/s/six/six-1.11.0.tar.gz
Download MD5 sum: d12789f9baf7e9fb2524c0c64f1773f8
Download size: 32 KB
Estimated disk space required: 352 KB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/six
Install six for Python2 by running the following commands:
python2 setup.py build
This package does not come with a test suite.
Now, as the root
user:
python2 setup.py install --optimize=1
Install six for Python3 by running the following commands:
python3 setup.py build
This package does not come with a test suite.
Now, as the root
user:
python3 setup.py install --optimize=1