aboutsummaryrefslogtreecommitdiff
path: root/lang/python-pip
Commit message (Collapse)AuthorAge
* python-pip: remove windows binariesAlexandru Ardelean2015-01-06
| | | | | | | | | Seem pip comes bundled with some Python libs. Some more work will be needed to split them out of pip. For now, some Windows executables are safe to remove. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-pip: add preinst and postrm scriptsAlexandru Ardelean2015-01-06
| | | | | | | | | | | | | | Thanks to Xuefer Tinys <xuefer@gmail.com> for reporting this. Case is: opkg install python-setuptools - works fine opkg install python-pip - reports conflicts for files easy_install.pth & site.py So the solution is to add some preinst script that backs up those files on 'opkg install python-pip' and moves them back on 'opkg remove python-pip'. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-pip: remove explicit PYTHONPATH setAlexandru Ardelean2014-12-09
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-pip: first revisionAlexandru Ardelean2014-11-13
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>