Lines Matching refs:egg
89 a source distribution or .egg file (`Python Egg`__).
108 **Example 4**. Install an already-downloaded .egg file::
110 easy_install /my_downloads/OtherPackage-3.2.1-py2.3.egg
141 .tar.bz2, or .zip. And of course it handles already-built .egg
183 easy_install http://example.com/downloads/ExamplePackage-2.0-py2.4.egg
241 the package(s) you don't need by deleting the PackageName-versioninfo.egg file
250 planning to remove. After you've done this, you can safely delete the .egg
426 Need to distribute a package that isn't published in egg form? You can use
435 wrap it in an egg by tacking an ``#egg=name-version`` suffix on the file's URL.
438 easy_install -f "http://some.example.com/downloads/foo.py#egg=foo-1.0" foo
440 will install the package as an egg, and this::
443 -f "http://some.example.com/downloads/foo.py#egg=foo-1.0" foo
445 will create a ``.egg`` file in the current directory.
809 use a ``file:`` URL, as filenames that do not refer to a directory, egg, or
838 an egg or source distribution.
884 the compilation of modules contained in ``.egg`` files, only those in
885 ``.egg`` directories. The optimization level can be set to 0, 1, or 2;
952 ``--always-copy`` option to create a distributable snapshot of every egg
1122 is flattened out in the resulting egg. (There was a case-sensitivity
1172 * Fixed ``.dll`` files on Cygwin not having executable permissions when an egg
1205 ``.egg`` alongside it for bootstrapping an offline machine.
1237 * Suppressed warning message about possibly-misspelled project name, if an egg
1249 after deleting the egg from which it's running.
1256 * Construct ``.pth`` file paths in such a way that installing an egg whose
1262 * Better ambiguity management: accept ``#egg`` name/version even if processing
1263 what appears to be a correctly-named distutils file, and ignore ``.egg``
1264 files with no ``-``, since valid Python ``.egg`` files always have a version
1323 * EasyInstall can now download bare ``.py`` files and wrap them in an egg,
1324 as long as you include an ``#egg=name-version`` suffix on the URL, or if
1357 egg in an .exe that will safely install it as an egg (i.e., with metadata
1359 back into an ``.egg`` file or directory and install it as such.
1381 by Ian Bicking. The setuptools egg now contains a hacked ``site`` module
1407 * Fixed a problem parsing version numbers in ``#egg=`` links.
1428 * Added support for handling MacOS platform information in ``.egg`` filenames,
1451 * EasyInstall now recognizes URLs with a ``#egg=project_name`` fragment ID
1455 distribution, or if you use the ``--editable`` option. The ``#egg``
1456 fragment can contain a version if it's formatted as ``#egg=proj-ver``,
1491 take effect for egg files that were built with older ``setuptools``