diff --git a/Formula/p/python-build.rb b/Formula/b/build.rb similarity index 58% rename from Formula/p/python-build.rb rename to Formula/b/build.rb index 81eb349023a60..fb634626d94a5 100644 --- a/Formula/p/python-build.rb +++ b/Formula/b/build.rb @@ -1,4 +1,4 @@ -class PythonBuild < Formula +class Build < Formula include Language::Python::Virtualenv desc "Simple, correct PEP 517 build frontend" @@ -8,16 +8,6 @@ class PythonBuild < Formula license "MIT" head "https://github.com/pypa/build.git", branch: "main" - bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8a02b06273633d165aeb7f3a6f9c799c688e95a3e0e6a99dff4447c0d174b49c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8a02b06273633d165aeb7f3a6f9c799c688e95a3e0e6a99dff4447c0d174b49c" - sha256 cellar: :any_skip_relocation, arm64_monterey: "8a02b06273633d165aeb7f3a6f9c799c688e95a3e0e6a99dff4447c0d174b49c" - sha256 cellar: :any_skip_relocation, sonoma: "40ca53f82b413997243774f2adf79eb0baa6900d9ed6db87c4269fa8d43f1908" - sha256 cellar: :any_skip_relocation, ventura: "40ca53f82b413997243774f2adf79eb0baa6900d9ed6db87c4269fa8d43f1908" - sha256 cellar: :any_skip_relocation, monterey: "40ca53f82b413997243774f2adf79eb0baa6900d9ed6db87c4269fa8d43f1908" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7f685d6de8ad4b0d9779ea800b6c3b4a5f7af3caa5d4b8ea8064dff279fb6906" - end - depends_on "python@3.12" resource "packaging" do diff --git a/formula_renames.json b/formula_renames.json index aa72d58cd8427..70723234604d9 100644 --- a/formula_renames.json +++ b/formula_renames.json @@ -130,6 +130,7 @@ "prestosql": "trino", "prql-compiler": "prqlc", "pyqt5": "pyqt@5", + "python-build": "build", "python-certifi": "certifi", "python-cryptography": "cryptography", "qt5": "qt@5",