Searched refs:bdist_egg (Results 1 – 14 of 14) sorted by relevance
/external/capstone/bindings/python/ |
D | setup.py | 14 from setuptools.command.bdist_egg import bdist_egg 162 class custom_bdist_egg(bdist_egg): 165 return bdist_egg.run(self)
|
/external/python/setuptools/setuptools.egg-info/ |
D | entry_points.txt | 7 bdist_egg = setuptools.command.bdist_egg:bdist_egg
|
D | SOURCES.txt | 123 setuptools/command/bdist_egg.py
|
/external/python/setuptools/ |
D | setup.cfg | 14 binary = bdist_egg upload --show-response
|
D | CHANGES.rst | 69 * #1257: In bdist_egg.scan_module, fix ValueError on Python 3.7. 154 * #1193: Avoid test failures in bdist_egg when 168 * #844: ``bdist_egg --exclude-source-files`` now tested and works 2195 * Issue #148: When building (bdist_egg), setuptools no longer adds 2804 * Distribute #227: easy_install now passes its arguments to setup.py bdist_egg 2853 * Fixed typo in bdist_egg 3135 * Fixed ``bdist_egg`` putting a ``native_libs.txt`` in the source package's 3182 * Fix uploaded ``bdist_rpm`` packages being described as ``bdist_egg`` 3270 * Fix ``bdist_egg`` not including files in subdirectories of ``.egg-info``. 3491 ``bdist_egg``. [all …]
|
/external/antlr/runtime/Python/ |
D | hudson-build.sh | 70 $PYTHON setup.py bdist_egg
|
/external/python/setuptools/setuptools/command/ |
D | easy_install.py | 55 from setuptools.command import bdist_egg, egg_info 987 bdist_egg.make_zipfile( 1010 parts[-1] = bdist_egg.strip_module(parts[-1]) 1028 parts[-1] = bdist_egg.strip_module(parts[-1]) + '.py' 1032 bdist_egg.write_stub(resource, pyfile) 1034 bdist_egg.write_safety_flag( 1036 bdist_egg.analyze_egg(egg_tmp, stubs)) # write zip-safety flag 1123 sys.modules.setdefault('distutils.command.bdist_egg', bdist_egg)
|
D | egg_info.py | 26 from setuptools.command import bdist_egg 610 bdist_egg.write_safety_flag(cmd.egg_info, safe)
|
D | bdist_egg.py | 67 class bdist_egg(Command): class
|
/external/python/setuptools/docs/ |
D | setuptools.txt | 280 supplied, the ``bdist_egg`` command will have to analyze all of your 670 temporary folder and run ``setup.py bdist_egg``. 1218 ``setup.py sdist upload`` or ``setup.py bdist_egg upload`` to upload your 1222 bdist_egg upload`` will register the package, build source and egg 1331 ``setup()`` function, or you can omit it. If you omit it, the ``bdist_egg`` 1339 means that the ``bdist_egg`` authors aren't yet comfortable asserting that 1347 However, if ``bdist_egg`` can't be *sure* that your package will work, but 1366 flag, so that it will not be necessary for ``bdist_egg`` or ``EasyInstall`` to 1490 setup.py egg_info -rbDEV bdist_egg rotate -m.egg -k3 1614 python setup.py egg_info -Db "" sdist bdist_egg register upload [all …]
|
D | formats.txt | 160 when an ``.egg`` file is built using the ``bdist_egg`` command, or when 353 the setuptools ``bdist_egg`` command. It will contain copies of all 379 This file is generated as part of ``bdist_egg`` processing, and as such 419 ``bdist_egg``, and in ``.egg`` directories created by unpacking such an 466 the ``bdist_egg`` and ``install_egg_info`` commands will strip it before 530 C extension modules from zipfiles, the setuptools ``bdist_egg`` command
|
D | easy_install.txt | 1458 *must* use the format for these values that the ``bdist_egg`` command uses;
|
/external/llvm/docs/ |
D | TestSuiteMakefileGuide.rst | 101 running bdist_egg
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | TestSuiteMakefileGuide.rst | 101 running bdist_egg
|