update bundled virtualenv to 1.11.4

This commit is contained in:
Hanno Schlichting 2014-03-14 10:26:39 +01:00
parent 2d19fb225a
commit 0eea7fb8de
5 changed files with 403 additions and 626 deletions

View File

@ -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)

File diff suppressed because it is too large Load Diff

View File

Binary file not shown.