[Cryptech-Commits] [releng/alpha] branch master updated: Add PyYAML as a dependency in the Homebrew port.

git at cryptech.is git at cryptech.is
Fri Jul 15 12:03:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository releng/alpha.

The following commit(s) were added to refs/heads/master by this push:
       new  cd445b6   Add PyYAML as a dependency in the Homebrew port.
cd445b6 is described below

commit cd445b69b2caa7205f4e1c368aa2c6bf8c2d7692
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Fri Jul 15 14:02:55 2016 +0200

    Add PyYAML as a dependency in the Homebrew port.
---
 build-homebrew-formula.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/build-homebrew-formula.py b/build-homebrew-formula.py
index 2579a3c..f8adb7b 100755
--- a/build-homebrew-formula.py
+++ b/build-homebrew-formula.py
@@ -39,6 +39,11 @@ class CryptechAlpha < Formula
     sha256 "d657051249ce3cbd0446bcfb2be07a435e1029da4d63f53ed9b4cdde7373364c"
   end
 
+  resource "PyYAML" do
+    url    "http://pyyaml.org/download/pyyaml/PyYAML-3.11.tar.gz"
+    sha256 "c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8"
+  end
+
   def install
 
     # Installation is a bit complex due to the way Homebrew handles

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list