Skip to content

Commit 695c3a6

Browse files
authored
Merge pull request #13 from Bearsampp/wheel
conversion to wheel
2 parents 71bcf83 + a23aed6 commit 695c3a6

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-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}"/>

0 commit comments

Comments
 (0)