Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-python
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-python
Commits
33a69d7f
Commit
33a69d7f
authored
Apr 01, 2015
by
Kenneth Reitz
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
74f0f319
fe3f12c4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
Readme.md
Readme.md
+4
-4
compile
bin/compile
+1
-1
utils
bin/utils
+1
-1
pip-6.0.6.tar.gz
vendor/pip-6.0.6.tar.gz
+0
-0
pip-6.0.8.tar.gz
vendor/pip-6.0.8.tar.gz
+0
-0
No files found.
Readme.md
View file @
33a69d7f
...
@@ -17,7 +17,7 @@ Example usage:
...
@@ -17,7 +17,7 @@ Example usage:
$ git push heroku master
$ git push heroku master
...
...
-----> Python app detected
-----> Python app detected
-----> Installing runtime (python-2.7.
8
)
-----> Installing runtime (python-2.7.
9
)
-----> Installing dependencies using pip
-----> Installing dependencies using pip
Downloading/unpacking requests (from -r requirements.txt (line 1))
Downloading/unpacking requests (from -r requirements.txt (line 1))
Installing collected packages: requests
Installing collected packages: requests
...
@@ -40,12 +40,12 @@ Specify a Runtime
...
@@ -40,12 +40,12 @@ Specify a Runtime
You can also provide arbitrary releases Python with a
`runtime.txt`
file.
You can also provide arbitrary releases Python with a
`runtime.txt`
file.
$ cat runtime.txt
$ cat runtime.txt
python-3.4.
2
python-3.4.
3
Runtime options include:
Runtime options include:
-
python-2.7.
8
-
python-2.7.
9
-
python-3.4.
2
-
python-3.4.
3
-
pypy-2.4.0 (unsupported, experimental)
-
pypy-2.4.0 (unsupported, experimental)
-
pypy3-2.4.0 (unsupported, experimental)
-
pypy3-2.4.0 (unsupported, experimental)
...
...
bin/compile
View file @
33a69d7f
...
@@ -29,7 +29,7 @@ WEBCONCURRENCY_PROFILE_PATH="$BUILD_DIR/.profile.d/python.webconcurrency.sh"
...
@@ -29,7 +29,7 @@ WEBCONCURRENCY_PROFILE_PATH="$BUILD_DIR/.profile.d/python.webconcurrency.sh"
DEFAULT_PYTHON_VERSION
=
"python-2.7.9"
DEFAULT_PYTHON_VERSION
=
"python-2.7.9"
DEFAULT_PYTHON_STACK
=
"cedar"
DEFAULT_PYTHON_STACK
=
"cedar"
PYTHON_EXE
=
"/app/.heroku/python/bin/python"
PYTHON_EXE
=
"/app/.heroku/python/bin/python"
PIP_VERSION
=
"6.0.
6
"
PIP_VERSION
=
"6.0.
8
"
SETUPTOOLS_VERSION
=
"11.3.1"
SETUPTOOLS_VERSION
=
"11.3.1"
# Setup bpwatch
# Setup bpwatch
...
...
bin/utils
View file @
33a69d7f
...
@@ -68,7 +68,7 @@ deep-rm() {
...
@@ -68,7 +68,7 @@ deep-rm() {
# subshell to avoid surprising caller with shopts.
# subshell to avoid surprising caller with shopts.
(
(
shopt -s dotglob
shopt -s dotglob
rm -rf "$1"/!(tmp|.|..)
rm -rf "$1"/!(
.curlrc|.netrc|
tmp|.|..)
)
)
}
}
...
...
vendor/pip-6.0.6.tar.gz
deleted
100644 → 0
View file @
74f0f319
File deleted
vendor/pip-6.0.8.tar.gz
0 → 100644
View file @
33a69d7f
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment