summaryrefslogtreecommitdiffstats
path: root/python/pypy/README
diff options
context:
space:
mode:
author Audrius Kažukauskas2012-11-20 19:07:41 +0100
committer Robby Workman2012-11-20 19:07:41 +0100
commit1f0744a911aa591d1c83283c009ebfb588ebaead (patch)
tree5982dbd62a2fedb94e5c79b7a8fccfc4fa3057d6 /python/pypy/README
parent19b9f18c0d94da8eff6ba2fb03cf85f25db909b6 (diff)
downloadslackbuilds-1f0744a911aa591d1c83283c009ebfb588ebaead.tar.gz
python/pypy: Added (implementation of Python written in Python)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/pypy/README')
-rw-r--r--python/pypy/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/pypy/README b/python/pypy/README
new file mode 100644
index 0000000000..c59a228256
--- /dev/null
+++ b/python/pypy/README
@@ -0,0 +1,6 @@
+PyPy is a very compliant implementation of the Python language. PyPy
+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.