1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

2341 commits

Author SHA1 Message Date
Marcus Smith 40e731045d allow stderr output from git clone for these 2 tests 2013-11-20 13:57:09 -08:00
Marcus Smith 73b8692d86 a single path_to_url function with tests 2013-11-18 22:12:41 -08:00
Marcus Smith a92b190950 Merge pull request #1315 from qwcode/check_wheel_support
don't crash when crawling invalid wheels;  if installing directly, fail if invalid or unsupported
2013-11-15 19:56:18 -08:00
Marcus Smith 491c89b584 Merge pull request #1316 from qwcode/log_file
unsuppress the help for --log-file
2013-11-15 17:00:40 -08:00
Marcus Smith 16ffa566ed Merge pull request #1321 from qwcode/skip_distribute
add 'distribute' to default skip list for installed dists
2013-11-15 16:57:10 -08:00
Marcus Smith 6c2d08611d add warning to --egg option, see https://github.com/pypa/pip/issues/1320 2013-11-15 16:41:38 -08:00
Marcus Smith c4b8c10d65 add 'distribute' to default skip list for installed dists 2013-11-15 16:24:49 -08:00
Marcus Smith eaa565fdaa unsuppress --log-file 2013-11-14 18:13:23 -08:00
Marcus Smith 3dc40cad46 - if installing directly from a wheel, fail if it has an invalid name or is unsupported
- when walking links, skip invalid wheel filenames, don't crash
2013-11-14 16:35:24 -08:00
Marcus Smith 9f94221ff6 better detection of docs theme 2013-11-13 15:59:06 -08:00
Donald Stufft ed385efd4f Use the new name 2013-11-10 15:06:33 -05:00
Marcus Smith 0812926412 Merge pull request #1312 from pypa/docs_rtd
use default theme, so we can evolve with RTD's design efforts.
2013-11-10 11:32:09 -08:00
Marcus Smith 276a13a556 use default theme, so we can evolve with RTD's design efforts. 2013-11-10 11:17:34 -08:00
Donald Stufft 143b4641a3 Merge pull request #1302 from dstufft/turn-wheel-on-by-default
Enable Downloading Wheels by Default
2013-11-08 00:11:09 -08:00
Donald Stufft 505333e996 Fix the tests 2013-11-07 16:39:44 -05:00
Donald Stufft 597184ee11 Revert "REmove problematic tests that test dead simple functionality"
This reverts commit 0f4477000c.
2013-11-07 16:37:58 -05:00
Donald Stufft b809fd6feb Fix the flag name 2013-11-07 15:52:46 -05:00
Donald Stufft bc224cd81a Remove --use-wheel from the docs 2013-11-07 15:50:04 -05:00
Donald Stufft 0f4477000c REmove problematic tests that test dead simple functionality 2013-11-07 15:44:09 -05:00
Donald Stufft b1bc406743 Setuptools 0.6 needs --no-use-wheel 2013-11-07 15:43:41 -05:00
Donald Stufft 93ee99229c upgrade setuptools 2013-11-07 14:31:56 -05:00
Donald Stufft d294739146 Merge pull request #1296 from dstufft/add-ensurepip-escape-hatch
Provide an escape hatch for ensurepip to control the generated scripts
2013-11-07 11:31:39 -08:00
Donald Stufft 787a9b11dd Enable Downloading Wheels by Default
* Switches the default in pip.index.PackageFinder to True
* Supresses --use-wheel
* Adds --no-use-wheel which prevents the use of Wheel
2013-11-07 12:29:14 -05:00
Donald Stufft 06da6aac9f Document what the ENSUREPIP_OPTIONS environment variable does 2013-11-07 12:28:10 -05:00
Marcus Smith c025a7a9c5 Merge pull request #1300 from qwcode/bye_InfLink
"INSTALLED_VERSION" (not "InfLink")
2013-11-06 10:36:12 -08:00
Marcus Smith ebb52ee12c use "INSTALLED_VERSION" (not "InfLink") as the name for the object that represents the "link" for the installed version of a requirement 2013-11-06 09:35:57 -08:00
Marcus Smith 4bfffbc589 better message for the failure log 2013-11-06 00:34:41 -08:00
Marcus Smith 351e1b8220 Merge pull request #1297 from qwcode/parse_distutils_config
`pip.locations.distutils_scheme` should read distutils config files
2013-11-05 09:59:36 -08:00
Marcus Smith ab21c1de32 pip.locations.distutils_scheme should read distutils config files 2013-11-04 23:40:26 -08:00
Donald Stufft 9d989ce0b0 Provide an escape hatch for ensurepip to control the generated scripts 2013-11-04 19:12:59 -05:00
Donald Stufft 62776e0d3d Merge pull request #1278 from qwcode/allow_mac_wheels
allow pip to install mac wheels from pypi
2013-11-04 13:45:51 -08:00
Donald Stufft 78795ae450 Merge pull request #1295 from dstufft/serially-run-tests
Remove concurrent test runs because they are failing randomly
2013-11-04 13:39:06 -08:00
Donald Stufft b23de5015d Merge pull request #1286 from dstufft/fix-distlib-script-defaults
Simplify the script that we install
2013-11-04 12:37:06 -08:00
Donald Stufft ae15dfcc7a Remove concurrent test runs because they are failing randomly 2013-11-04 15:28:30 -05:00
Donald Stufft f4ef26423e Simplify the script that we install
* Solves an issue where distlib decided it was a sane thing to do
  to swallow stack traces by default
