8000 new pip-20.3 whishes wheel package. · winpython/winpython@09a8fef · GitHub
[go: up one dir, main page]

Skip to content

Commit 09a8fef

Browse files
committed
new pip-20.3 whishes wheel package.
1 parent 40f5950 commit 09a8fef

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1990,7 +1990,7 @@ def make(
19901990
# pre-patch current pip (until default python has pip 8.0.3)
19911991
self.distribution.patch_standard_packages('pip')
19921992
# not forced update of pip (FIRST) and setuptools here
1993-
for req in ('pip', 'setuptools', 'winpython'):
1993+
for req in ('pip', 'setuptools', 'wheel', 'winpython'):
19941994
actions = ["install", "--upgrade", "--pre", req]
19951995
if self.install_options is not None:
19961996
actions += self.install_options

winpython/data/packages.ini

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2758,3 +2758,21 @@ description = A Great Dane turned Python environment detective
27582758
[meshio]
27592759
description = I/O for many mesh formats
27602760
2761+
[dask-sql]
2762+
description = Dask SQL
2763+
2764+
[jpype1]
2765+
description = A Python to Java bridge.
2766+
2767+
[three-merge]
2768+
description = Simple library for merging two strings with respect to a base one
2769+
2770+
[pyls-spyder]
2771+
description = Spyder extensions for the python-language-server
2772+
2773+
[pyls-black]
2774+
description = Black plugin for the Python Language Server
2775+
2776+
[pysocks]
2777+
description = A Python SOCKS client module. See https github.com/Anorov/PySocks for more information.
2778+

0 commit comments

Comments
 (0)
0