Commit Graph

43 Commits

Author SHA1 Message Date
Vinay Sajip 55dc543a3b Use resources rather than direct file access. 2013-07-23 05:20:44 -05:00
Vinay Sajip 500ab2b863 Don't expect RECORD.jws to be in RECORD. 2013-07-19 19:12:29 +01:00
Vinay Sajip b80d4f1bed Interim update relating to PEP 426 changes. 2013-07-16 15:18:58 +01:00
Vinay Sajip c6175fa6c1 Interim update tracking PEP 426 changes. 2013-07-14 22:28:31 +01:00
Vinay Sajip e2da0e2395 Updated to use pymeta.json as metadata filename. 2013-06-14 10:39:37 +01:00
Vinay Sajip 2b73fdf96e Interim update relating to metadata format changes. 2013-06-10 23:21:44 +01:00
Vinay Sajip d98a7caf0e Added lib_only support for wheel installations. 2013-05-01 13:50:09 +01:00
Vinay Sajip ab8220e646 Correctly handled return from write_shared_locations. 2013-04-03 15:07:22 +01:00
Vinay Sajip 40008a9b3e Corrected cache location. 2013-04-03 12:47:21 +01:00
Vinay Sajip 70388e3080 Fixed bug in Mounter. 2013-04-03 12:32:27 +01:00
Dmitry Gladkov acbbb5d5fc use relative import to import __version__ 2013-03-29 18:09:30 +02:00
Vinay Sajip dbd4a5587a Moved import to avoid circularity. 2013-03-21 19:30:51 +00:00
Vinay Sajip bb2e97b49d Removed breakpoint. 2013-03-18 13:23:23 +00:00
Vinay Sajip 65da78a2db Improved mount support, updated docs. 2013-03-18 12:21:33 +00:00
Vinay Sajip 07256513ed Added mount/unmount for wheels. 2013-03-17 08:03:03 +00:00
Vinay Sajip a49e75e9b2 Added info property to wheels. 2013-03-15 12:31:35 +00:00
Vinay Sajip 8780e60bf5 Added metadata property. 2013-03-08 00:23:26 +00:00
Vinay Sajip 859fb552bb Improved compatibility. 2013-03-07 13:31:20 +00:00
Vinay Sajip f250c70d20 Return dist from wheel.install. 2013-03-03 23:32:49 +00:00
Vinay Sajip f527e36988 Changed some exceptions raised from ValueError to DistlibException, refined some tests. 2013-03-01 19:12:29 +00:00
Vinay Sajip 9d27f10926 Added docstrings, did minor tidy-ups. 2013-03-01 13:57:27 +00:00
Vinay Sajip 57bda6d070 Added warner logic. 2013-02-27 20:50:31 +00:00
Vinay Sajip 8dfcb3ab41 Added support for custom executables in shebang lines in scripts. 2013-02-26 19:44:26 +00:00
Vinay Sajip 035ced968f Removed unused Distribution.open_distinfo_file method, simplified CSV use in database, wheel modules. 2013-02-25 22:21:44 +00:00
Vinay Sajip f7ee9e28b5 Added wheel support to locators. 2013-02-24 20:14:53 +00:00
Vinay Sajip b29705c5a9 Tidied wheel build setup, added test. 2013-02-23 11:54:36 +00:00
Vinay Sajip 9b02e76d74 Update wheel build API. 2013-02-23 00:10:19 +00:00
Vinay Sajip 35cb4bd582 Omit SHARED when building wheels. 2013-02-22 18:09:26 +00:00
Vinay Sajip b3cab4593c Made imports relative. 2013-02-22 07:27:00 +00:00
Vinay Sajip 1c7644f1f1 Tidy up path calcs. 2013-02-21 17:37:45 +00:00
Vinay Sajip 806d8aee02 Tweak archive paths. 2013-02-21 16:23:14 +00:00
Vinay Sajip 175437bd92 Changes relating to Windows launcher support. 2013-02-21 01:29:09 +00:00
Vinay Sajip df586d0ecc Corrected typo, added test. 2013-02-20 22:11:27 +00:00
Vinay Sajip befe397fb0 More tweaks following tests on Windows. 2013-02-20 20:28:08 +00:00
Vinay Sajip b16956a333 Added convert_path calls. 2013-02-20 16:50:53 +00:00
Vinay Sajip f91dbab671 Fixes following tests on Windows. 2013-02-20 16:24:59 +00:00
Vinay Sajip 8cd5446652 Fixed some Unicode errors when writing csv files. 2013-02-20 12:55:44 +00:00
Vinay Sajip e78c31c1d6 Improved wheel API usability slightly. 2013-02-19 20:03:04 +00:00
Vinay Sajip 183dabae57 Tolerate errors during byte-compilation. 2013-02-19 13:44:54 +00:00
Vinay Sajip e2db27dbb5 Minor tweaks to wheel API. 2013-02-19 13:04:55 +00:00
Vinay Sajip e625e2d1fc Changed Wheel.build interface to provide name, version. 2013-02-19 12:13:59 +00:00
Vinay Sajip 7859d530d3 Added ZipFile compatibility for 2.6. 2013-02-18 23:59:03 +00:00
Vinay Sajip a255a691a3 Added basic support for building and installing from wheels. 2013-02-18 23:28:38 +00:00