8000 Merge pull request #141931 from singingwolfboy/dooit-pytz · ArduinoBot/homebrew-core@4f3625e · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f3625e

Browse files
authored
Merge pull request Homebrew#141931 from singingwolfboy/dooit-pytz
dooit: depend on python-pytz
2 parents 2fe5d79 + 6f8e792 commit 4f3625e

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

Formula/d/dooit.rb

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,19 @@ class Dooit < Formula
99
head "https://github.com/kraanzu/dooit.git", branch: "main"
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9587c60e47a221e4773abc504dc8c20c4ff776c953108db2e60c01b776edf756"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "8a2c5668b47cd8a2f7a7678b7da6393166d67d313df28322efdcd7f0f41c0a68"
14-
sha256 cellar: :any_skip_relocation, arm64_big_sur: "e2eed0f426de19c00a6cabf1f35f22b9f8906681fae0322e9eb59533b28e2747"
15-
sha256 cellar: :any_skip_relocation, ventura: "dc26f2ad2a052023fad268f0ba122803131821eac68d60dca69e1625fd6b7e99"
16-
sha256 cellar: :any_skip_relocation, monterey: "89cfe3e8c4d4334ea0b3c268c7316461f31137ee5eaaaaedac0cfe1ad14d752a"
17-
sha256 cellar: :any_skip_relocation, big_sur: "0c0ad00e9adb2867970584de056f826241e11a2fed526d6640ffda0fe6d713d7&quo 10000 t;
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "01a1fb3cdc6328a9eb96fffeaf42815d228224a297fccafb5f291e0a4c561059"
12+
rebuild 1
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "bbe8ad4bf5c7beb2d311ffeb98f54633a7167f6518b9aab6c829597786a2b870"
14+
sha256 cellar: :any_skip_relocation, arm64_monterey: "67821f831096f513b730b6732f727fa5a310878d24fc895c1a6df9049a66652a"
15+
sha256 cellar: :any_skip_relocation, arm64_big_sur: "56a73c794ae86b504b99131998b4042cf51aa09539f9d5272d0bf956903e3b80"
16+
sha256 cellar: :any_skip_relocation, ventura: "99ed48530b2f4c98e27a13e2e4fe5ce34c8ef35c3d995793663a6595e8423f5d"
17+
sha256 cellar: :any_skip_relocation, monterey: "ca87f4e9445c0a7a332c49c0ac52f020c6048d19f736bd89f14d4fc2249bad7e"
18+
sha256 cellar: :any_skip_relocation, big_sur: "44b728a8b73123ffaa24e48f9043e7b3208f3c6638ef6ea1c5340f16df305178"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6352582928aa3bc58bfa8af6e960b61b6f14984c33715cf97c91d02f73b3fe63"
1920
end
2021

2122
depends_on "cmake" => :build
2223
depends_on "pygments"
24+
depends_on "python-pytz"
2325
depends_on "python-typing-extensions"
2426
depends_on "python@3.11"
2527
depends_on "pyyaml"
@@ -66,11 +68,6 @@ class Dooit < Formula
6668
sha256 "105254a8b04934f0bc84e9c24eb360a591aaf6535c9def5f29d92af107a9bf57"
6769
end
6870

69-
resource "pytz" do
70-
url "https://files.pythonhosted.org/packages/5e/32/12032aa8c673ee16707a9b6cdda2b09c0089131f35af55d443b6a9c69c1d/pytz-2023.3.tar.gz"
71-
sha256 "1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588"
72-
end
73-
7471
resource "rich" do
7572
url "https://files.pythonhosted.org/packages/ad/1a/94fe086875350afbd61795c3805e38ef085af466a695db605bcdd34b4c9c/rich-13.5.2.tar.gz"
7673
sha256 "fb9d6c0a0f643c99eed3875b5377a184132ba9be4d61516a55273d3554d75a39"

pypi_formula_mappings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
"exclude_packages": ["certifi", "cffi", "cryptography", "pycparser", "Pygments", "typing-extensions"]
270270
},
271271
"dooit": {
272-
"exclude_packages": ["six", "PyYAML", "virtualenv", "Pygments", "typing-extensions"]
272+
"exclude_packages": ["six", "PyYAML", "virtualenv", "Pygments", "typing-extensions", "pytz"]
273273
},
274274
"dotbot": {
275275
"exclude_packages": ["PyYAML"]

0 commit comments

Comments
 (0)
0