witty-crayon-22786
03/15/2020, 10:51 PMwitty-crayon-22786
03/16/2020, 3:26 PMwitty-crayon-22786
03/16/2020, 9:30 PMpip \
--disable-pip-version-check \
-vvvvv \
--isolated \
download \
--dest \
blah \
--no-index \
--find-links \
<https://example.com/home/third_party/source/python/bootstrap/> \
--find-links \
<https://example.com/home/third_party/source/python/wheels/> \
--find-links \
<https://example.com/home/third_party/source/python/deprecated/> \
--platform \
manylinux2014_x86_64 \
--platform \
linux_x86_64 \
--implementation \
cp \
--python-version \
27 \
--abi \
cp27m \
--only-binary :all: \
--pre \
'pytest-cov<3,>=2.8.1' \
'pytest<3.7,>=3.0.7' \
'zipp==1.1.0'
witty-crayon-22786
03/18/2020, 12:50 AMwitty-crayon-22786
03/19/2020, 12:03 AMwide-energy-11069
03/19/2020, 5:57 PMenough-analyst-54434
03/19/2020, 6:45 PMenough-analyst-54434
03/19/2020, 6:46 PMenough-analyst-54434
03/19/2020, 6:46 PMwide-energy-11069
03/19/2020, 6:50 PMwide-energy-11069
03/19/2020, 11:58 PMwide-energy-11069
03/20/2020, 12:00 AMwide-energy-11069
03/20/2020, 12:01 AMaverage-vr-56795
03/23/2020, 2:00 PMpex.third_party
- does this sound about right, and do people have thoughts on how to improve that?average-vr-56795
03/23/2020, 2:31 PM.pex
execution from ~1000ms to ~500ms - if I wanted to turn this into something real, any thoughts on what it would look like? A flag/env-var to specify a short-circuiting selection?average-vr-56795
03/23/2020, 2:35 PMwitty-crayon-22786
03/23/2020, 9:58 PMwitty-crayon-22786
03/23/2020, 9:58 PMaverage-vr-56795
03/23/2020, 10:46 PMpyparsing
is super expensive, and we import two copies of it, one from ./.bootstrap/pex/vendor/_vendored/packaging/pyparsing.py
and another from ./.bootstrap/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/pyparsing.py
. I don’t know much about this vendoring, but do you know if there’s a nice way to use one twice, rather than load them both?enough-analyst-54434
03/23/2020, 10:47 PMenough-analyst-54434
03/23/2020, 10:49 PMaverage-vr-56795
03/23/2020, 10:50 PMaverage-vr-56795
03/23/2020, 10:53 PMpkg_resources
🙂)aloof-angle-91616
03/23/2020, 10:54 PMaverage-vr-56795
03/23/2020, 10:54 PMaloof-angle-91616
03/23/2020, 10:54 PMaverage-vr-56795
03/23/2020, 10:55 PMenough-analyst-54434
03/23/2020, 10:55 PMaloof-angle-91616
03/23/2020, 10:55 PMenough-analyst-54434
03/23/2020, 10:55 PM