OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setuptools
(Results
26 - 42
of
42
) sorted by null
1
2
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/
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://pypi.python.org/packages/%s/s/
setuptools
/" % sys.version[:3]
21
'
setuptools
-0.6c10-py2.3.egg': 'ce1e2ab5d3a0256456d9fc13800a7090',
22
'
setuptools
-0.6c10-py2.4.egg': '57d6d9d6e9b80772c59a53a8433a5dd4',
23
'
setuptools
-0.6c10-py2.5.egg': 'de46ac8b1c97c895572e5e8596aeb8c7',
24
'
setuptools
-0.6c10-py2.6.egg': '58ea40aef06da02ce641495523a0b7f5',
25
'
setuptools
-0.6c11-py2.3.egg': '2baeac6e13d414a9d28e7ba5b5a596de'
[
all
...]
/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'
[
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 "
191
install_requires = ['
setuptools
'],
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
setup.py
81
from
setuptools
import setup
/external/chromium-trace/catapult/third_party/Paste/
setup.py
21
from
setuptools
import setup, find_packages
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
setup.py
29
from
setuptools
import setup
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/
setup.py
42
Error: You need
setuptools
Python package!
53
from
setuptools
import setup
/external/chromium-trace/catapult/third_party/typ/
setup.py
18
from
setuptools
import setup, find_packages
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
Makefile
5
sudo apt-get install subversion fakeroot python-
setuptools
python-subversion
/external/chromium-trace/catapult/third_party/python_gflags/
Makefile
5
sudo apt-get install subversion fakeroot python-
setuptools
python-subversion
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/
setup.py
43
Error: You need
setuptools
Python package!
54
from
setuptools
import setup, Command
/external/chromium-trace/catapult/third_party/coverage/
setup.py
12
from
setuptools
import setup
Makefile
24
-rm -f
setuptools
-*.egg distribute-*.egg distribute-*.tar.gz
/external/chromium-trace/catapult/telemetry/third_party/altgraph/
setup.py
14
requires-test: Same as 'tests_require' option for
setuptools
.
51
# used by
setuptools
.setup()
267
# Bootstrapping
setuptools
/distribute, based on
274
SETUPTOOLS_PACKAGE='
setuptools
'
426
import
setuptools
427
setuptools
.bootstrap_install_from = egg
528
import
setuptools
533
from
setuptools
import setup
854
# And finally run the
setuptools
main entry point.
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/
setup.py
14
requires-test: Same as 'tests_require' option for
setuptools
.
51
# used by
setuptools
.setup()
267
# Bootstrapping
setuptools
/distribute, based on
274
SETUPTOOLS_PACKAGE='
setuptools
'
426
import
setuptools
427
setuptools
.bootstrap_install_from = egg
528
import
setuptools
533
from
setuptools
import setup
854
# And finally run the
setuptools
main entry point.
/external/antlr/antlr-3.4/runtime/Python/
setup.py
1
# bootstrapping
setuptools
11
from
setuptools
import setup
/external/autotest/utils/
external_packages.py
78
SYSTEM_MODULES = ['
setuptools
']
320
logging.error('bdist_egg of
setuptools
failed.')
381
directory tree that
setuptools
created and moves all installed
524
# classes that need to use this version of
setuptools
so that is is inserted
527
"""
setuptools
package"""
528
# For all known
setuptools
releases a string compare works for the
531
# Any system with
setuptools
> 18.0.1 is fine. If none installed, then
535
urls = ('http://pypi.python.org/packages/source/s/
setuptools
/'
536
'
setuptools
-%s.tar.gz' % (version,),)
537
local_filename = '
setuptools
-%s.tar.gz' % versio
[
all
...]
Completed in 260 milliseconds
1
2