aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/language/python_virtualenv_constants.rb
diff options
context:
space:
mode:
authorTim D. Smith2016-07-22 23:02:52 -0700
committerTim D. Smith2016-07-26 21:34:06 -0700
commit2783adec4a906c8fb5c45aa1305b1460b5bc8a5b (patch)
tree4f4704ffec4c664accc01eab7ee9b0585ac064fc /Library/Homebrew/language/python_virtualenv_constants.rb
parent4174bf147c50dc09b46820562a77ce2522020504 (diff)
downloadbrew-2783adec4a906c8fb5c45aa1305b1460b5bc8a5b.tar.bz2
Add helper class for Python virtualenvs
Diffstat (limited to 'Library/Homebrew/language/python_virtualenv_constants.rb')
-rw-r--r--Library/Homebrew/language/python_virtualenv_constants.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/language/python_virtualenv_constants.rb b/Library/Homebrew/language/python_virtualenv_constants.rb
new file mode 100644
index 000000000..23dbe1f72
--- /dev/null
+++ b/Library/Homebrew/language/python_virtualenv_constants.rb
@@ -0,0 +1,2 @@
+PYTHON_VIRTUALENV_URL = "https://files.pythonhosted.org/packages/5c/79/5dae7494b9f5ed061cff9a8ab8d6e1f02db352f3facf907d9eb614fb80e9/virtualenv-15.0.2.tar.gz"
+PYTHON_VIRTUALENV_SHA256 = "fab40f32d9ad298fba04a260f3073505a16d52539a84843cf8c8369d4fd17167"