Skip to content
Merged

updates #1212

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion make.py
Original file line number Diff line number Diff line change
Expand Up @@ -1816,7 +1816,13 @@ def _create_batch_scripts(self):
"%WINPYDIR%\scripts\pyzo.exe" %*
""",
)


self.create_batch_script( # virtual environment mimicking
"activate.bat",
r"""@echo off
call "%~dp0env.bat" %*
""",
)
# pre-run mingw batch
print("now pre-running extra mingw")
filepath = str(Path(self.winpydir) / "scripts" / "make_cython_use_mingw.bat")
Expand All @@ -1842,6 +1848,8 @@ def _create_batch_scripts(self):

""",
)



def _run_complement_batch_scripts(self, this_batch="run_complement.bat"):
"""tools\..\run_complement.bat for final complements"""
Expand Down
2 changes: 1 addition & 1 deletion winpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '6.1.20230227'
__version__ = '6.1.20230422'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
3 changes: 3 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3502,3 +3502,6 @@ description = rapid fuzzy string matching
[trove-classifiers]
description = Canonical source for classifiers on PyPI (pypi.org).

[dirty-cat]
description = Machine learning with dirty categories.