Skip to content

Commit

Permalink
Merge pull request #165417 from Homebrew/cfv-setuptools
Browse files Browse the repository at this point in the history
cfv: drop `setuptools` resource
  • Loading branch information
BrewTestBot authored Mar 7, 2024
2 parents a440224 + b12d18f commit aba3967
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
21 changes: 8 additions & 13 deletions Formula/c/cfv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,18 @@ class Cfv < Formula
license "GPL-2.0-or-later"

bottle do
rebuild 3
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ceda98b6735adc3c9ffb311d107f2e6852dfa2b1d95606dc2cbdbd1f9fe14957"
sha256 cellar: :any_skip_relocation, arm64_ventura: "00bd5bdcc3c6d07fa25f2740c6d4957e1dfbb69e12d1b5f5dcaa1b1b51215845"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f8a4205950b7ca03b64af3d346d4a62e2f92e2b9c62471eff4016b297b1f54bd"
sha256 cellar: :any_skip_relocation, sonoma: "549e42b89e00ef86475782f6c3e4ab816ce34137a8bd3fbe1ca4f9bfe99e82b2"
sha256 cellar: :any_skip_relocation, ventura: "88a64151f0fd0e00d7c2ff56ed4ca792080fb2df54f536193c1870a598a13740"
sha256 cellar: :any_skip_relocation, monterey: "4d2f9326362dc6904d6ba58e018cf53462fb45d8430cfa8ddcd87509db93dfd9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3e8a066bcffd91118d3331e2a2b38759a56917957f9f4d32b9273c4091cce45c"
rebuild 4
sha256 cellar: :any_skip_relocation, arm64_sonoma: "45d0cc0d275d2abce31dc68f6b588cd2b6542700079e914f5313536069105df4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "73de17963f67bb975bfba11b8f3e69ac80a47a7729b5b384082a95241a13ff07"
sha256 cellar: :any_skip_relocation, arm64_monterey: "34d37ec148d00f729be8d759b3d9b9dbd146169f5632e5b1027baeb8f1a8d968"
sha256 cellar: :any_skip_relocation, sonoma: "dbc8899ec58d62eb0510d40f9d379dcb6c30d95689577e8ddabacccbdbc2cee0"
sha256 cellar: :any_skip_relocation, ventura: "5617ab20813e0f0e396bf33cf97ef6ed25e7af735afe7771052b0caa63041440"
sha256 cellar: :any_skip_relocation, monterey: "2ece33d693e3d3182fd24bbebe315d5ae40e65795810158caec543ed32ffa3e6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ebd9e777458f000cd6cdf0fccec16a5c50399a07607f15076519d6cbc181da5d"
end

depends_on "python@3.12"

resource "setuptools" do
url "https://files.pythonhosted.org/packages/c8/1f/e026746e5885a83e1af99002ae63650b7c577af5c424d4c27edcf729ab44/setuptools-69.1.1.tar.gz"
sha256 "5c0806c7d9af348e6dd3777b4f4dbb42c7ad85b190104837488eab9a7c945cf8"
end

def install
# fix man folder location issue
inreplace "setup.py", "'man/man1'", "'share/man/man1'"
Expand Down
3 changes: 0 additions & 3 deletions pypi_formula_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,6 @@
"cffi": {
"exclude_packages": ["pycparser"]
},
"cfv": {
"extra_packages": ["setuptools"]
},
"charm-tools": {
"exclude_packages": ["certifi", "cryptography"],
"extra_packages": ["pip==22.3.1", "wheel"]
Expand Down

0 comments on commit aba3967

Please sign in to comment.