Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-05 | tools/upip: Upgrade to 1.2. | Paul Sokolovsky | |
Memory optimizations and error handling improvements. | |||
2017-05-01 | tools/upip: Upgrade to 1.1.6, supports commented lines in requirements.txt. | Paul Sokolovsky | |
2017-02-10 | tools/upip: Update to 1.1.5. Better and more user-friendly error handling. | Paul Sokolovsky | |
2016-11-07 | tools, unix: Replace upip tarball with just source files. | Paul Sokolovsky | |
To make its inclusion as frozen modules in multiple ports less magic. Ports are just expected to symlink 2 files into their scripts/modules subdirs. Unix port updated to use this and in general follow frozen modules setup tested and tried on baremetal ports, where there's "scripts" predefined dir (overridable with FROZEN_DIR make var), and a user just drops Python files there. |