Skip to content

Commit 2e217dc

Browse files
stefanbchenrui333
authored andcommitted
simple-tiles: revision bump (gdal 3.10.0)
simple-tiles: update build patches Signed-off-by: Rui Chen <[email protected]>
1 parent 9e909b5 commit 2e217dc

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

Formula/s/simple-tiles.rb

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class SimpleTiles < Formula
44
url "https://github.com/propublica/simple-tiles/archive/refs/tags/v0.6.2.tar.gz"
55
sha256 "343ae52a0b20ee091b14bc145b7c78fed13b7272acd827626283b70f178dfa34"
66
license "MIT"
7-
revision 4
7+
revision 5
88
head "https://github.com/propublica/simple-tiles.git", branch: "master"
99

1010
bottle do
@@ -32,12 +32,16 @@ class SimpleTiles < Formula
3232
depends_on "harfbuzz"
3333
end
3434

35-
# Update waf for python 3.12
36-
# Use resource instead of patch since applying corrupts waf
37-
# https://github.com/propublica/simple-tiles/pull/23
35+
# Update waf for py3.13
3836
resource "waf" do
39-
url "https://raw.githubusercontent.com/propublica/simple-tiles/e402d6463f6afefd96a2e2d5ce630d909ba96af1/waf"
40-
sha256 "dcec3e179f9c33a66544f1b3d7d91f20f6373530510fa6a858cddb6bfdcde14b"
37+
url "https://raw.githubusercontent.com/propublica/simple-tiles/d4bae6b932ef84cd115cc327651b4fad49557409/waf"
38+
sha256 "dd9dd1895f939d288823a7e23d7914c4f9fb018828da64842953e2a857a08713"
39+
end
40+
41+
# update tools/clang_compilation_database.py for py3.13
42+
patch do
43+
url "https://github.com/propublica/simple-tiles/commit/a6e8b5738bb7b935d0579a5b514c49720e9eeeff.patch?full_index=1"
44+
sha256 "b0d9226069b8c5cedd95d3150b46d123a14259a60f79d2827a5a99b9ce6e8944"
4145
end
4246

4347
def install

0 commit comments

Comments
 (0)