aboutsummaryrefslogtreecommitdiff
path: root/lang/python-pip
Commit message (Collapse)AuthorAge
* pip,setuptools: move as part of python,python3 buildAlexandru Ardelean2017-01-23
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python,python3: install built-in pip and setuptoolsAlexandru Ardelean2017-01-23
| | | | | | Easier than using external package. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with ↵Matthias Schiffer2017-01-10
| | | | | | | | | | | | | | | | | | $(STAGING_DIR_HOSTPKG) As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely on it. See 73b7f55424de52d8179a9ad808252fe3bf8dcc9d for more information on STAGING_DIR_HOSTPKG. STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release (it is equivalent to $(STAGING_DIR)/host), so this simple search/replace cleanup is safe to apply. Doing this cleanup now will be useful for the Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream. Also fixes a typo in the dbus Makefile ("STAGIND_DIR"). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* python-pip: add host buildYousong Zhou2016-10-17
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* 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>