Package Details: python-js2py 0.74-2

Git Clone URL: https://aur.archlinux.org/python-js2py.git (read-only, click to copy)
Package Base: python-js2py
Description: JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python
Upstream URL: https://github.com/PiotrDabkowski/Js2Py
Licenses: MIT
Submitter: xiota
Maintainer: xiota
Last Packager: xiota
Votes: 1
Popularity: 0.60
First Submitted: 2024-12-17 22:15 (UTC)
Last Updated: 2024-12-24 22:42 (UTC)

Latest Comments

Auerhuhn commented on 2024-12-22 16:18 (UTC)

Needs an updated patch for Python 3.13 (rebuilding won’t help):

Traceback (most recent call last):
  File "/build/python-js2py/src/js2py/simple_test.py", line 1, in <module>
    import js2py
  File "/build/python-js2py/src/js2py/js2py/__init__.py", line 72, in <module>
    from .base import PyJsException
  File "/build/python-js2py/src/js2py/js2py/base.py", line 6, in <module>
    from .utils.injector import fix_js_args
  File "/build/python-js2py/src/js2py/js2py/utils/injector.py", line 266, in <module>
    check(six.get_function_code(check))
    ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/build/python-js2py/src/js2py/js2py/utils/injector.py", line 253, in check
    raise RuntimeError(
        'Your python version made changes to the bytecode')
RuntimeError: Your python version made changes to the bytecode