Commit graph

8 commits

Author SHA1 Message Date
Bernát Gábor
aac61dfbaf
Fallback functionality for interpreter discovery (#1995)
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
2020-10-25 00:01:36 +01:00
Bernát Gábor
0cd009b5a1
Implement periodic update feature (#1841)
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
2020-06-21 08:28:50 +01:00
Bernat Gabor
734fe023f1
Disable distutils fixup for python 3
Until https://github.com/pypa/pip/issues/7778 is fixed and released.

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
2020-02-26 15:19:14 +00:00
Bernát Gábor
9201422a7b
Ensure distutils configuration values do not escape virtual environment (#1657)
* Ensure distutils configuration values do not escape virtual environment

Distutils has some configuration files where the user may alter paths to
point outside of the virtual environment. Defend against this by
installing a pth file that resets this to their expected path.

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>

* fix CI failure due to #pypa/pip/issues/7778

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
2020-02-24 19:08:32 +00:00
Bernát Gábor
1d9b7d1898
Better error message when build dependencies not satisfied (#1628)
This only manifests on old platforms, but as we still support them
makes sense to provide better error messages, and relax a bit our
build requirements.

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
2020-02-14 16:08:01 +00:00
Bernát Gábor
bf48544173
pyproject.toml for version generation (#1534)
Instead of the usual setup.py.

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
2020-02-02 12:21:33 +00:00
Bernát Gábor
b5f618f352
add zipapp support with bundled dependencies (#1491)
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
2020-01-16 11:09:43 +00:00
Bernát Gábor
d47ab61dc2
Stat rewrite - POC
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
2020-01-10 15:38:01 +00:00