Update Darwin to Python 3.5 (64bit)

This commit is contained in:
j 2015-11-25 02:25:01 +01:00
commit c8252cce16
2576 changed files with 138841 additions and 63771 deletions

View file

@ -1,11 +1,10 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import re
# EASY-INSTALL-ENTRY-SCRIPT: 'pip==7.1.2','console_scripts','pip3'
__requires__ = 'pip==7.1.2'
import sys
from pip import main
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())
sys.exit(
load_entry_point('pip==7.1.2', 'console_scripts', 'pip3')()
)

View file

@ -1 +1 @@
python3.4
python3.5

Binary file not shown.

BIN
Darwin/bin/python3.5 Executable file

Binary file not shown.