Home
last modified time | relevance | path

Searched refs:egg_info (Results 1 – 25 of 27) sorted by relevance

12

/external/python/setuptools/setuptools/command/
Ddist_info.py28 egg_info = self.get_finalized_command('egg_info')
29 egg_info.egg_base = self.egg_base
30 egg_info.finalize_options()
31 egg_info.run()
32 dist_info_dir = egg_info.egg_info[:-len('.egg-info')] + '.dist-info'
36 bdist_wheel.egg2dist(egg_info.egg_info, dist_info_dir)
Degg_info.py119 class egg_info(Command): class
139 self.egg_info = None
163 egg_info = collections.OrderedDict()
166 egg_info['tag_build'] = self.tags()
167 egg_info['tag_date'] = 0
168 edit_config(filename, dict(egg_info=egg_info))
196 self.egg_info = to_filename(self.egg_name) + '.egg-info'
198 self.egg_info = os.path.join(self.egg_base, self.egg_info)
266 self.mkpath(self.egg_info)
271 writer(self, ep.name, os.path.join(self.egg_info, ep.name))
[all …]
Dbdist_egg.py101 self.egg_info = ei_cmd.egg_info
196 egg_info = os.path.join(archive_root, 'EGG-INFO')
197 self.mkpath(egg_info)
199 script_dir = os.path.join(egg_info, 'scripts')
204 self.copy_metadata_to(egg_info)
205 native_libs = os.path.join(egg_info, "native_libs.txt")
223 if os.path.exists(os.path.join(self.egg_info, 'depends.txt')):
318 norm_egg_info = os.path.normpath(self.egg_info)
Ddevelop.py50 args = ei.egg_info, ei.broken_egg_info
78 PathMetadata(target, os.path.abspath(ei.egg_info)),
129 self.dist._provider = PathMetadata(build_path, ei_cmd.egg_info)
Dinstall_egg_info.py29 self.source = ei_cmd.egg_info
Dinstall_scripts.py30 ei_cmd.egg_base, PathMetadata(ei_cmd.egg_base, ei_cmd.egg_info),
Dsdist.py47 self.filelist.append(os.path.join(ei_cmd.egg_info, 'SOURCES.txt'))
Deasy_install.py55 from setuptools.command import bdist_egg, egg_info
1124 sys.modules.setdefault('distutils.command.egg_info', egg_info)
/external/python/setuptools/setuptools.egg-info/
Dentry_points.txt16 egg_info = setuptools.command.egg_info:egg_info
53 [egg_info.writers]
54 PKG-INFO = setuptools.command.egg_info:write_pkg_info
55 dependency_links.txt = setuptools.command.egg_info:overwrite_arg
56 depends.txt = setuptools.command.egg_info:warn_depends_obsolete
57 eager_resources.txt = setuptools.command.egg_info:overwrite_arg
58 entry_points.txt = setuptools.command.egg_info:write_entries
59 namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
60 requires.txt = setuptools.command.egg_info:write_requirements
61 top_level.txt = setuptools.command.egg_info:write_toplevel_names
DSOURCES.txt132 setuptools/command/egg_info.py
/external/python/setuptools/setuptools/
Dwheel.py14 from setuptools.command.egg_info import write_requirements
120 egg_info = os.path.join(destination_eggdir, 'EGG-INFO')
121 os.rename(dist_info, egg_info)
122 os.rename(os.path.join(egg_info, 'METADATA'),
123 os.path.join(egg_info, 'PKG-INFO'))
129 None, os.path.join(egg_info, 'requires.txt'))
154 namespace_packages = os.path.join(egg_info, 'namespace_packages.txt')
/external/python/setuptools/
Dsetup.cfg6 [egg_info]
11 clean_egg_info = egg_info -Db ''
DCHANGES.rst337 * #436: In egg_info.manifest_maker, no longer read
342 will be removed on subsequent egg_info invocations.
467 following a line "Running setup.py egg_info for package
1134 * #553: egg_info section is now generated in a
1412 * Deprecated ``egg_info.get_pkg_info_revision``.
3150 ``egg_info`` command failing on new, uncommitted SVN directories.
3249 sets ``egg_info`` options such that they produce an identical version number
3258 * Fix ``register`` not obeying name/version set by ``egg_info`` command, if
3259 ``egg_info`` wasn't explicitly run first on the same command line.
3261 * Added ``--no-date`` and ``--no-svn-revision`` options to ``egg_info``
[all …]
/external/python/setuptools/setuptools/tests/
Dtest_egg_info.py8 from setuptools.command.egg_info import egg_info, manifest_maker
76 ei = egg_info(dist)
116 ei = egg_info(dist)
Dtest_manifest.py14 from setuptools.command.egg_info import FileList, egg_info, translate_pattern
220 cmd = egg_info(dist)
Dtest_sdist.py19 from setuptools.command.egg_info import manifest_maker
/external/ply/ply/
Dsetup.cfg7 [egg_info]
/external/python/setuptools/pkg_resources/
D__init__.py1379 egg_info = None variable in NullProvider
1399 return self.egg_info and self._has(self._fn(self.egg_info, name))
1402 if not self.egg_info:
1404 value = self._get(self._fn(self.egg_info, name))
1414 return self.egg_info and self._isdir(self._fn(self.egg_info, name))
1420 if self.egg_info:
1421 return self._listdir(self._fn(self.egg_info, name))
1433 script_filename = self._fn(self.egg_info, script)
1493 self.egg_info = os.path.join(path, 'EGG-INFO')
1831 def __init__(self, path, egg_info): argument
[all …]
/external/python/futures/
Dsetup.cfg8 [egg_info]
/external/python/six/
Dsetup.cfg18 [egg_info]
/external/grpc-grpc/
Dsetup.py30 from setuptools.command import egg_info
33 egg_info.manifest_maker.template = 'PYTHON-MANIFEST.in'
/external/fonttools/
Dsetup.cfg60 [egg_info]
/external/python/setuptools/docs/
Dsetuptools.txt246 * The `egg_info`_ command
1473 You can add these tags by adding ``egg_info`` and the desired options to
1476 `egg_info`_ command for more details.
1490 setup.py egg_info -rbDEV bdist_egg rotate -m.egg -k3
1614 python setup.py egg_info -Db "" sdist bdist_egg register upload
1616 The first part of this command (``egg_info -Db ""``) will override the
1625 python setup.py alias -u release egg_info -Db ""
1632 See the sections below on the `egg_info`_ and `alias`_ commands for more ideas.
1673 the distributions in different places, or use different ``egg_info`` tagging
1682 a sitewide alias called "daily", that sets various ``egg_info`` tagging
[all …]
Dformats.txt225 writers" during execution of the setuptools ``egg_info`` command, and
226 are listed in the ``egg_info.writers`` entry point group defined by
232 metadata files or directories during execution of the ``egg_info``
454 ``egg_info`` or ``sdist`` commands are run, and it is *not*
/external/llvm/docs/
DTestSuiteMakefileGuide.rst102 running egg_info

12