Skip to content

Commit

Permalink
regipy 2.0.1
Browse files Browse the repository at this point in the history
include click resource and build patch

Closes Homebrew#81988.

Signed-off-by: Rui Chen <[email protected]>
Signed-off-by: Sean Molenaar <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
chenrui333 authored and BrewTestBot committed Jul 28, 2021
1 parent 6ab1b41 commit 5314d42
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
20 changes: 8 additions & 12 deletions Formula/regipy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Regipy < Formula

desc "Offline registry hive parsing tool"
homepage "https://github.com/mkorman90/regipy"
url "https://files.pythonhosted.org/packages/72/23/ae827829df2e2feab60c44fd3cf81eee17edc3cec3dea280edc4b777256e/regipy-1.9.4.tar.gz"
sha256 "86de2da57ccd95fc08ea51fa7e4bef6ed8aa0ab37c4286124bed126bf178c448"
url "https://files.pythonhosted.org/packages/67/62/7e8d11a473382c69fb91e33a621bcadebab87a0815d0f84306822a266984/regipy-2.0.1.tar.gz"
sha256 "3e68dc4c48c21aa23dab21fc83dea209fb1113194690001effbbd77f86d3b033"
license "MIT"
head "https://github.com/mkorman90/regipy.git"

Expand Down Expand Up @@ -39,16 +39,6 @@ class Regipy < Formula
sha256 "1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417"
end

resource "jsonlines" do
url "https://files.pythonhosted.org/packages/bf/40/a1b1810a09e3e85567c17831fcc2fc8e48ad9a1d3b02e8be940c43b908a8/jsonlines-2.0.0.tar.gz"
sha256 "6fdd03104c9a421a1ba587a121aaac743bf02d8f87fa9cdaa3b852249a241fe8"
end

resource "Logbook" do
url "https://files.pythonhosted.org/packages/2f/d9/16ac346f7c0102835814cc9e5b684aaadea101560bb932a2403bd26b2320/Logbook-1.5.3.tar.gz"
sha256 "66f454ada0f56eae43066f604a222b09893f98c1adc18df169710761b8f32fe8"
end

resource "pytz" do
url "https://files.pythonhosted.org/packages/b0/61/eddc6eb2c682ea6fd97a7e1018a6294be80dba08fa28e7a3570148b4612d/pytz-2021.1.tar.gz"
sha256 "83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da"
Expand All @@ -59,6 +49,12 @@ class Regipy < Formula
sha256 "b1582ab413f089e746da0528c2394f077d6f53dd4e68b877ffb2667bd027b0b0"
end

# Remove for next release
patch do
url "https://github.com/mkorman90/regipy/commit/655addc9069a25fae01baef4eb3fff87bca1a467.patch?full_index=1"
sha256 "cbcdf5f613cbbe30460172b034c1ac8427c61e2fba4f37819cbb0aea5995a567"
end

def install
venv = virtualenv_create(libexec, "python3.9")
res = resources.map(&:name).to_set
Expand Down
3 changes: 2 additions & 1 deletion pypi_formula_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@
"exclude_packages": ["six"]
},
"regipy": {
"exclude_packages": ["tabulate"]
"exclude_packages": ["tabulate"],
"extra_packages": ["click"]
},
"robot-framework": {
"extra_packages": ["robotframework-archivelibrary", "robotframework-selenium2library", "robotframework-sshlibrary"]
Expand Down

0 comments on commit 5314d42

Please sign in to comment.