Skip to content

Commit

Permalink
Merge pull request #179098 from branchvincent/std_npm_args-i
Browse files Browse the repository at this point in the history
i,j*: use `std_npm_args`
  • Loading branch information
BrewTestBot committed Aug 2, 2024
2 parents 996710e + e31661f commit 027e3aa
Show file tree
Hide file tree
Showing 9 changed files with 79 additions and 71 deletions.
18 changes: 8 additions & 10 deletions Formula/i/iconsur.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Iconsur < Formula
include Language::Python::Virtualenv

Expand All @@ -12,13 +10,13 @@ class Iconsur < Formula
license "MIT"

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7e67e0fa5d12b5598bb3f6755547a50e20da472da57a7df5c68d2ca3380f7140"
sha256 cellar: :any_skip_relocation, arm64_ventura: "cdfdf024544f90244bfefea1697a7100c7e2adde6a05fd51a4e4e54c5f3ebc98"
sha256 cellar: :any_skip_relocation, arm64_monterey: "11889c0c42c2a044fe9dc081f50cf332f606e922837b5a765141ef2340e0cdb6"
sha256 cellar: :any_skip_relocation, sonoma: "488565e07e909605382b2ed833216e8b87ac499225443e2b2ace61f1508b6a6b"
sha256 cellar: :any_skip_relocation, ventura: "1a1f49255b7376a223d04e38c2dbd0ef278376e161670b0fca923b94e4d12227"
sha256 cellar: :any_skip_relocation, monterey: "f9a727a3148a71fdda8a537c85028002fb33f7ff9a91db86a4d50971db5b4a42"
rebuild 2
sha256 cellar: :any_skip_relocation, arm64_sonoma: "41e638854049735d75d8a5817f49c5751f423ecb8d4da508fa2546c0af6092e4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "04e27b7499dedbce8368ea0bf753b37dc0ba0aa1e40afa60fbe1200f7c07363f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "bc350d8b15f1417e7b52a8ea40b7a3331d9153194a43e332878d5ea89dd1fb12"
sha256 cellar: :any_skip_relocation, sonoma: "44693cd5a395695bf5900720a3049b9d87753c3b36d16807acf012bba65b422f"
sha256 cellar: :any_skip_relocation, ventura: "83853903cd670285e187e2119a6ec16dea4a834bc36558a5821354d03391600c"
sha256 cellar: :any_skip_relocation, monterey: "036e74c813e250b333a2ad2f767cfda92deacc144dad0f30e12ec6bc414ef439"
end

depends_on :macos
Expand All @@ -43,7 +41,7 @@ class Iconsur < Formula
end

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args

if MacOS.version >= :monterey
venv = virtualenv_create(libexec/"venv", "python3.12")
Expand Down
13 changes: 9 additions & 4 deletions Formula/i/install-peerdeps.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class InstallPeerdeps < Formula
desc "CLI to automatically install peerDeps"
homepage "https://github.com/nathanhleung/install-peerdeps"
Expand All @@ -8,13 +6,20 @@ class InstallPeerdeps < Formula
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, all: "081330377388f0833a98926f1e1e734d0556bf374eac0df2423a0404d0739a89"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e795fe1ad6a1fed06a19636c4d93c4c630ddd71a16016035d29aff99885785a5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e795fe1ad6a1fed06a19636c4d93c4c630ddd71a16016035d29aff99885785a5"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e795fe1ad6a1fed06a19636c4d93c4c630ddd71a16016035d29aff99885785a5"
sha256 cellar: :any_skip_relocation, sonoma: "e795fe1ad6a1fed06a19636c4d93c4c630ddd71a16016035d29aff99885785a5"
sha256 cellar: :any_skip_relocation, ventura: "e795fe1ad6a1fed06a19636c4d93c4c630ddd71a16016035d29aff99885785a5"
sha256 cellar: :any_skip_relocation, monterey: "e795fe1ad6a1fed06a19636c4d93c4c630ddd71a16016035d29aff99885785a5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7b833efc753877c4c00df8f7cff9c6df4291799e3b254eba899cbf5fdee45dd9"
end

depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down
22 changes: 8 additions & 14 deletions Formula/i/ios-sim.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class IosSim < Formula
desc "Command-line application launcher for the iOS Simulator"
homepage "https://github.com/ios-control/ios-sim"
Expand All @@ -9,24 +7,20 @@ class IosSim < Formula
head "https://github.com/ios-control/ios-sim.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "24800ebb5c539325cb0f1b7e5cefe34ab9398f9973a07bbdd65ac77992a6cbb8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8f524340517b2489bef21f9994bdf04a7071d9544f57715fd75bc64f220be03d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c1a5c50ae49619b4df9dee4cfd1f010de791d35d939cf4a635e68dd1ba6a8fd3"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "54028aa5938c6a5f7e4f2106b31e47a18778961bdb8c3ae73f8935a569c91764"
sha256 cellar: :any_skip_relocation, sonoma: "ad063cce07ae800039c9d00433fee710d8b0c59aab956144a306b68cdeb048e8"
sha256 cellar: :any_skip_relocation, ventura: "80245dc86a77f47fdfcb5f1a2a49f15cd5583cccae5a668c046080c8a7cfaded"
sha256 cellar: :any_skip_relocation, monterey: "e741d066f12c6325452d5b65ea9894ade7878a6c85304c4b75f56f1c21563a33"
sha256 cellar: :any_skip_relocation, big_sur: "36da0b5e859153bd745a49214df77b469c2b5211e2c11a2dd7d711ff1cfdf914"
sha256 cellar: :any_skip_relocation, catalina: "8c48bcbabb9ddb5b3781c16a2af67518881ff23bd5d7f0723436cb438ef7088e"
sha256 cellar: :any_skip_relocation, mojave: "87ddbe7f7341fa207ac5d4a1212e81a3fe838c474bdbcbc2c7239ac2bf8ccc7e"
sha256 cellar: :any_skip_relocation, high_sierra: "ddbe9d541710ab4dd219db3f766e878ff8698dcd88c25a247e5c44e165ea2773"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6e73a7f221630697eab12ddbd235c47bc13274d1901ae108bd38f4cba5d5b6a8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6e73a7f221630697eab12ddbd235c47bc13274d1901ae108bd38f4cba5d5b6a8"
sha256 cellar: :any_skip_relocation, arm64_monterey: "6e73a7f221630697eab12ddbd235c47bc13274d1901ae108bd38f4cba5d5b6a8"
sha256 cellar: :any_skip_relocation, sonoma: "fa7b613231b370eb5cf3577fe6cfade02cb01fbbf71925a1e2b8915c93216e4a"
sha256 cellar: :any_skip_relocation, ventura: "fa7b613231b370eb5cf3577fe6cfade02cb01fbbf71925a1e2b8915c93216e4a"
sha256 cellar: :any_skip_relocation, monterey: "fa7b613231b370eb5cf3577fe6cfade02cb01fbbf71925a1e2b8915c93216e4a"
end

depends_on :macos
depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down
19 changes: 9 additions & 10 deletions Formula/j/jhipster.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Jhipster < Formula
desc "Generate, develop and deploy Spring Boot + Angular/React applications"
homepage "https://www.jhipster.tech/"
Expand All @@ -8,20 +6,21 @@ class Jhipster < Formula
license "Apache-2.0"

bottle do
sha256 arm64_sonoma: "aa061287a397511c7b144728cf25b40ad699b3f902c0ae4d376728ff59a4a4f7"
sha256 arm64_ventura: "439669bd05c952c9d349272d32c847f79ea2bb7a122a8f61b7168af806ddc2f1"
sha256 arm64_monterey: "5c3661a6c42076669b6aa8fe66e3546d5e75b113b0ea6d6359becbbf1f740643"
sha256 sonoma: "b89f493e905476db3256e13252139e2a7d4f1bfbdc1bfe68c15fae63955a87ca"
sha256 ventura: "ddacb5b5f684b35f01faab78885b49d242ca8ba57f44735b7d0b4121a1cf0ed8"
sha256 monterey: "e85aec9aa54c0527e186a1ac58935c6e0085df9d9605b0ed2a1c79b7eb4509b7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c5270776cf5eb810776e370c515c801b913d680d93c9fa40c135aa1033a1e327"
rebuild 1
sha256 arm64_sonoma: "02aa2afa323f937d58e16431cf3c2dcae78c7bcfb260858b5c4241e4fa22939a"
sha256 arm64_ventura: "63efb46c10cced592b9799f9634c90b05b7ed7bb8548e06ec8ca1770c31e5d3e"
sha256 arm64_monterey: "f4ae8fdfb8dccb8e5451d7211e7570a433d1dcdfc5fdce832b985c0b2f99240e"
sha256 sonoma: "9606e5c099b91c49b82fd1a0bc64c685d97db9514bf844d88f56eb2653213684"
sha256 ventura: "71f9970b1625b53dc0e122f6bab113b5a273b5b059337b865eefd8fcd830ccb6"
sha256 monterey: "117629eb5ef8c4f5baf3de5faeaf3e71d6aaa8ea9d93778f5f87fd71d5446137"
sha256 cellar: :any_skip_relocation, x86_64_linux: "fd2372641f1e1a7de33fc2275047d12e5c41704d4867cc95cf2142f840e887d2"
end

