Searched defs:setuptools (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/cython/src/
H A Dsetupegg.py2 """Wrapper to run setup.py using setuptools."""
3 import setuptools namespace
/external/antlr/antlr-3.4/runtime/Python/
H A Dez_setup.py2 """Bootstrap setuptools installation
4 If you want to use setuptools in your package's setup.py, just include this
10 If you want to require a specific version of setuptools, set a download
14 This file can also be run as a script to install or upgrade setuptools.
18 DEFAULT_URL = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]
21 'setuptools-0.6b1-py2.3.egg': '8822caf901250d848b996b7f25c6e6ca',
22 'setuptools-0.6b1-py2.4.egg': 'b79a8a403e4502fbb85ee3f1941735cb',
23 'setuptools-0.6b2-py2.3.egg': '5657759d8a6d8fc44070a9d07272d99b',
24 'setuptools-0.6b2-py2.4.egg': '4996a8d169d2be661fa32a6e52e4f82a',
25 'setuptools
75 import setuptools namespace
85 import setuptools; setuptools.bootstrap_install_from = egg namespace
151 import setuptools namespace
[all...]
/external/chromium_org/third_party/protobuf/python/
H A Dez_setup.py7 """Bootstrap setuptools installation
9 If you want to use setuptools in your package's setup.py, just include this
15 If you want to require a specific version of setuptools, set a download
19 This file can also be run as a script to install or upgrade setuptools.
23 DEFAULT_URL = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3]
26 'setuptools-0.6b1-py2.3.egg': '8822caf901250d848b996b7f25c6e6ca',
27 'setuptools-0.6b1-py2.4.egg': 'b79a8a403e4502fbb85ee3f1941735cb',
28 'setuptools-0.6b2-py2.3.egg': '5657759d8a6d8fc44070a9d07272d99b',
29 'setuptools-0.6b2-py2.4.egg': '4996a8d169d2be661fa32a6e52e4f82a',
30 'setuptools
104 import setuptools; setuptools.bootstrap_install_from = egg namespace
211 import setuptools namespace
[all...]
/external/protobuf/python/
H A Dez_setup.py7 """Bootstrap setuptools installation
9 If you want to use setuptools in your package's setup.py, just include this
15 If you want to require a specific version of setuptools, set a download
19 This file can also be run as a script to install or upgrade setuptools.
23 DEFAULT_URL = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3]
26 'setuptools-0.6b1-py2.3.egg': '8822caf901250d848b996b7f25c6e6ca',
27 'setuptools-0.6b1-py2.4.egg': 'b79a8a403e4502fbb85ee3f1941735cb',
28 'setuptools-0.6b2-py2.3.egg': '5657759d8a6d8fc44070a9d07272d99b',
29 'setuptools-0.6b2-py2.4.egg': '4996a8d169d2be661fa32a6e52e4f82a',
30 'setuptools
96 import setuptools; setuptools.bootstrap_install_from = egg namespace
203 import setuptools namespace
[all...]

Completed in 491 milliseconds