From 6e6be6be9381f795eb40333ae1cbe7a02a572cb5 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Aug 2021 14:36:38 -0400 Subject: [PATCH] proselint 0.12.0 Closes #83730. Signed-off-by: Rui Chen Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/proselint.rb | 10 +++------- pypi_formula_mappings.json | 3 +++ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/proselint.rb b/Formula/proselint.rb index 3677e5dc801..35c15c6c43d 100644 --- a/Formula/proselint.rb +++ b/Formula/proselint.rb @@ -3,8 +3,8 @@ class Proselint < Formula desc "Linter for prose" homepage "http://proselint.com" - url "https://files.pythonhosted.org/packages/04/ee/60506bd37251f7396d73942e2bd3dac9b788269d46cf1372c5e0602e5682/proselint-0.11.3.tar.gz" - sha256 "e92e68b8bbb24dbf535eac59ac69b8b4ae9a0610f4f0dc83c18732150c465abf" + url "https://files.pythonhosted.org/packages/e9/fc/acd766ee050c8a8a27439fcb37a7042d9fc44bf840b48ebb32a5546a9db8/proselint-0.12.0.tar.gz" + sha256 "2a98d9c14382d94ed9122a6c0b0657a814cd5c892c77d9477309fc99f86592e6" license "BSD-3-Clause" head "https://github.com/amperser/proselint.git", branch: "main" @@ -17,6 +17,7 @@ class Proselint < 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" @@ -28,11 +29,6 @@ class Proselint < Formula sha256 "b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d" end - resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" - end - def install virtualenv_install_with_resources end diff --git a/pypi_formula_mappings.json b/pypi_formula_mappings.json index 1d3fdfa7d14..3b3b4cf736b 100644 --- a/pypi_formula_mappings.json +++ b/pypi_formula_mappings.json @@ -148,6 +148,9 @@ "principalmapper": { "exclude_packages": ["six"] }, + "proselint": { + "exclude_packages": ["six"] + }, "protobuf": { "exclude_packages": ["six"] },