mkdocs 1.2.1

Closes #79044.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Dustin Rodrigues 2021-06-09 19:54:46 -04:00 committed by BrewTestBot
parent 282f339384
commit 835830f333
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 6 additions and 7 deletions

View File

@ -3,8 +3,8 @@ class Mkdocs < Formula
desc "Project documentation with Markdown"
homepage "https://www.mkdocs.org/"
url "https://files.pythonhosted.org/packages/16/07/89490a6d824e4cba58417a4e565113b11b52cc449f2d417798e47a34be87/mkdocs-1.2.tar.gz"
sha256 "26118adefe1d311b306f14bc2fae313cffcddc2f724d498fb40c26473c7f0017"
url "https://files.pythonhosted.org/packages/24/19/4b8422c52fd0f34751c53785da6b7d27fff539f44128d0332fdb4694ba2b/mkdocs-1.2.1.tar.gz"
sha256 "6e0ea175366e3a50d334597b0bc042b8cebd512398cdd3f6f34842d0ef524905"
license "BSD-2-Clause"
bottle do
@ -15,6 +15,7 @@ class Mkdocs < Formula
end
depends_on "python@3.9"
depends_on "six"
resource "click" do
url "https://files.pythonhosted.org/packages/21/83/308a74ca1104fe1e3197d31693a7a2db67c2d4e668f20f43a2fca491f9f7/click-8.0.1.tar.gz"
@ -76,11 +77,6 @@ class Mkdocs < Formula
sha256 "70092675bda14fdec33b31ba77e7543de9ddc88f2e5b99160396572d11525bdb"
end
resource "six" do
url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz"
sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"
end
resource "watchdog" do
url "https://files.pythonhosted.org/packages/ad/9e/df37da9de16e02d8a4230dcd09d4bf7ced6cd97e1f421cbade133a011e3f/watchdog-2.1.2.tar.gz"
sha256 "0237db4d9024859bea27d0efb59fe75eef290833fd988b8ead7a879b0308c2db"

View File

@ -76,6 +76,9 @@
"magic-wormhole": {
"extra_packages": ["wheel"]
},
"mkdocs": {
"exclude_packages": ["six"]
},
"molecule": {
"extra_packages": ["docker-py", "python-vagrant"]
},