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
a1cfa41c
Commit
a1cfa41c
authored
Nov 14, 2016
by
Kenneth Reitz
Committed by
GitHub
Nov 14, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #328 from joshfriend/pypy-5.4
Add PyPy2 v5.6.0
parents
127ff904
8e34179b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
pypy-5.3.1
builds/runtimes/pypy-5.3.1
+1
-1
pypy-5.6.0
builds/runtimes/pypy-5.6.0
+14
-0
No files found.
builds/runtimes/pypy-5.3.1
View file @
a1cfa41c
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
OUT_PREFIX
=
$1
OUT_PREFIX
=
$1
echo
"Building PyPy..."
echo
"Building PyPy..."
SOURCE_TARBALL
=
'https://b
buseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/265504fc-8c03-4c1d-935a-2b8fbc6da51a/pypy2-v5.3.1-linux64.tar.bz2?Signature=F%2FnnB39QrCTPldSErIJoqzAt8YA%3D&Expires=1471612628&AWSAccessKeyId=AKIAIWY5XSVPZPDQYRQQ&versionId=kJjoDTh5eNcLrGrt5hYT0_5XGjg3.gl0&response-content-disposition=attachment%3B%20filename%3D%22pypy2-v5.3.1-linux64.tar.bz2%2
2'
SOURCE_TARBALL
=
'https://b
itbucket.org/pypy/pypy/downloads/pypy2-v5.3.1-linux64.tar.bz
2'
curl
-L
$SOURCE_TARBALL
|
tar
jx
curl
-L
$SOURCE_TARBALL
|
tar
jx
cp
-R
pypy2-v5.3.1-linux64/
*
$OUT_PREFIX
cp
-R
pypy2-v5.3.1-linux64/
*
$OUT_PREFIX
...
...
builds/runtimes/pypy-5.6.0
0 → 100644
View file @
a1cfa41c
#!/usr/bin/env bash
# Build Path: /app/.heroku/python/
# Build Deps: libraries/sqlite
# NOTICE: This formula only works for the cedar-14 stack, not cedar.
OUT_PREFIX
=
$1
echo
"Building PyPy..."
SOURCE_TARBALL
=
'https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.6.0-linux64.tar.bz2'
curl
-L
$SOURCE_TARBALL
|
tar
jx
cp
-R
pypy2-v5.6.0-linux64/
*
$OUT_PREFIX
ln
$OUT_PREFIX
/bin/pypy
$OUT_PREFIX
/bin/python
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