From 659d22a74f73a10c4d49127b3dc0d390fff02622 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sun, 23 Jun 2024 18:44:22 -0700 Subject: [PATCH] build: renamed from python-build --- Formula/{p/python-build.rb => b/build.rb} | 12 +----------- formula_renames.json | 1 + 2 files changed, 2 insertions(+), 11 deletions(-) rename Formula/{p/python-build.rb => b/build.rb} (58%) 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 81eb349023a6..fb634626d94a 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 aa72d58cd842..70723234604d 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",