[Cryptech-Commits] [releng/alpha] 02/04: Add PyCrypto to package dependencies on OSX.

git at cryptech.is git at cryptech.is
Wed Jun 14 14:06:38 UTC 2017


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.

commit 1f2bce7a6aba39599e888a6bbe47f8fad4e98acb
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Thu Jun 8 23:34:48 2017 -0400

    Add PyCrypto to package dependencies on OSX.
    
    Python package dependencies in Homebrew packages are tricky enough
    that it's easiest just to install PyCrypto unconditionally on OSX.
---
 scripts/build-homebrew-formula.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/scripts/build-homebrew-formula.py b/scripts/build-homebrew-formula.py
index a8e387c..54cdcae 100755
--- a/scripts/build-homebrew-formula.py
+++ b/scripts/build-homebrew-formula.py
@@ -81,6 +81,11 @@ class {classname} < Formula
     sha256 "033be54514a03e255df75c5aee8f9e672f663f93abb723444caec8fe43437bde"
   end
 
+  resource "pycrypto" do
+    url    "https://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.6.1.tar.gz"
+    sha256 "f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c"
+  end
+
   def install
 
     ENV.prepend_create_path "PYTHONPATH", libexec/"vendor/lib/python2.7/site-packages"



More information about the Commits mailing list