This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
python,python3: override python setuptools & pip versions
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean
8 years ago
parent
c42ecd05a1
commit
4772aec581
6 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
lang/python/files/python-package-pip.mk
+1
-0
lang/python/files/python-package-setuptools.mk
+3
-0
lang/python/files/python-version.mk
+1
-0
lang/python3/files/python3-package-pip.mk
+1
-0
lang/python3/files/python3-package-setuptools.mk
+3
-0
lang/python3/files/python3-version.mk
+ 1
- 0
lang/python/files/python-package-pip.mk
View File
@ -8,6 +8,7 @@
d
e
f
i
n
e
P
a
c
k
a
g
e
/
p
y
t
h
o
n
-
p
i
p
$(
call
Package
/
python
/
Default
)
TITLE:
=
Python
$(
PYTHON_VERSION
)
pip module
VERSION:
=
$(
PYTHON_PIP_VERSION
)
DEPENDS:
=
+python +python-setuptools +python-pip-conf
e
n
d
e
f
+ 1
- 0
lang/python/files/python-package-setuptools.mk
View File
@ -8,6 +8,7 @@
d
e
f
i
n
e
P
a
c
k
a
g
e
/
p
y
t
h
o
n
-
s
e
t
u
p
t
o
o
l
s
$(
call
Package
/
python
/
Default
)
TITLE:
=
Python
$(
PYTHON_VERSION
)
setuptools module
VERSION:
=
$(
PYTHON_SETUPTOOLS_VERSION
)
DEPENDS:
=
+python
e
n
d
e
f
+ 3
- 0
lang/python/files/python-version.mk
View 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
+ 1
- 0
lang/python3/files/python3-package-pip.mk
View File
@ -8,6 +8,7 @@
d
e
f
i
n
e
P
a
c
k
a
g
e
/
p
y
t
h
o
n
3
-
p
i
p
$(
call
Package
/
python
3/
Default
)
TITLE:
=
Python
$(
PYTHON3_VERSION
)
pip module
VERSION:
=
$(
PYTHON3_PIP_VERSION
)
DEPENDS:
=
+python3 +python3-setuptools +python-pip-conf
e
n
d
e
f
+ 1
- 0
lang/python3/files/python3-package-setuptools.mk
View File
@ -8,6 +8,7 @@
d
e
f
i
n
e
P
a
c
k
a
g
e
/
p
y
t
h
o
n
3
-
s
e
t
u
p
t
o
o
l
s
$(
call
Package
/
python
3/
Default
)
TITLE:
=
Python
$(
PYTHON3_VERSION
)
setuptools module
VERSION:
=
$(
PYTHON3_SETUPTOOLS_VERSION
)
DEPENDS:
=
+python3
e
n
d
e
f
+ 3
- 0
lang/python3/files/python3-version.mk
View 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
Write
Preview
Loading…
Cancel
Save