aboutsummaryrefslogtreecommitdiff
path: root/python/PyPy3/slack-desc
diff options
context:
space:
mode:
authorYth - Arnaud <yth@ythogtha.org>2023-03-17 09:41:33 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-18 09:50:18 +0700
commitba2650278041e4af0a3ae3c32d344d1fcb36b402 (patch)
treeb1b1ad18daf14b1baebdf92a392be5671363d36a /python/PyPy3/slack-desc
parent334ea335780f5e6bd9358c22f4042fdb7b41b87c (diff)
python/PyPy3: Added (implementation of Python 3 written in Python).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/PyPy3/slack-desc')
-rw-r--r--python/PyPy3/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/PyPy3/slack-desc b/python/PyPy3/slack-desc
new file mode 100644
index 0000000000..0462ed4fa2
--- /dev/null
+++ b/python/PyPy3/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+PyPy3: PyPy3 (implementation of Python 3 written in Python)
+PyPy3:
+PyPy3: PyPy is a very compliant implementation of the Python language. PyPy
+PyPy3: has several advantages and distinctive features: speed (Just-in-Time
+PyPy3: compiler), lower memory usage for large programs, sandboxing and
+PyPy3: stackless mode.
+PyPy3:
+PyPy3: Homepage: http://pypy.org/
+PyPy3:
+PyPy3:
+PyPy3: