[Cryptech-Commits] [releng/alpha] branch ksng updated: Homebrew wants transitive closure of our Python dependencies.

git at cryptech.is git at cryptech.is
Wed May 10 20:53:54 UTC 2017


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

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

The following commit(s) were added to refs/heads/ksng by this push:
     new 53498a7  Homebrew wants transitive closure of our Python dependencies.
53498a7 is described below

commit 53498a7b92609d57a1581b2b1b21de49f4f545c1
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Wed May 10 16:51:49 2017 -0400

    Homebrew wants transitive closure of our Python dependencies.
---
 scripts/build-homebrew-formula.py | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/scripts/build-homebrew-formula.py b/scripts/build-homebrew-formula.py
index d5073f9..618eb77 100755
--- a/scripts/build-homebrew-formula.py
+++ b/scripts/build-homebrew-formula.py
@@ -65,6 +65,16 @@ class {classname} < Formula
     sha256 "f267acc96d5cf3df0fd8a7bfb5a91c2eb4ec81d5962d1a7386ceb34c655634a8"
   end
 
+  resource "singledispatch" do
+    url    "https://pypi.python.org/packages/source/s/singledispatch/singledispatch-3.4.0.3.tar.gz"
+    sha256 "5b06af87df13818d14f08a028e42f566640aef80805c3b50c5056b086e3c2b9c"
+  end
+
+  resource "backports_abc" do
+    url    "https://files.pythonhosted.org/packages/source/b/backports_abc/backports_abc-0.5.tar.gz"
+    sha256 "033be54514a03e255df75c5aee8f9e672f663f93abb723444caec8fe43437bde"
+  end
+
   def install
 
     ENV.prepend_create_path "PYTHONPATH", libexec/"vendor/lib/python2.7/site-packages"

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


More information about the Commits mailing list