diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-30 20:10:49 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-30 20:00:38 -0500 |
commit | 4512e27fa6597c255504a456980a4975685a5076 (patch) | |
tree | 84a9765208536450e17cc94ddb4f2bd294b37bba /python/python-spidermonkey/README | |
parent | 29b7ab81bc603c7f3940a0e9afdecd678b860528 (diff) | |
download | slackbuilds-4512e27fa6597c255504a456980a4975685a5076.tar.gz |
python/python-spidermonkey: Updated for version 20120725_7c9b4d6.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/python-spidermonkey/README')
-rw-r--r-- | python/python-spidermonkey/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-spidermonkey/README b/python/python-spidermonkey/README index 7eaa3a1044..f666d99334 100644 --- a/python/python-spidermonkey/README +++ b/python/python-spidermonkey/README @@ -3,3 +3,6 @@ JavaScript implementation. Allows implementation of JavaScript classes, objects and functions in Python, and evaluation and calling of JavaScript scripts and functions respectively. Borrows heavily from Claes Jacobssen's Javascript Perl module, in turn based on Mozilla's 'PerlConnect' Perl binding. + +Code is taken from the mozjs185-port branch of +https://github.com/garywiz/python-spidermonkey |