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

mat2 0.13.5 #203790

Merged
merged 2 commits into from
Jan 10, 2025
Merged
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
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1969,6 +1969,7 @@ marksman
marp-cli
massdriver
massren
mat2
matplotplusplus
matterbridge
maturin
Expand Down
20 changes: 3 additions & 17 deletions Formula/m/mat2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,12 @@ class Mat2 < Formula

desc "Metadata anonymization toolkit"
homepage "https://0xacab.org/jvoisin/mat2"
url "https://files.pythonhosted.org/packages/d5/e4/f02d057fe6cf32b68e402c5f86276244105da40161e84ef785b2ae0bf809/mat2-0.13.4.tar.gz"
sha256 "744aeee924c9898a397fe930593b803c540389bf39cd24553b99a89acc2f5901"
url "https://files.pythonhosted.org/packages/ce/53/da9720bf3d8a3419e2d337ba0d12817c75578ada4ec1f161fc602dd2ed1d/mat2-0.13.5.tar.gz"
sha256 "d7e7c4f0f0cfcf8bd656f97919281d0c6207886d84bdfdbb192c152ebf91fe19"
license "LGPL-3.0-or-later"
revision 1

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7540fc693b8b6d49f20b01806636224abb0a1df3a4820b0583849bed74e5ca1f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7540fc693b8b6d49f20b01806636224abb0a1df3a4820b0583849bed74e5ca1f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7540fc693b8b6d49f20b01806636224abb0a1df3a4820b0583849bed74e5ca1f"
sha256 cellar: :any_skip_relocation, sonoma: "7540fc693b8b6d49f20b01806636224abb0a1df3a4820b0583849bed74e5ca1f"
sha256 cellar: :any_skip_relocation, ventura: "7540fc693b8b6d49f20b01806636224abb0a1df3a4820b0583849bed74e5ca1f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e3186ddb81c91afdd65c6c3fbc63ea467b15c55b35bcfc8d239362aa6a8bc3af"
sha256 cellar: :any_skip_relocation, all: "7b534040135d940e613435f419dd0556e98b876b3ff9364d67dc001ac3412ec7"
end

depends_on "exiftool"
Expand All @@ -32,13 +25,6 @@ class Mat2 < Formula
sha256 "719fadef0a978c31b4cf3c956261b3c58b6948b32023078a2117b1de09f0fc99"
end

# patch man1 file layout, remove in next release
# https://0xacab.org/jvoisin/mat2/-/merge_requests/111
patch do
url "https://0xacab.org/jvoisin/mat2/-/commit/406924bb6164384fe0a8a8f3dc8dfe7d15577cfc.diff"
sha256 "4c1c57ca8fe1eabea41d66f3ef9bd4eb2bac8ac181fceeefece4b92b5be9658d"
end

def install
virtualenv_install_with_resources
end
Expand Down
Loading