Skip to content

Commit

Permalink
mergepbx: Deprecate mergepbx
Browse files Browse the repository at this point in the history
Mergepbx was written in Python 2 and development has stalled on it.
So let's depricate it
  • Loading branch information
AlvinKuruvilla authored and carlocab committed Mar 8, 2022
1 parent d6f596e commit 794eb83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/mergepbx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ class Mergepbx < Formula
sha256 cellar: :any_skip_relocation, all: "8ecddaec0eaeb4d63ccc9935e66c8f0b5bf7a5a07fbb313909270e47088bf590"
end

# Requires Python2.
# https://github.com/Homebrew/homebrew-core/issues/93940
deprecate! date: "2022-03-09", because: :unsupported

resource "dummy_base" do
url "https://raw.githubusercontent.com/simonwagner/mergepbx/a9bd9d8f4a732eff989ea03fbc0d78f6f6fb594f/test/fixtures/merge/dummy/dummy1/project.pbxproj.base"
sha256 "d2cf3fdec1b37489e9bc219c82a7ee945c3dfc4672c8b4e89bc08ae0087d6477"
Expand Down

0 comments on commit 794eb83

Please sign in to comment.