aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 4bf602120..f30972893 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -18,7 +18,6 @@ class Python3 < Formula
option :universal
option 'quicktest', 'Run `make quicktest` after the build'
option 'with-brewed-tk', "Use Homebrew's Tk (has optional Cocoa and threads support)"
- option "with-docs", "Install HTML documentation"
depends_on 'pkg-config' => :build
depends_on 'readline' => :recommended
@@ -32,11 +31,6 @@ class Python3 < Formula
skip_clean "bin/pip3", "bin/pip-#{VER}"
skip_clean "bin/easy_install3", "bin/easy_install-#{VER}"
- resource "docs" do
- url "https://docs.python.org/3/archives/python-3.4.1-docs-html.tar.bz2"
- sha1 "7d76e33a98bcd7c24790309780171c75988ad82a"
- end
-
patch :DATA if build.with? 'brewed-tk'
def site_packages_cellar
@@ -136,8 +130,6 @@ class Python3 < Formula
# Remove the site-packages that Python created in its Cellar.
site_packages_cellar.rmtree
-
- doc.install resource("docs") if build.with? "docs"
end
def post_install