Commit Graph

10545 Commits

Author SHA1 Message Date
masklinn 4d69cd2539 Add documentation for PIP_VIRTUALENV_BASE/virtualenvwrapper integration 2009-05-11 18:16:22 +02:00
masklinn 5b960908bf Add handling of a PIP_VIRTUALENV_BASE environ setting.
Defines a default root directory for virtualenvs, relative virtualenvs
names/paths are considered relative to it if it's set.

Used for better compatibility/integration with virtualenvwrapper.
2009-05-11 18:14:21 +02:00
Jannis Leidel e31ac7ac22 Removed unneeded FIXME and fixed resulting message after download 2009-04-21 23:53:53 +02:00
Jannis Leidel 62011d075b Added initial version of a download command 2009-04-21 22:25:28 +02:00
Jannis Leidel 6cbbde2ec1 Added signature for changeset 624327302f10 2009-04-20 19:17:05 +02:00
Jannis Leidel 733952fada Reverted accidentally merged code from r03b0b2620045 2009-04-16 23:56:47 +02:00
Jannis Leidel ad32e6bd1c merge pull 2009-04-16 23:01:54 +02:00
Jannis Leidel 413f908b3f merge pull 2009-04-16 23:01:13 +02:00
Ian Bicking 3cc8c7972c Fix how bundle files are moved around, moving them first before creating requirements so the requirements point to the right destination locations 2009-04-16 15:41:42 -05:00
Ian Bicking e76c062df9 merge pull 2009-04-16 13:12:09 -05:00
Ian Bicking d6c500b80c merge heads 2009-04-16 13:11:38 -05:00
Ian Bicking e6bc65dca1 merge carljm trunk 2009-04-16 13:11:19 -05:00
Ian Bicking dc0616ba40 Don't delete the download when it is in PIP_DOWNLOAD_CACHE (previous behavior would cache a download, then delete the cached file once it was actually used). Noted by Malthe Borch and Millie Ngoka 2009-04-16 13:10:33 -05:00
Carl Meyer 208687eee6 compatibility with Subversion 1.6 2009-04-14 17:53:57 -04:00
Carl Meyer 2a3bfe7d3e merge from http://bitbucket.org/ianb/pip/ 2009-04-14 16:33:55 -04:00
Ian Bicking 19ba89a32e Automated merge with http://bitbucket.org/carljm/pip/overview/ 2009-04-14 10:58:56 -05:00
Ian Bicking da06a6e8ad Add -i support to requirements files 2009-04-13 13:34:14 -05:00
Ian Bicking 5827857072 Support magic PIP_SKIP_REQUIREMENTS_REGEX in pip freeze 2009-04-13 13:22:41 -05:00
Jannis Leidel 5146b43236 Fixed #23 - Catch AttributeErrors as well when having a tarfile error 2009-04-11 12:05:27 +02:00
Carl Meyer 54d2fc27d9 Use hg pull instead of hg fetch. There's no reason to want the auto-merge that fetch performs, and fetch refuses to run on repos with multiple heads, or if there are local changes. 2009-04-08 09:09:36 -04:00
Carl Meyer bd8e52f824 don't touch editable sources, Windows-friendly paths in uninstall tests 2009-04-06 13:59:20 -04:00
Ian Bicking 14fcda6977 Automated merge with http://bitbucket.org/carljm/pip/overview/ 2009-04-03 16:49:00 -05:00
Ian Bicking 0c67c90388 Add link to PyPI at top of the pip.openplans.org page 2009-04-03 16:20:20 -05:00
Carl Meyer 83f9d9c18b Don't delete or modify files outside sys.prefix 2009-04-01 16:51:35 -04:00
Carl Meyer 46c1d4aa79 added notes about uninstall to docs 2009-03-31 19:44:41 -05:00
Carl Meyer 470f66515a uninstall from requirements file 2009-03-31 17:57:38 -05:00
Carl Meyer d9d32ae25b refactor tests with diff_state 2009-03-31 17:17:08 -05:00
Carl Meyer fc6c5821c3 uninstall editable installations 2009-03-31 15:56:38 -05:00
Carl Meyer dec8dff645 refactoring prior to adding uninstall of editables 2009-03-31 15:10:27 -05:00
Carl Meyer 025a40e113 confirm file deletions 2009-03-31 12:53:10 -05:00
Carl Meyer cddd176a0d use installed-files.txt 2009-03-31 11:21:49 -05:00
Carl Meyer 601cacbebd remove unnecessary build_dir and src_dir assumptions for UninstallCommand 2009-03-31 10:23:00 -05:00
Carl Meyer 7a229bf541 support for uninstalling easy_installed packages 2009-03-31 03:49:39 -05:00
Carl Meyer 721fcac534 experimental uninstall support 2009-03-31 02:13:48 -05:00
Jannis Leidel 3c2e5ad6a7 Expand virtualenv path correctly if passed starting with ~ 2009-03-27 16:32:39 -05:00
Carl Meyer 11f5eadb21 fix for ticket 21 (mercurial update to rev "default" breaks) 2009-03-21 16:12:33 -04:00
Carl Meyer 3986f66d0b merge 2009-03-21 15:45:53 -04:00
Carl Meyer 8ca436f852 fix for ticket 20 (bzr revno operations broken by repo format deprecation warning messages) 2009-03-21 15:44:08 -04:00
Ian Bicking 5524a263e5 don't reuse the _drive_re name 2009-03-17 11:18:19 -05:00
Ian Bicking 6e2f371910 Fix issues with Windows filenames and drive names (ticket #17 2009-03-17 11:16:55 -05:00
Jannis Leidel 0704095520 Closing uninstall branch to distinguish from version control patches 2009-03-13 13:49:05 +01:00
Jannis Leidel 175612914d Typo in doc index 2009-03-13 13:01:58 +01:00
Jannis Leidel ed261b699b Fixes for indentation and line ending 2009-03-13 12:58:44 +01:00
Jannis Leidel 6520fab231 Really fix the problem with private Git repositories by prefixing stub URLs like user@hostname:user/repo.git with the ssh:// scheme for parsing 2009-03-13 12:56:36 +01:00
Jannis Leidel ac11f1a0a4 Upstream changes 2009-03-13 10:53:34 +01:00
Jannis Leidel 2e2a19a681 Cuts down duplicate notifications when doing editable installs 2009-03-13 10:51:40 +01:00
Luke Macken 59e05b1111 Fix pip to work with the --extra-index-url option.
For example, easy_installing TurboGears2 entails:

easy_install -i http://www.turbogears.org/2.0/downloads/current/index tg.devtools

yet, adding the extra index url in pip doesn't seem to work:

./pip.py bundle MyBundle.pybundle -r stable-reqs.txt --extra-index-url=http://www.turbogears.org/2.0/downloads/current/index

This change appears to fix this issue, allowing the creation of pip bundles
containing TurboGears2.
2009-03-11 16:22:53 -04:00
Ian Bicking f3e65ea480 fix pip zip with multiple arguments 2009-03-05 14:06:24 -06:00
Ian Bicking 74ccb3757c fix link 2009-03-05 14:06:12 -06:00
Jannis Leidel 4faa7a5f6c Fixed ticket #13, Added matching method names for parsing the bundled instruction file 2009-02-13 16:09:47 +01:00