HomeSort by relevance Sort by last modified time
    Searched refs:setuptools (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/tools/gyp/
setup.py 7 from setuptools import setup
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
setup.py 32 from setuptools import setup
Makefile 5 sudo apt-get install subversion fakeroot python-setuptools python-subversion
  /external/chromium_org/third_party/python_gflags/
setup.py 32 from setuptools import setup
Makefile 5 sudo apt-get install subversion fakeroot python-setuptools python-subversion
  /external/chromium-trace/trace-viewer/third_party/closure_linter/
setup.py 18 from setuptools import setup
  /external/chromium_org/third_party/closure_linter/
setup.py 18 from setuptools import setup
  /external/llvm/utils/lit/
setup.py 4 from setuptools import setup, find_packages
6 # setuptools expects to be invoked from within the directory of setup.py, but it
  /external/antlr/antlr-3.4/runtime/Python/
ez_setup.py 2 """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-0.6b3-py2.3.egg': 'bb31c0fc7399a63579975cad9f5a0618'
75 import setuptools namespace
85 import setuptools; setuptools.bootstrap_install_from = egg namespace
151 import setuptools namespace
    [all...]
setup.py 1 # bootstrapping setuptools
11 from setuptools import setup
  /external/chromium_org/third_party/protobuf/python/
ez_setup.py 7 """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-0.6b3-py2.3.egg': 'bb31c0fc7399a63579975cad9f5a0618'
104 import setuptools; setuptools.bootstrap_install_from = egg namespace
211 import setuptools namespace
    [all...]
setup.py 8 # 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 "
187 install_requires = ['setuptools'],
  /external/protobuf/python/
ez_setup.py 7 """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-0.6b3-py2.3.egg': 'bb31c0fc7399a63579975cad9f5a0618'
96 import setuptools; setuptools.bootstrap_install_from = egg namespace
203 import setuptools namespace
    [all...]
setup.py 5 # We must use setuptools, not distutils, because we need to use the
10 from setuptools import setup
87 # TODO(kenton): Integrate this into setuptools somehow?

Completed in 613 milliseconds