python,python3: override python setuptools & pip versions 3970/head
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Thu, 9 Feb 2017 14:24:51 +0000 (16:24 +0200)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Thu, 9 Feb 2017 14:31:16 +0000 (16:31 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/files/python-package-pip.mk
lang/python/files/python-package-setuptools.mk
lang/python/files/python-version.mk
lang/python3/files/python3-package-pip.mk
lang/python3/files/python3-package-setuptools.mk
lang/python3/files/python3-version.mk

index dbbffbcc09baece931905e02939b5d3f20691d97..8dd0d6c79a261956cb9344f434de7c6ebf79d819 100644 (file)
@@ -8,6 +8,7 @@
 define Package/python-pip
 $(call Package/python/Default)
   TITLE:=Python $(PYTHON_VERSION) pip module
+  VERSION:=$(PYTHON_PIP_VERSION)
   DEPENDS:=+python +python-setuptools +python-pip-conf
 endef
 
index 7025ebbc0b824f225164dc091218dacb45ceccf5..48823731e3ac271193a0da0678f08abc91ab62f0 100644 (file)
@@ -8,6 +8,7 @@
 define Package/python-setuptools
 $(call Package/python/Default)
   TITLE:=Python $(PYTHON_VERSION) setuptools module
+  VERSION:=$(PYTHON_SETUPTOOLS_VERSION)
   DEPENDS:=+python
 endef
 
index 847eaf5c729269c61de360f46b93586b96c4d836..b31a1d5a873bb6fbd5b169fac1c5da866f361fa4 100644 (file)
@@ -8,3 +8,6 @@
 PYTHON_VERSION:=2.7
 PYTHON_VERSION_MICRO:=13
 
+PYTHON_SETUPTOOLS_VERSION:=28.8.0
+PYTHON_PIP_VERSION:=9.0.1
+
index a42c27c9d66e6bf298cf35960ed9bb3a8580d324..0bd54aac8133bdaf5a9e36fb765552642133731d 100644 (file)
@@ -8,6 +8,7 @@
 define Package/python3-pip
 $(call Package/python3/Default)
   TITLE:=Python $(PYTHON3_VERSION) pip module
+  VERSION:=$(PYTHON3_PIP_VERSION)
   DEPENDS:=+python3 +python3-setuptools +python-pip-conf
 endef
 
index 063acb80e448896c5730ba8da9915308351ca596..52d56e9ed6ae60e520e053527863a22379363008 100644 (file)
@@ -8,6 +8,7 @@
 define Package/python3-setuptools
 $(call Package/python3/Default)
   TITLE:=Python $(PYTHON3_VERSION) setuptools module
+  VERSION:=$(PYTHON3_SETUPTOOLS_VERSION)
   DEPENDS:=+python3
 endef
 
index 08a130f12aa478077c993f25ef345339bb3ca3bd..3715c57a258df71bdef71dec523b982fde3ac52c 100644 (file)
@@ -11,3 +11,6 @@ PYTHON3_VERSION_MICRO:=0
 
 PYTHON3_VERSION:=$(PYTHON3_VERSION_MAJOR).$(PYTHON3_VERSION_MINOR)
 
+PYTHON3_SETUPTOOLS_VERSION:=28.8.0
+PYTHON3_PIP_VERSION:=9.0.1
+