Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: renamed from python-build #175449

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions Formula/p/python-build.rb → Formula/b/build.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class PythonBuild < Formula
class Build < Formula
include Language::Python::Virtualenv

desc "Simple, correct PEP 517 build frontend"
Expand All @@ -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 "[email protected]"

resource "packaging" do
Expand Down
1 change: 1 addition & 0 deletions formula_renames.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
"prestosql": "trino",
"prql-compiler": "prqlc",
"pyqt5": "pyqt@5",
"python-build": "build",
"python-certifi": "certifi",
"python-cryptography": "cryptography",
"qt5": "qt@5",
Expand Down
Loading