Searched refs:setuptools (Results 1 - 12 of 12) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
H A Dsetup.py32 from setuptools import setup
H A DMakefile5 sudo apt-get install subversion fakeroot python-setuptools python-subversion
/external/chromium-trace/trace-viewer/third_party/webapp2/
H A Dsetup.py36 from setuptools import setup
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/
H A Dsetup.py18 from setuptools import setup
/external/chromium-trace/trace-viewer/third_party/WebOb/
H A Dsetup.py1 from setuptools import setup
/external/chromium-trace/trace-viewer/third_party/six/
H A Dsetup.py4 from setuptools import setup
/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...]
H A Dsetup.py1 # bootstrapping setuptools
11 from setuptools import setup
/external/llvm/utils/lit/
H A Dsetup.py4 from setuptools import setup, find_packages
6 # setuptools expects to be invoked from within the directory of setup.py, but it
/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
104 import setuptools; setuptools.bootstrap_install_from = egg namespace
212 import setuptools namespace
[all...]
H A Dsetup.py8 # We must use setuptools, not distutils, because we need to use the
11 from setuptools import setup, Extension
16 from setuptools import setup, Extension
19 "Could not import setuptools; make sure you have setuptools or "
191 install_requires = ['setuptools'],
/external/chromium-trace/trace-viewer/third_party/Paste/
H A Dsetup.py21 from setuptools import setup, find_packages

Completed in 714 milliseconds