mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
9 lines
226 B
Bash
Executable File
9 lines
226 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Build Path: /app/.heroku/python/
|
|
# Build Deps: libraries/sqlite
|
|
|
|
# version pypy3-5.5.0 is really called pypy3.3-v5.5.0-alpha
|
|
dep_version_prefix=".3"
|
|
dep_version_suffix="-alpha"
|
|
source $(dirname $0)/pypy3
|