Skip to content

Commit e87c9e5

Browse files
committed
Conversion to "wheel"
1 parent e27a0cd commit e87c9e5

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyqt5 = https://github.com/Bearsampp/modules-untouched/releases/download/python-2022.09.07/pywin32-304.0-cp310-cp310-win_amd64.whl
1+
wheel = https://github.com/Bearsampp/modules-untouched/releases/download/python-2022.09.07/pywin32-304.0-cp310-cp310-win_amd64.whl

build.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
<arg value="pip"/>
4040
</exec>
4141

42-
<!-- Download pyqt5 -->
43-
<echo message="Download pyqt5"/>
44-
<property name="pyqt5.path" location="${bundle.srcdest}/pyqt5"/>
45-
<property file="${pyqt5.path}/pyqt5.properties"/>
46-
<mkdir dir="${pyqt5.path}"/>
47-
<get dest="${pyqt5.path}" src="${pyqt5}" skipexisting="true"/>
42+
<!-- Download wheel -->
43+
<echo message="Download Wheel"/>
44+
<property name="wheel.path" location="${bundle.srcdest}/wheel"/>
45+
<property file="${wheel.path}/wheel.properties"/>
46+
<mkdir dir="${wheel.path}"/>
47+
<get dest="${wheel.path}" src="${wheel}" skipexisting="true"/>
4848

49-
<!-- Install pyqt5 -->
50-
<echo message="Install PyQt5"/>
51-
<exec executable="${pyqt5.path}/install.bat" dir="${pyqt5.path}" failonerror="true"/>
52-
<delete dir="${pyqt5.path}"/>
49+
<!-- Install wheel -->
50+
<echo message="Install Wheel"/>
51+
<exec executable="${wheel.path}/install.bat" dir="${wheel.path}" failonerror="true"/>
52+
<delete dir="${wheel.path}"/>
5353

5454
<delete dir="${bundle.tmp.prep.path}/${bundle.folder}"/>
5555
<mkdir dir="${bundle.tmp.prep.path}/${bundle.folder}"/>

releases.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.10.5.0 = https://github.com/Bearsampp/module-python/releases/download/2022.07.16/bearsampp-python-3.7.0.2-2022.07.16.7z

0 commit comments

Comments
 (0)