tinypy 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/ Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it.
State Changed From-To: open->feedback Can this be changed to respect $CC and $CFLAGS and PYGAME implemented as an OPTION?
State Changed From-To: feedback->open Feedback timeout
> Feedback timeout > > http://www.freebsd.org/cgi/query-pr.cgi?pr=132124 The port also doesn't seem to work. I've mained submitter, but got no reply yet. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
State Changed From-To: open->closed New port added, with minor changes. Thanks!
amdmi3 2009-04-02 00:57:07 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/tinypy Makefile distinfo pkg-descr Log: 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> Revision Changes Path 1.631 +1 -0 ports/lang/Makefile 1.1 +50 -0 ports/lang/tinypy/Makefile (new) 1.1 +3 -0 ports/lang/tinypy/distinfo (new) 1.1 +19 -0 ports/lang/tinypy/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"