Skip to content

Commit 6cfcf69

Browse files
authored
Merge pull request Homebrew#141935 from singingwolfboy/regi-pytz
regipy: depend on python-pytz
2 parents a9a37b2 + 8966820 commit 6cfcf69

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

Formula/r/regipy.rb

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@ class Regipy < Formula
99
head "https://github.com/mkorman90/regipy.git", branch: "master"
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c1b052bd53472b1147ac579e177aed6e33928509a493840a142baf2ad0542fec"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "ac231a88e8a51997fbf43eae246f1b304523f701ed31ac0e7d1e4adfeb83db23"
14-
sha256 cellar: :any_skip_relocation, arm64_big_sur: "c04755aff613cc591a95327b562b1cca802cc6ed270e348bf6ae7708bce8006c"
15-
sha256 cellar: :any_skip_relocation, ventura: "2f5be65d31a8260064599211abff2f1140d9b84d586d25d9ed0151ff417a3302"
16-
sha256 cellar: :any_skip_relocation, monterey: "8b2c6d2893f7d082bf580c92de1194f5bd74389b00a40ecd3e9f317fdea22be0"
17-
sha256 cellar: :any_skip_relocation, big_sur: "e1fd84bce3ba58d93cd13c60b3ddd9e9b43c3990fe1596b37cc3ca57aa0ba37f"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "98a2138104bcf2fd926b940d9dd11b430df67ece72b71eb07ff79ab61decd492"
12+
rebuild 1
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "52230b24a98fee373f2ac1c31a2201305805fd9ea42753c0662066d4f2e8d950"
14+
sha256 cellar: :any_skip_relocation, arm64_monterey: "52ef445e8ede15b5290cb3b666375b45bf460042569799491732359c9fc88f01"
15+
sha256 cellar: :any_skip_relocation, arm64_big_sur: "742f3e46a6323c2e26f01195d72a17f15a9f4b1461c8c710e9f2d8155cc85c3d"
16+
sha256 cellar: :any_skip_relocation, ventura: "36c82ae06f653cc2bca956a7b658f864ce1055cc7130b10ac3f80cdb3a7d8999"
17+
sha256 cellar: :any_skip_relocation, monterey: "f7386b0e830d654eec78f9d921ee05b53684d2f45411d32b63da5fd75bf2f91b"
18+
sha256 cellar: :any_skip_relocation, big_sur: "3e09699a9518bf88789d87cef68c49b035eccea88411124623aa245db79a8bdc"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "80b37ae8e56b2fac41fa904ef956035fcd881fdea7386604561ce57824b2dfce"
1920
end
2021

22+
depends_on "python-pytz"
2123
depends_on "python-tabulate"
2224
depends_on "[email protected]"
2325

@@ -41,11 +43,6 @@ class Regipy < Formula
4143
sha256 "1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417"
4244
end
4345

44-
resource "pytz" do
45-
url "https://files.pythonhosted.org/packages/5e/32/12032aa8c673ee16707a9b6cdda2b09c0089131f35af55d443b6a9c69c1d/pytz-2023.3.tar.gz"
46-
sha256 "1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588"
47-
end
48-
4946
resource "test_hive" do
5047
url "https://raw.githubusercontent.com/mkorman90/regipy/71acd6a65bdee11ff776dbd44870adad4632404c/regipy_tests/data/SYSTEM.xz"
5148
sha256 "b1582ab413f089e746da0528c2394f077d6f53dd4e68b877ffb2667bd027b0b0"

pypi_formula_mappings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@
732732
},
733733
"regipy": {
734734
"package_name": "regipy[cli]",
735-
"exclude_packages": ["tabulate"]
735+
"exclude_packages": ["tabulate", "pytz"]
736736
},
737737
"remarshal": {
738738
"exclude_packages": ["six", "PyYAML"]

0 commit comments

Comments
 (0)