@@ -9,20 +9,22 @@ class Lexicon < Formula
9
9
head "https://github.com/AnalogJ/lexicon.git" , branch : "master"
10
10
11
11
bottle do
12
- sha256 cellar : :any_skip_relocation , arm64_ventura : "d3a34af8b8d759ea6a40c1a6b702ada787be7b8e020a6269eda9e627ddd9037a"
13
- sha256 cellar : :any_skip_relocation , arm64_monterey : "6dc33012348c6d00887f9af6b29e41f2c88253f874b8e3fd19f24269b7c762d6"
14
- sha256 cellar : :any_skip_relocation , arm64_big_sur : "1585b43596b7af32eac853674e8354779b085298ed057383206fd4b9ed465677"
15
- sha256 cellar : :any_skip_relocation , ventura : "7b92a24a0fe1b21bb8ec5f41e020e2da76eab5ea661801e0107cc955621c2234"
16
- sha256 cellar : :any_skip_relocation , monterey : "3ae3c4d649e6018aa84160a98696712ecaa9388b0f7290bbbdb7f29fa70ac124"
17
- sha256 cellar : :any_skip_relocation , big_sur : "e9c01c5b32d38ac705f0c08ecbd78030d94716f0dec35881ee7bd61bdd523478"
18
- sha256 cellar : :any_skip_relocation , x86_64_linux : "ffdea4b6260572f56eb55de081403cd99eec87d6d42b005ec11e669bd2e669f1"
12
+ rebuild 1
13
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "1d7eda1500299e2faf1459bd5eb8b6a50bec971adff482c905b786ea69853408"
14
+ sha256 cellar : :any_skip_relocation , arm64_monterey : "fccf7e8d6e222e34fca3d88eef9ace7a99fa48c0197ec88b5a3ae4f6445712df"
15
+ sha256 cellar : :any_skip_relocation , arm64_big_sur : "2e0f6a9a1fd0d4be785a32d6ae53f2dbc943fe2df39a2ca4322c652bcac0d18f"
16
+ sha256 cellar : :any_skip_relocation , ventura : "190db50dceb4a3f63939ff222b3c0028b7547177911eb1fab9da1e02848566f9"
17
+ sha256 cellar : :any_skip_relocation , monterey : "e9b3459c315d8eaff85b5659d5d1ecde17fb75fc8ca34211bd6e4662d1059158"
18
+ sha256 cellar : :any_skip_relocation , big_sur : "317e01d970daa292604c64f04da26d8d3773f78e23cb83b14fe6ea5773cb779f"
19
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "19459dbdf49c74e8a66e69d7f2480fcfbc6b0ab7a4057561523371265d635aa2"
19
20
end
20
21
21
22
depends_on "cffi"
22
23
depends_on "pycparser"
23
24
depends_on "pygments"
24
25
depends_on "python-certifi"
25
26
depends_on "python-cryptography"
27
+ depends_on "python-pytz"
26
28
depends_on "python@3.11"
27
29
depends_on "pyyaml"
28
30
depends_on "six"
@@ -145,11 +147,6 @@ class Lexicon < Formula
145
147
sha256 "0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"
146
148
end
147
149
148
- resource "pytz" do
149
- url "https://files.pythonhosted.org/packages/5e/32/12032aa8c673ee16707a9b6cdda2b09c0089131f35af55d443b6a9c69c1d/pytz-2023.3.tar.gz"
150
- sha256 "1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588"
151
- end
152
-
153
150
resource "requests" do
154
151
url "https://files.pythonhosted.org/packages/9d/be/10918a2eac4ae9f02f6cfe6414b7a155ccd8f7f9d4380d62fd5b955065c3/requests-2.31.0.tar.gz"
155
152
sha256 "942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"
0 commit comments