aboutsummaryrefslogtreecommitdiff
path: root/python/pypy/README
diff options
context:
space:
mode:
authorAudrius Kažukauskas <audrius@neutrino.lt>2015-07-12 15:27:09 +0300
committerRobby Workman <rworkman@slackbuilds.org>2015-07-16 10:56:50 -0500
commit9f2d4d7a39b90f503a7a905ed8bb964defc38676 (patch)
tree6b4efb7075c4b7d90729ffb16f6fca8e2dcf1ced /python/pypy/README
parent6e6b8a49d58c401ae0fd04323517dd70d23ea4a5 (diff)
downloadslackbuilds-9f2d4d7a39b90f503a7a905ed8bb964defc38676.tar.xz
python/pypy: Updated for version 2.6.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/pypy/README')
-rw-r--r--python/pypy/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/pypy/README b/python/pypy/README
index c59a22825660..d322d59058e5 100644
--- a/python/pypy/README
+++ b/python/pypy/README
@@ -3,4 +3,5 @@ has several advantages and distinctive features: speed (Just-in-Time
compiler), lower memory usage for large programs, sandboxing and
stackless mode.
-This is a repackaging of the binaries provided by upstream.
+This is a repackaging of the portable binaries from
+<https://github.com/squeaky-pl/portable-pypy>.