diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2015-07-12 15:27:09 +0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2015-07-16 10:56:50 -0500 |
commit | 9f2d4d7a39b90f503a7a905ed8bb964defc38676 (patch) | |
tree | 6b4efb7075c4b7d90729ffb16f6fca8e2dcf1ced /python/pypy/README | |
parent | 6e6b8a49d58c401ae0fd04323517dd70d23ea4a5 (diff) | |
download | slackbuilds-9f2d4d7a39b90f503a7a905ed8bb964defc38676.tar.gz |
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/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/pypy/README b/python/pypy/README index c59a228256..d322d59058 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>. |