Skip to content

Commit 80b64ef

Browse files
BrewTestBotbranchvincent
authored andcommitted
pybind11 3.0.0
1 parent dd26497 commit 80b64ef

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Formula/p/pybind11.rb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Pybind11 < Formula
22
desc "Seamless operability between C++11 and Python"
33
homepage "https://github.com/pybind/pybind11"
4-
url "https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.tar.gz"
5-
sha256 "e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20"
4+
url "https://github.com/pybind/pybind11/archive/refs/tags/v3.0.0.tar.gz"
5+
sha256 "453b1a3e2b266c3ae9da872411cadb6d693ac18063bd73226d96cfb7015a200c"
66
license "BSD-3-Clause"
7-
revision 1
87

98
livecheck do
109
url :stable
@@ -16,7 +15,6 @@ class Pybind11 < Formula
1615
end
1716

1817
depends_on "cmake" => :build
19-
depends_on "python-setuptools" => :build
2018
depends_on "[email protected]" => [:build, :test]
2119
depends_on "[email protected]" => [:build, :test]
2220

@@ -37,7 +35,7 @@ def install
3735
pythons.each do |python|
3836
# Install Python package too
3937
python_exe = python.opt_libexec/"bin/python"
40-
system python_exe, "-m", "pip", "install", *std_pip_args, "."
38+
system python_exe, "-m", "pip", "install", *std_pip_args(build_isolation: true), "."
4139

4240
pyversion = Language::Python.major_minor_version(python_exe)
4341
(buildpath/"pybind11-config-#{pyversion}").write <<~BASH

0 commit comments

Comments
 (0)