From 8de0ac60224bbf23f58d5dee4b972141dac4a8f8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 11 Jun 2019 14:35:34 +0530 Subject: [PATCH] Get ICU building --- bypy/sources.json | 22 ++++++++++++++-------- bypy/windows.conf | 4 ++-- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index 872da0c979..d693021d11 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -165,7 +165,13 @@ "filename": "icu4c-64_2-src.tgz", "hash": "sha256:627d5d8478e6d96fc8c90fed4851239079a561a6a8b9e48b0892f24e82d31d6c", "urls": ["http://download.icu-project.org/files/icu4c/64.2/{filename}"] + }, + "windows": { + "filename": "icu4c-64_2-src.zip", + "hash": "sha256:c8df046a9944003dae744197648e0fa6c745478b7d7b4e2b05f6a390868b5752", + "urls": ["http://download.icu-project.org/files/icu4c/64.2/{filename}"] } + }, { @@ -372,7 +378,7 @@ "version": "5.12.3", "hashes": { "unix": "sha256:fddfd8852ef7503febeed67b876d1425160869ae2b1ae8e10b3fb0fedc5fe701", - "windows": "sha256:f7a14e5e7156988e1673a7c64ac1e25353c238c2e3008e4c0b91778f14d8c70c" + "w": "sha256:f7a14e5e7156988e1673a7c64ac1e25353c238c2e3008e4c0b91778f14d8c70c" } }, @@ -380,7 +386,7 @@ "name": "qt-svg", "hashes": { "unix": "sha256:f666438dbf6816b7534e539b95e3fa4405f11d7e2e2bbcde34f2db5ae0f27dc2", - "windows": "sha256:a39476cf3355e315311afb523c5d6da9153ba8434dc770b81407c4a3180c47a5" + "w": "sha256:a39476cf3355e315311afb523c5d6da9153ba8434dc770b81407c4a3180c47a5" } }, @@ -388,7 +394,7 @@ "name": "qt-declarative", "hashes": { "unix": "sha256:839881cd6996e35c351bc7d560372ebb91e61f3688957c33248c4f31ea007fa7", - "windows": "sha256:9df94bdba58f6c136a93a4c3786b07f67a217343225d48f3da38f51c68f2ee1f" + "w": "sha256:9df94bdba58f6c136a93a4c3786b07f67a217343225d48f3da38f51c68f2ee1f" } }, @@ -396,7 +402,7 @@ "name": "qt-imageformats", "hashes": { "unix": "sha256:db5a9e784f9c327c1e6830b1550311024cc91202d3b8dde82cd0944164298be2", - "windows": "sha256:ade8a611d7f61971bbd87b205d5083d88b00300887a50c8ba92ec6268003824f" + "w": "sha256:ade8a611d7f61971bbd87b205d5083d88b00300887a50c8ba92ec6268003824f" } }, @@ -404,7 +410,7 @@ "name": "qt-webchannel", "hashes": { "unix": "sha256:72d1620bcc94e14caa91ddf344c84cd1288aa9479e00b1bb3b5e51f92efe088a", - "windows": "sha256:f3de125c163a27a8683f5fcdf9bbb4af91461c8854976a9609b951f43a8fbad5" + "w": "sha256:f3de125c163a27a8683f5fcdf9bbb4af91461c8854976a9609b951f43a8fbad5" } }, @@ -412,7 +418,7 @@ "name": "qt-location", "hashes": { "unix": "sha256:52d589be2852ada0c000b06cc411b61e521cd0797470be567fd1625bcc9d75c6", - "windows": "sha256:47d329bf32b37023759353347431d8d7f7248b399e917e3717b2d20da4526b1f" + "w": "sha256:47d329bf32b37023759353347431d8d7f7248b399e917e3717b2d20da4526b1f" } }, @@ -436,7 +442,7 @@ "name": "qt-sensors", "hashes": { "unix": "sha256:7f63fedf60fdf110a3fc529568c7226d7acd59cc5eaee908f4d5a969e34005fc", - "windows": "sha256:5f1e9d8e1add61ba20b6499dd4335d9b157bb99793ed16319c142569625c546d" + "w": "sha256:5f1e9d8e1add61ba20b6499dd4335d9b157bb99793ed16319c142569625c546d" } }, @@ -453,7 +459,7 @@ "name": "qt-webengine", "hashes": { "unix": "sha256:3ff3bac12d75aa0f3fd993bb7077fe411f7b0e6a3993af6f8b039d48e3dc4317", - "windows": "sha256:dec39e37480cb8644d628a75bb13c124a799277ab8851864781d17739a4c573d" + "w": "sha256:dec39e37480cb8644d628a75bb13c124a799277ab8851864781d17739a4c573d" } }, diff --git a/bypy/windows.conf b/bypy/windows.conf index 389e65f864..3ff5a1ce16 100644 --- a/bypy/windows.conf +++ b/bypy/windows.conf @@ -1,9 +1,9 @@ # Requires installation of Visual Studio 2017 Community Edition, Git, Python 3.7 and Perl # git.exe must be in PATH # Intall certifi in python 3 with: -# python.exe -m pip install certifi +# py.exe -m pip install certifi vm_name 'calibre-windows-build' root 'C:/r' -python 'C:/py/python.exe' +python 'py.exe' perl 'C:/Strawberry/perl/bin/perl.exe'