Commit Graph

14203 Commits

Author SHA1 Message Date
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
Jannis Leidel 44905288aa Fixed windows line endings 2009-02-13 16:07:43 +01:00
Jay Graves 6738ddc3da Added a note about the private git repo fix. 2009-02-12 18:46:07 -07:00
Jay Graves 95a30fea9d Added a get_url_rev method to the Git class because the VersionControl one was splitting on the @ breaking private git repos. 2009-02-12 17:57:39 -07:00
Ian Bicking 6f80fa9263 merge 2009-02-11 11:36:49 -05:00
Ian Bicking 87a9eddd13 merge 2009-02-11 11:36:37 -05:00
Ian Bicking e680814a51 strip newlines from lines 2009-02-11 10:21:57 -05:00
Ian Bicking 81f971d348 news for last commits 2009-02-11 10:19:03 -05:00
Ian Bicking 4810dc5d43 add a warning to the --install-option help 2009-02-11 10:10:45 -05:00
Kumar McMillan e1570535ca small fix to build PyPI URLs just like easy_install did (with trailing slash) 2009-02-09 11:24:33 -06:00
Ionel Maries Cristian eafc7e9fcc Updated news.txt 2009-02-09 18:39:14 +02:00
Ian Bicking b0d4ad9b27 doc update for bundles 2009-02-04 12:44:51 -06:00
Ionel Maries Cristian 7bdab1cd19 added an error handler for removing readonly flags (apparently svn sets some metadata files to readonly) 2009-02-04 11:48:32 +02:00
Ionel Maries Cristian 54f5e58c34 added ignore_errors for some rmtree-s in remove_temporary_source 2009-02-04 10:34:28 +02:00
Ionel Maries Cristian 285c999388 added similar platform check for brz as for git. 2009-02-04 10:23:04 +02:00
Ionel Maries Cristian 70e1539c05 Reverted GIT__CMD change;
Changed pip to use suprocess instead of execv for venv restart.
2009-02-04 09:41:07 +02:00
Ionel Maries Cristian 5e08433978 Fixed a directory check and removed the 'git.cmd' GIT_CMD 2009-02-04 09:26:55 +02:00
Ian Bicking f103eb2016 also treat trailing \ as a directory 2009-02-03 20:34:22 -06:00
Ian Bicking 29c4191b0a strip newline off hg output 2009-02-03 13:35:21 -06:00
Ian Bicking 940c779044 make -e work better with hg (#14) 2009-02-03 13:21:57 -06:00
Ian Bicking 0112cd7f79 build updates, set version to 0.3.1dev 2009-01-29 12:30:12 -06:00
Ian Bicking d5b6bbeb3c update versions for release 2009-01-29 12:18:12 -06:00
Ian Bicking 077118c3e9 Improve pip -h and pip help 2009-01-29 12:13:27 -06:00
Ian Bicking 073246a05d more things to ignore 2009-01-28 17:25:32 -06:00
Ian Bicking 29233dcc3e news for the bug fixes 2009-01-28 17:25:16 -06:00
Ian Bicking 8330b5bcfe ignore generated manifest 2009-01-28 17:13:50 -06:00
Ian Bicking 09b78803e2 added MANIFEST to make sdist better 2009-01-28 17:13:29 -06:00
Jannis Leidel 39858fb4f2 Fixes discovery of requirement locations with absolute versions 2009-01-25 15:05:15 +01:00
Jannis Leidel 9410a91e6c Restored ability to install non-editable packages 2009-01-25 04:49:51 +01:00
Jannis Leidel 5d17e5f08d Makes sure to look for the egg-info directory also in subdirectories during installation. 2009-01-25 03:56:56 +01:00
Jannis Leidel 265aba5547 Merged upstream changes 2009-01-25 03:13:53 +01:00
Jannis Leidel f03cad123c Start of the uninstall branch 2009-01-25 03:10:34 +01:00
Ian Bicking 078b37c47a Make sure when installing from an svn page (not with -e) that we add in svn+ to the URL 2009-01-22 14:26:39 -06:00
Jannis Leidel 4cd0b79dd4 Merge with upstream 2009-01-22 00:55:22 +01:00
Ian Bicking 836fa1d941 Link to new location for issue tracker 2009-01-21 12:12:04 -06:00
Ian Bicking 1776cf93f9 Prefer distutils 2009-01-21 12:11:55 -06:00
Jannis Leidel fec928f5d4 Fixes issue 1 - Retouched paragraph about support for other version control systems. Thanks David 2009-01-21 15:39:50 +01:00
Ian Bicking bc11103579 use dev version for tip 2009-01-20 21:23:22 -06:00
Ian Bicking cc436ec666 ignore dist files 2009-01-20 21:23:04 -06:00
Ian Bicking 3b05e99d04 Added tag 0.3 for changeset a28042dcac13 2009-01-20 21:22:00 -06:00
Ian Bicking ade11f6eeb update news/versions for release 2009-01-20 21:21:51 -06:00
Ian Bicking 4ea6f247a0 use python.exe, not python, when accessing the interpreter in a venv under windows 2009-01-20 21:19:02 -06:00
Jannis Leidel ea4f112a49 Added Bazaar to documentation and restructured version control part a bit 2009-01-21 03:49:40 +01:00