depends_on "node"
depends_on "openjdk"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install Dir["#{libexec}/bin/*"]
bin.env_script_all_files libexec/"bin", Language::Java.overridable_java_home_env

Expand Down
19 changes: 9 additions & 10 deletions Formula/j/jscpd.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Jscpd < Formula
desc "Copy/paste detector for programming source code"
homepage "https://github.com/kucherenko/jscpd"
Expand All @@ -8,19 +6,20 @@ class Jscpd < Formula
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d8abada5224d18bacad2a11a48c0b7efaa8fc198556660193a193489a63d1e5c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d8abada5224d18bacad2a11a48c0b7efaa8fc198556660193a193489a63d1e5c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d8abada5224d18bacad2a11a48c0b7efaa8fc198556660193a193489a63d1e5c"
sha256 cellar: :any_skip_relocation, sonoma: "70d55d47a1144b062afa4812ff066830148fc314c33b1b55b1f8ea2d5adfd6b5"
sha256 cellar: :any_skip_relocation, ventura: "70d55d47a1144b062afa4812ff066830148fc314c33b1b55b1f8ea2d5adfd6b5"
sha256 cellar: :any_skip_relocation, monterey: "70d55d47a1144b062afa4812ff066830148fc314c33b1b55b1f8ea2d5adfd6b5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a05371abbe1efa2d0331af9bdcf74bbe1daad9cc91a0ddb329cbf8b242266428"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "541ad78931d710438b9489495ff9c534354286e397e20b9c5998af960512d04c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "541ad78931d710438b9489495ff9c534354286e397e20b9c5998af960512d04c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "541ad78931d710438b9489495ff9c534354286e397e20b9c5998af960512d04c"
sha256 cellar: :any_skip_relocation, sonoma: "2e76cf1e82fe5ae1995207ff03b8ef0856452f10febcb7b00305897b8e20bc8a"
sha256 cellar: :any_skip_relocation, ventura: "2e76cf1e82fe5ae1995207ff03b8ef0856452f10febcb7b00305897b8e20bc8a"
sha256 cellar: :any_skip_relocation, monterey: "2e76cf1e82fe5ae1995207ff03b8ef0856452f10febcb7b00305897b8e20bc8a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3659994d220039eff175732b7ba2d5cd3c0213e6ff2d4129e2b9b3b93611efe1"
end

depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down
13 changes: 9 additions & 4 deletions Formula/j/jsdoc3.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Jsdoc3 < Formula
desc "API documentation generator for JavaScript"
homepage "https://jsdoc.app/"
Expand All @@ -9,13 +7,20 @@ class Jsdoc3 < Formula
head "https://github.com/jsdoc3/jsdoc.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, all: "c35722a3f75b7465fddb932314a8825cdd0ecb8e42a1e0f96cea83944b5c221f"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5c02e4c638fff0e80021685a094ecd3946b72135a94f381a0dba2fb96d0a942"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c5c02e4c638fff0e80021685a094ecd3946b72135a94f381a0dba2fb96d0a942"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c5c02e4c638fff0e80021685a094ecd3946b72135a94f381a0dba2fb96d0a942"
sha256 cellar: :any_skip_relocation, sonoma: "c5c02e4c638fff0e80021685a094ecd3946b72135a94f381a0dba2fb96d0a942"
sha256 cellar: :any_skip_relocation, ventura: "c5c02e4c638fff0e80021685a094ecd3946b72135a94f381a0dba2fb96d0a942"
sha256 cellar: :any_skip_relocation, monterey: "c5c02e4c638fff0e80021685a094ecd3946b72135a94f381a0dba2fb96d0a942"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e1cc17f8ba31121febe2f7145ef40adac49c4bec475fe1c1c79fc31b40b8e3d5"
end

depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down
19 changes: 9 additions & 10 deletions Formula/j/json2ts.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Json2ts < Formula
desc "Compile JSONSchema to TypeScript type declarations"
homepage "https://github.com/bcherny/json-schema-to-typescript"
Expand All @@ -8,19 +6,20 @@ class Json2ts < Formula
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f24f125b343e6d31d9d2a5171bd6a50ae6bf1fcf6222c4db8cbcc52c5660a6f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7f24f125b343e6d31d9d2a5171bd6a50ae6bf1fcf6222c4db8cbcc52c5660a6f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7f24f125b343e6d31d9d2a5171bd6a50ae6bf1fcf6222c4db8cbcc52c5660a6f"
sha256 cellar: :any_skip_relocation, sonoma: "010da20bcdbd7fddc0adeea55d4ab31b06cc38929284218557b1da1fe709402d"
sha256 cellar: :any_skip_relocation, ventura: "010da20bcdbd7fddc0adeea55d4ab31b06cc38929284218557b1da1fe709402d"
sha256 cellar: :any_skip_relocation, monterey: "010da20bcdbd7fddc0adeea55d4ab31b06cc38929284218557b1da1fe709402d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "630ac3fb7e49fa8a386c387d467d742f6ee25561dda0273e764e8d521866a86e"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7ed247ec8721d93165ab4b809c930e8b67127f09b860bd081ee870475c23ddc7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7ed247ec8721d93165ab4b809c930e8b67127f09b860bd081ee870475c23ddc7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7ed247ec8721d93165ab4b809c930e8b67127f09b860bd081ee870475c23ddc7"
sha256 cellar: :any_skip_relocation, sonoma: "1a6b22d3b49cf48d603acdbb92456974c08ba9eb43c3bf887f20bed888f8f49a"
sha256 cellar: :any_skip_relocation, ventura: "1a6b22d3b49cf48d603acdbb92456974c08ba9eb43c3bf887f20bed888f8f49a"
sha256 cellar: :any_skip_relocation, monterey: "1a6b22d3b49cf48d603acdbb92456974c08ba9eb43c3bf887f20bed888f8f49a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d44b416cbfb6ead0f72287edf39d78e9dbf9e3429de82d1a399e31ef4b749572"
end

depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down
13 changes: 9 additions & 4 deletions Formula/j/json5.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Json5 < Formula
desc "JSON enhanced with usability features"
homepage "https://json5.org/"
Expand All @@ -8,13 +6,20 @@ class Json5 < Formula
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, all: "e56197088965d111aad8994191dfe4a8f180581f0c1ba66fb2b2fbf894ccf4ac"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "534d5ae84344ae22db82db67bb5df3f7dcab72e007a806f7b2f58b79790c4038"
sha256 cellar: :any_skip_relocation, arm64_ventura: "534d5ae84344ae22db82db67bb5df3f7dcab72e007a806f7b2f58b79790c4038"
sha256 cellar: :any_skip_relocation, arm64_monterey: "534d5ae84344ae22db82db67bb5df3f7dcab72e007a806f7b2f58b79790c4038"
sha256 cellar: :any_skip_relocation, sonoma: "534d5ae84344ae22db82db67bb5df3f7dcab72e007a806f7b2f58b79790c4038"
sha256 cellar: :any_skip_relocation, ventura: "534d5ae84344ae22db82db67bb5df3f7dcab72e007a806f7b2f58b79790c4038"
sha256 cellar: :any_skip_relocation, monterey: "534d5ae84344ae22db82db67bb5df3f7dcab72e007a806f7b2f58b79790c4038"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a9b146e913a2062ed76d2e6f4cdfa8ad70c3605dda61a1b629f1189b1cb914ed"
end

depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down
14 changes: 9 additions & 5 deletions Formula/j/jsonlint.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Jsonlint < Formula
desc "JSON parser and validator with a CLI"
homepage "https://github.com/zaach/jsonlint"
Expand All @@ -8,14 +6,20 @@ class Jsonlint < Formula
license "MIT"

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, all: "b86612463c369b8b32c1a7522cb48a5cb7b6c682f94042d179ed312c8eda5486"
rebuild 2
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc368b7493e0307e8011f37f29b91b296ea0adadd804484b07362f681d36fcbe"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fc368b7493e0307e8011f37f29b91b296ea0adadd804484b07362f681d36fcbe"
sha256 cellar: :any_skip_relocation, arm64_monterey: "fc368b7493e0307e8011f37f29b91b296ea0adadd804484b07362f681d36fcbe"
sha256 cellar: :any_skip_relocation, sonoma: "fc368b7493e0307e8011f37f29b91b296ea0adadd804484b07362f681d36fcbe"
sha256 cellar: :any_skip_relocation, ventura: "fc368b7493e0307e8011f37f29b91b296ea0adadd804484b07362f681d36fcbe"
sha256 cellar: :any_skip_relocation, monterey: "fc368b7493e0307e8011f37f29b91b296ea0adadd804484b07362f681d36fcbe"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9961017c6a0a18697ddf9b1f85349da345e8c7eb04a5b7cf816ab532c30e2c4b"
end

depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down

0 comments on commit 027e3aa

Please sign in to comment.