* Simplifies the script drastically
* Adds a note about why we need to set the variants
2013-11-02 21:00:02 -04:00
Donald Stufft 794bc58d26 Merge pull request #1284 from dstufft/dependenecy-links-cleanup
Dependenecy links cleanup
2013-11-02 10:44:48 -07:00
Donald Stufft 1c3d92dc11 Add --process-dependency-links support to pip wheel 2013-11-02 13:29:48 -04:00
Donald Stufft 14d83f5333 Add a deprecation warning for dependency links 2013-11-02 13:27:10 -04:00
Donald Stufft 0e84c9d544 Merge pull request #1283 from dstufft/ignore-pya-files
Ignore .pya files as entry points wrappers as well
2013-11-02 10:23:05 -07:00
Donald Stufft a857290f91 Ignore .pya files as entry points wrappers as well 2013-11-02 13:04:24 -04:00
Donald Stufft 629e611bd5 Merge pull request #1282 from dstufft/make-scripts-executable
Set the executable bit on files generated by distlib's ScriptMaker
2013-11-02 09:57:15 -07:00
Donald Stufft 6dca500f69 Set the executable bit on files generated by distlib's ScriptMaker 2013-11-02 12:46:18 -04:00
Paul Moore 780e9d4ccc Merge pull request #1251 from pfmoore/script-generation
Script generation code for wheels
2013-11-01 14:21:16 -07:00
Paul Moore a7949308df Added comments and reqordings based on code review 2013-11-01 17:28:35 +00:00
Paul Moore b9f36c0c21 Tests for script generation 2013-11-01 09:57:25 +00:00
Paul Moore 22b63127cb Autogeneration of scripts when installing from a wheel 2013-11-01 09:57:24 +00:00
Marcus Smith 04f78cc71f allow pip to install Mac wheels from pypi (in addition to Windows wheels) 2013-10-31 20:54:25 -07:00
Paul Moore 769b75a8a6 Merge pull request #1276 from pfmoore/distlib-0.1.4
Re-vendor distlib to version 0.1.4
2013-10-31 15:27:03 -07:00
Paul Moore 5992e7e0c2 Re-vendor distlib to version 0.1.4 2013-10-31 21:14:59 +00:00
Donald Stufft 3ffa404d3e Merge pull request #1272 from dstufft/fix-pip-wheel
Make Wheel respect --root
2013-10-31 06:07:08 -07:00