aboutsummaryrefslogtreecommitdiffstats
path: root/lang/tinypy/distinfo
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-04-02 08:57:07 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-04-02 08:57:07 +0800
commit8dbbec21efc26b6c4dd8a52ccce0467a6df4d200 (patch)
tree05276fdecd04a5df197ec1478629c66c6d95260f /lang/tinypy/distinfo
parent790cc07c33895d46f4c90b2002bd41626dfe5f04 (diff)
downloadfreebsd-ports-gnome-8dbbec21efc26b6c4dd8a52ccce0467a6df4d200.tar.gz
freebsd-ports-gnome-8dbbec21efc26b6c4dd8a52ccce0467a6df4d200.tar.zst
freebsd-ports-gnome-8dbbec21efc26b6c4dd8a52ccce0467a6df4d200.zip
tinypy is a minimalist implementation of python in 64k of code
it includes a whole heap of features: * parser and bytecode compiler written in tinypy * fully bootstrapped * luaesque virtual machine with garbage collection written in C it's "stackless" sans any "stackless" features * cross-platform :) it runs under windows / linux / macosx * a fairly decent subset of python o classes and single inheritance o functions with variable or keyword arguments o strings, lists, dicts, numbers o modules, list comprehensions o exceptions with full traceback o some builtins * batteries not included -- yet WWW: http://www.tinypy.org/ PR: 132124 Submitted by: Marcin Cieslak <saper at SYSTEM dot PL>
Diffstat (limited to 'lang/tinypy/distinfo')
-rw-r--r--lang/tinypy/distinfo3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/tinypy/distinfo b/lang/tinypy/distinfo
new file mode 100644
index 000000000000..422e9f9867ff
--- /dev/null
+++ b/lang/tinypy/distinfo
@@ -0,0 +1,3 @@
+MD5 (tinypy-1.1.tar.gz) = 1091300b72fcc1f75cafb91bea92772e
+SHA256 (tinypy-1.1.tar.gz) = 858d68d3643614e3646776ad99d5e4ad7cbd6428f44c3acd4cf7b11db1c55b39
+SIZE (tinypy-1.1.tar.gz) = 40632