Skip to content

Commit

Permalink
boost-python: deprecate
Browse files Browse the repository at this point in the history
boost-python uses Python 2, which is no longer supported.

The alias to boost-python has also been removed. It uses the wrong
version and is no longer needed.

Closes #66792.

Signed-off-by: Francois-Xavier Coudert <[email protected]>
  • Loading branch information
carlocab authored and fxcoudert committed Dec 19, 2020
1 parent 01a0f86 commit 5995207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Aliases/[email protected]

This file was deleted.

2 changes: 2 additions & 0 deletions Formula/boost-python.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class BoostPython < Formula
sha256 "7300cdd1653d195336215d7c2374377e575f770b8b37ac6722abf41b65a86c46" => :high_sierra
end

deprecate! date: "2020-01-01", because: "uses Python 2, which is no longer supported"

depends_on "boost"
depends_on :macos # Due to Python 2

Expand Down

0 comments on commit 5995207

Please sign in to comment.