Source: js2py
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-pyjsparser,
               python3-setuptools,
               python3-six,
	       python3-tzlocal
Standards-Version: 4.6.1
Homepage: https://github.com/PiotrDabkowski/Js2Py
Vcs-Browser: https://gitlab.com/kalilinux/packages/js2py
Vcs-Git: https://gitlab.com/kalilinux/packages/js2py.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-js2py
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Pure Python JavaScript Translator/Interpreter (Python 3)
 This package contains a Pure Python JavaScript Translator/Interpreter.
 It translates JavaScript to Python code. Js2Py is able to translate and
 execute virtually any JavaScript code.
 .
 This package installs the library for Python 3.
