update bundled virtualenv to 1.11.4
This commit is contained in:
5
Makefile
5
Makefile
@@ -4,7 +4,7 @@ PYTHON = $(BIN)/python
|
||||
|
||||
PIP_DOWNLOAD_CACHE ?= $(HERE)/.pip_cache
|
||||
INSTALL = $(BIN)/pip install
|
||||
INSTALL += --download-cache $(PIP_DOWNLOAD_CACHE) --use-mirrors
|
||||
INSTALL += --download-cache $(PIP_DOWNLOAD_CACHE)
|
||||
|
||||
BUILD_DIRS = bin build include lib lib64 man share
|
||||
|
||||
@@ -31,8 +31,7 @@ endif
|
||||
all: build
|
||||
|
||||
$(PYTHON):
|
||||
python sw/virtualenv.py --distribute .
|
||||
rm distribute-0.6.*.tar.gz
|
||||
python sw/virtualenv.py .
|
||||
|
||||
build: $(PYTHON)
|
||||
ifeq ($(GEVENT_SUPPORTED),yes)
|
||||
|
1024
sw/virtualenv.py
1024
sw/virtualenv.py
File diff suppressed because it is too large
Load Diff
0
sw/virtualenv_support/__init__.py
Normal file
0
sw/virtualenv_support/__init__.py
Normal file
BIN
sw/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl
Normal file
BIN
sw/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl
Normal file
Binary file not shown.
BIN
sw/virtualenv_support/setuptools-2.2-py2.py3-none-any.whl
Normal file
BIN
sw/virtualenv_support/setuptools-2.2-py2.py3-none-any.whl
Normal file
Binary file not shown.
Reference in New Issue
Block a user