File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
class Pyoxidizer < Formula
2
2
desc "Modern Python application packaging and distribution tool"
3
3
homepage "https://github.com/indygreg/PyOxidizer"
4
- url "https://github.com/indygreg/PyOxidizer/archive/pyoxidizer/0.23 .0.tar.gz"
5
- sha256 "d96c4747d37686c052ef5a064fda59ac0b175085589cd7cdd4e277906136f8a7 "
4
+ url "https://github.com/indygreg/PyOxidizer/archive/pyoxidizer/0.24 .0.tar.gz"
5
+ sha256 "d52a2727a18a3414d7ec920b8523ef4d19cb2e6db3f1276b65a83e5dd4ae8d24 "
6
6
license "MPL-2.0"
7
7
head "https://github.com/indygreg/PyOxidizer.git" , branch : "main"
8
8
@@ -23,11 +23,7 @@ class Pyoxidizer < Formula
23
23
end
24
24
25
25
depends_on "rust" => :build
26
- # Currently needs macOS 11 SDK due to checking for DeploymentTargetSettingName
27
- # Remove when issue is fixed: https://github.com/indygreg/PyOxidizer/issues/431
28
- on_catalina :or_older do
29
- depends_on xcode : "12.2"
30
- end
26
+ depends_on xcode : "13.1"
31
27
32
28
def install
33
29
system "cargo" , "install" , *std_cargo_args ( path : "pyoxidizer" )
You can’t perform that action at this time.
0 commit comments