Commit 54f9704a authored by David Danier's avatar David Danier 🚀
Browse files

b5 0.10.2

parent a1956be5
Loading
Loading
Loading
Loading
+13 −2
Original line number Diff line number Diff line
class B5 < Formula
  desc "A simple Task Runner in Bash and Python written by TEAM23 GmbH."
  homepage "https://git.team23.de/build/b5"
  url "git@git.team23.de:build/b5.git", :using => :git, :tag => 'v0.10.1'
  url "git@git.team23.de:build/b5.git", :using => :git, :tag => 'v0.10.2'
  head "git@git.team23.de:build/b5.git", :using => :git
  version "0.10.1"
  version "0.10.2"

  conflicts_with "b5_legacy", :because => "b5_legacy also provides the b5 executable"
  depends_on "python3"
@@ -11,6 +11,7 @@ class B5 < Formula

  # See: https://github.com/Homebrew/brew/blob/master/docs/Python-for-Formula-Authors.md
  # Use 'poet -r $package' (https://pypi.python.org/pypi/homebrew-pypi-poet) to generate
  # Example: 'poet -r PyYAML'
  resource "PyYAML" do
    url "https://files.pythonhosted.org/packages/4a/85/db5a2df477072b2902b0eb892feb37d88ac635d36245a72a6a69b23b383a/PyYAML-3.12.tar.gz"
    sha256 "592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab"
@@ -21,6 +22,16 @@ class B5 < Formula
    sha256 "1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b"
  end

  resource "Jinja2" do
    url "https://files.pythonhosted.org/packages/56/e6/332789f295cf22308386cf5bbd1f4e00ed11484299c5d7383378cf48ba47/Jinja2-2.10.tar.gz"
    sha256 "f84be1bb0040caca4cea721fcbbbbd61f9be9464ca236387158b0feea01914a4"
  end

  resource "MarkupSafe" do
    url "https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz"
    sha256 "a6be69091dac236ea9c6bc7d012beab42010fa914c459791d627dad4910eb665"
  end

  def install
    virtualenv_install_with_resources
  end