aboutsummaryrefslogtreecommitdiff
path: root/lang/python-setuptools/patches
Commit message (Collapse)AuthorAge
* pip,setuptools: move as part of python,python3 buildAlexandru Ardelean2017-01-23
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-setuptools: fix path creation in setup scriptsAlexandru Ardelean2016-11-28
| | | | | | | | | | | | | This was fixed a few versions back. But then python-setuptools changed. The problem is that python scripts installed via setuptools & pip would have `#!/build_dir_path/staging_dir/target-x86_64_musl-1.1.15/host/bin/python` as the path in the script, rather than the path on the target (`/usr/bin/python`). This fixes that. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-setuptools: upgrade to version 27.1.2Alexandru Ardelean2016-09-13
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-setuptools: upgrade to version 19.4Alexandru Ardelean2016-01-18
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-setuptools: enforce __PYVENV_LAUNCHER__ env var useAlexandru Ardelean2015-08-31
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-setuptools: remove windows supportAlexandru Ardelean2015-01-08
Causes some build issues. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>