aboutsummaryrefslogtreecommitdiff
path: root/lang/python-pip
Commit message (Collapse)AuthorAge
* python-pip: upgrade to version 8.1.2Alexandru Ardelean2016-06-04
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-pip: bump to version 8.1.1Alexandru Ardelean2016-04-14
| | | | | | | Seems it's some Unicode fix that required a small release. https://pip.pypa.io/en/stable/news/ Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-pip: upgrade to version 8.1.0Alexandru Ardelean2016-03-09
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-pip: add site-wide pip.conf with defaultsAlexandru Ardelean2015-12-09
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-pip: add ca-certificates as dependencyAlexandru Ardelean2015-12-03
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-pip: upgrade to version 7.1.2Alexandru Ardelean2015-08-24
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-pip: add myself as maintainerAlexandru Ardelean2015-08-20
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-pip: revamp installation procedure (use setuptools machinery)Jan Čermák2015-08-18
| | | | | | | | | | | PIP's installation procedure was too complicated, requiring obscure postinstall and prerm scripts to move files created by setup procedure. But since setuptools is required anyway, it's better to use a special flag created for the purpose of package creation. Resulting directory structure is flatter and unnecessary files that had to be moved by prerm/postinstall scripts are not created anymore. Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* python-pip: upgrade to version 7.1.0Alexandru Ardelean2015-07-18
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* 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>