• Home
  • Raw
  • Download

Lines Matching refs:eggs

391 Just copy the eggs or source packages you need to a directory on the target
397 will attempt to install SomePackage using only eggs and source packages found
403 eggs using a command like this::
407 This will tell EasyInstall to put zipped eggs or source packages for
410 target machine. (``-z`` means zipped eggs, ``-m`` means multi-version, which
411 prevents .pth files from being used, ``-a`` means to copy all the eggs needed,
413 directory to place the eggs in.)
415 You can also build the eggs from local development packages that were installed
420 This will use locally-available source distributions to build the eggs.
427 EasyInstall to build eggs for a project. You'll want to use the ``--zip-ok``,
430 where you'd like the eggs placed. By placing them in a directory that is
431 published to the web, you can then make the eggs available for download, either
454 page with links to eggs or Python source packages, even an automatically
565 eggs are automatically shifted to the front of ``sys.path`` using special
782 "development" eggs from consideration because they can't be reliably
786 messages for any eggs that EasyInstall skips, before it falls back to an
790 Scan the specified "download pages" or directories for direct links to eggs
793 indirect URLs (ones that don't point to eggs or other recognized archive
907 tools that wrap eggs in a platform-specific packaging system. (We don't
950 eggs, effectively upgrading the "in-development" project to a snapshot
1132 * Only make ``.py``, ``.dll`` and ``.so`` files executable when unpacking eggs
1166 * Added ``--local-snapshots-ok`` flag, to allow building eggs from projects
1241 * Fix local ``--find-links`` eggs not being copied except with
1265 number (but Scheme eggs often don't).
1281 * Use relative paths in ``.pth`` files when eggs are being installed to the
1283 target directory when building applications that contain eggs.
1306 * Enhanced ``PYTHONPATH`` support so that you don't have to put any eggs on it
1330 * The ``--always-copy`` option now skips "system" and "development" eggs since
1344 * Fixed ``.pth`` file processing picking up nested eggs (i.e. ones inside
1355 * Support full roundtrip translation of eggs to and from ``bdist_wininst``
1430 reinstall any eggs whose filename includes "darwin" and "Power_Macintosh",
1432 OS X upgrades (such as 10.4.1 to 10.4.2) do not cause eggs built with a
1554 * Added support for converting ``.win32.exe`` installers to eggs on the fly.