Files
heroku-buildpack-python/Makefile
T
Kenneth Reitz 977c4816ed strip .git
2012-01-30 23:37:27 -05:00

7 lines
240 B
Makefile

pip:
git clone git@github.com:kennethreitz/pip.git --branch heroku --depth 1
rm -fr src/virtualenv-1.7/virtualenv_support/pip-1.0.2.tar.gz
rm -fr pip/.git
tar -pczf src/virtualenv-1.7/virtualenv_support/pip-1.0.2.tar.gz pip
rm -fr pip