aboutsummaryrefslogtreecommitdiff
path: root/lang/python-setuptools/Makefile
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, python-*: use default prefix for host installMatthias Schiffer2016-10-04
| | | | | | Also fixes a few incorrect "$(STAGING_DIR_HOST)/host" paths. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* python-setuptools: upgrade to version 27.2.0Alexandru Ardelean2016-09-19
| | | | | | | | It's a bit weird fixing a build error with an upgrade, but it seems to work on my setup. Hopefully, builbot agrees. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-setuptools: upgrade to version 27.1.2Alexandru Ardelean2016-09-13
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-setuptools: upgrade to version 22.0.5Alexandru Ardelean2016-06-04
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-setuptools: upgrade to version 20.7.0Alexandru Ardelean2016-04-14
| | | | | | | python-setuptools releases more often than my preference. Every once in a while I sync up with the latest released. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* This fixes parallel buildszyxmon2016-03-31
| | | | | python-setuptools/host needs python-package.mk and python-host.mk files that are installed by python (non host build - InstallDev) Signed-off-by: Andrey Sechin <zyxmon@gmail.com>
* python-setuptools: upgrade to version 20.2.2Alexandru Ardelean2016-03-09
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python packages: update host install prefixJeffery To2016-03-05
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #2281 from commodo/python-setuptools-upgradeHannu Nyman2016-01-26
|\ | | | | python-setuptools: upgrade to version 19.4
| * python-setuptools: upgrade to version 19.4Alexandru Ardelean2016-01-18
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with ↵Felix Fietkau2016-01-20
|/ | | | | | changes in trunk Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* python packages: update host install pathJeffery To2015-12-30
| | | | | | | Host installs should now go into $(STAGING_DIR_HOST)/usr to match python-host.mk. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #1985 from jefferyto/python-setuptools-hostHannu Nyman2015-12-06
|\ | | | | python-setuptools: add ability to install on host
| * python-setuptools: add ability to install on hostJeffery To2015-11-24
| | | | | | | | | | | | This depends on python-host.mk in PR #1984 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-setuptools: upgrade to version 18.7Alexandru Ardelean2015-12-01
|/ | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-setuptools: upgrade to version 18.5Alexandru Ardelean2015-11-10
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-setuptools: upgrade to version 18.3.1Alexandru Ardelean2015-09-14
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-setuptools: upgrade to version 18.2Alexandru Ardelean2015-08-24
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #1690 from commodo/python-setuptools-maintainerJonas Gorski2015-08-20
|\ | | | | python-setuptools: add myself as maintainer
| * python-setuptools: add myself as maintainerAlexandru Ardelean2015-08-20
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-setuptools: revamp installation procedure, update to 18.1Jan Čermák2015-08-19
|/ | | | | | | | | It's better to install setuptools-enabled Python packages with a special flag that makes a flatter structure of the egg and does not create site.py file. Already done for python-pip recently. Also, version was bumped to 18.1. Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* python-setuptools: upgrade to version 18.0.1Alexandru Ardelean2015-07-18
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-setuptools: fix Build/InstallDev ruleAlexandru Ardelean2015-01-08
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-setuptools: remove PyPackage filespecAlexandru Ardelean2015-01-06
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-setuptools: use $(PYTHON_PKG_DIR) short-handAlexandru Ardelean2015-01-06
| | | | | Signed-off-by: Xuefer Tinys <xuefer@gmail.com> Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-setuptools: remove explicit PYTHONPATH setAlexandru Ardelean2014-12-09
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-setuptools: first revisionAlexandru Ardelean2014-11-13
Signed-off-by: Alexandru Ardelean <aa@ocedo.com>