west 0.13.0

Closes #98714.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Dustin Rodrigues 2022-04-06 19:50:06 -04:00 committed by BrewTestBot
parent 759c982939
commit 9d71ca66fc
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 14 additions and 11 deletions

View File

@ -3,8 +3,8 @@ class West < Formula
desc "Zephyr meta-tool"
homepage "https://github.com/zephyrproject-rtos/west"
url "https://files.pythonhosted.org/packages/75/c4/6541e83caa8ca45259903accb9b90440ea3cd684f60133fab2fbaf33fcce/west-0.12.0.tar.gz"
sha256 "d7ce0d719fd218fee5983442fe93a33a21a6be6a736915a7ffbe75369714e9ce"
url "https://files.pythonhosted.org/packages/0a/4a/ffdeea989c54f855ca5e7e41d4dcf30108ff0d329de6271f6d2b38389b3f/west-0.13.0.tar.gz"
sha256 "8e53a678833a35f818ca48e182cecaa6701714c6d3fe5a5b4ff6c1689d82198e"
license "Apache-2.0"
head "https://github.com/zephyrproject-rtos/west.git", branch: "main"
@ -31,8 +31,8 @@ class West < Formula
end
resource "packaging" do
url "https://files.pythonhosted.org/packages/4d/34/523195b783e799fd401ad4bbc40d787926dd4c61838441df08bf42297792/packaging-21.2.tar.gz"
sha256 "096d689d78ca690e4cd8a89568ba06d07ca097e3306a4381635073ca91479966"
url "https://files.pythonhosted.org/packages/df/9e/d1a7217f69310c1db8fdf8ab396229f55a699ce34a203691794c5d1cad0c/packaging-21.3.tar.gz"
sha256 "dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"
end
resource "pykwalify" do
@ -41,8 +41,8 @@ class West < Formula
end
resource "pyparsing" do
url "https://files.pythonhosted.org/packages/c1/47/dfc9c342c9842bbe0036c7f763d2d6686bcf5eb1808ba3e170afdb282210/pyparsing-2.4.7.tar.gz"
sha256 "c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"
url "https://files.pythonhosted.org/packages/d6/60/9bed18f43275b34198eb9720d4c1238c68b3755620d20df0afd89424d32b/pyparsing-3.0.7.tar.gz"
sha256 "18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"
end
resource "python-dateutil" do
@ -56,13 +56,13 @@ class West < Formula
end
resource "ruamel.yaml" do
url "https://files.pythonhosted.org/packages/4d/15/7fc04de02ca774342800c9adf1a8239703977c49c5deaadec1689ec85506/ruamel.yaml-0.17.17.tar.gz"
sha256 "9751de4cbb57d4bfbf8fc394e125ed4a2f170fbff3dc3d78abf50be85924f8be"
url "https://files.pythonhosted.org/packages/46/a9/6ed24832095b692a8cecc323230ce2ec3480015fbfa4b79941bd41b23a3c/ruamel.yaml-0.17.21.tar.gz"
sha256 "8b7ce697a2f212752a35c1ac414471dc16c424c9573be4926b56ff3f5d23b7af"
end
resource "six" do
url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz"
sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"
resource "ruamel.yaml.clib" do
url "https://files.pythonhosted.org/packages/8b/25/08e5ad2431a028d0723ca5540b3af6a32f58f25e83c6dda4d0fcef7288a3/ruamel.yaml.clib-0.2.6.tar.gz"
sha256 "4ff604ce439abb20794f05613c374759ce10e3595d1867764dd1ae675b85acbd"
end
def install

View File

@ -509,6 +509,9 @@
"volatility": {
"extra_packages": ["capstone", "pycryptodome", "yara-python"]
},
"west": {
"exclude_packages": ["six"]
},
"woob": {
"exclude_packages": ["pillow", "six"],
"extra_packages": ["colorama"]