diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0a3316f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +sudo: false +script: exit 0 diff --git a/Readme.md b/README.md similarity index 94% rename from Readme.md rename to README.md index 2d90fb1..7a53f1a 100644 --- a/Readme.md +++ b/README.md @@ -1,5 +1,6 @@ +-![python](https://cloud.githubusercontent.com/assets/51578/13712821/b68a42ce-e793-11e5-96b0-d8eb978137ba.png) + # Heroku Buildpack: Python -![python](https://cloud.githubusercontent.com/assets/51578/13712821/b68a42ce-e793-11e5-96b0-d8eb978137ba.png) This is the official [Heroku buildpack](https://devcenter.heroku.com/articles/buildpacks) for Python apps, powered by [pip](https://pip.pypa.io/) and other excellent software. diff --git a/bin/steps/cryptography b/bin/steps/cryptography index 1aa74b3..f85d2d4 100755 --- a/bin/steps/cryptography +++ b/bin/steps/cryptography @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# This script serves as the Pylibmc build step of the +# This script serves as the Cryptography build step of the # [**Python Buildpack**](https://github.com/heroku/heroku-buildpack-python) # compiler. # @@ -20,7 +20,7 @@ source $BIN_DIR/utils bpwatch start libffi_install # If a package using cffi exists within requirements, use vendored libffi. -if (pip-grep -s requirements.txt bcrypt cffi cryptography django[bcrypt] Django[bcrypt] PyNaCl pyOpenSSL PyOpenSSL requests[security] &> /dev/null) then +if (pip-grep -s requirements.txt bcrypt cffi cryptography django[bcrypt] Django[bcrypt] PyNaCl pyOpenSSL PyOpenSSL requests[security] misaka &> /dev/null) then if [ -d ".heroku/vendor/lib/libffi-3.1.1" ]; then export LIBFFI=$(pwd)/vendor diff --git a/vendor/pip-pop/pip-grep b/vendor/pip-pop/pip-grep index acf579a..6d29943 100755 --- a/vendor/pip-pop/pip-grep +++ b/vendor/pip-pop/pip-grep @@ -62,7 +62,7 @@ def grep(reqfile, packages, silent=False): exit(0) if not silent: - print('Not found.'.format(requirement.req.project_name)) + print('Not found.') exit(1)